- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 web版用户通过浏览器下载图片java后台代码
/** * web版用户通过浏览器下载图片 */ @RequestMapping(value = "webDownloadImg/{imgId}", method = RequestMethod.GET) public @ResponseBody void webDownloadImg(@PathVariable String imgId, H
2014-11-17 19:07:53
2011
原创 js计算流量值的方法
//计算流量值( flowVlueBytes为流量的bytes字节数) function getFlow(flowVlueBytes){ var flow = ""; //如果赠送流量小于1MB.则显示为KB if(flowVlueBytes/1024 flow = (Math.round(flowVlueBytes/1024) > 0 ? Ma
2014-11-14 13:57:06
3155
原创 通过JS获取手机浏览器的类型
//浏览器运行环境相关信息 var u = navigator.userAgent; iBrowser = { //是否为移动终端 ,/Mobile/i.test(u) 与 /AppleWebKit.*Mobile/i.test(u)重复,后期再看具体怎么区分 mobile: /Mobile/i.test(u) || /App
2014-11-14 13:54:32
1034
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人