重粒子的运行轨迹

Compiling ...
baryon.cpp
baryon.cpp(1) : warning C0000: all glory is fleeing

导航

2017年11月18日 #

js格式化文件大小, 输出成带单位的字符串工具

摘要: /** * 格式化文件大小, 输出成带单位的字符串 * @method formatSize * @grammar formatSize( size ) => String * @grammar formatSize( size, pointLength ) => Strin... 阅读全文

posted @ 2017-11-18 18:40 重粒子 阅读(253) 评论(0) 推荐(0) 编辑

AngularJS中$interval和$timeout的使用

摘要: 我们在项目中会出现定时刷新,延迟加载等多种场景。接下来就看$interval和$timeout的使用$interval可用于定时任务,我们只需在controller注入$interval即可使用.下面是每十秒钟执行一次alert()函数。app.controller("ctrl", func... 阅读全文

posted @ 2017-11-18 12:49 重粒子 阅读(229) 评论(0) 推荐(0) 编辑

js获取浏览器类型进行判断

摘要: 本文为webuploader.js中学习心得,感谢开源,从中加入了ie的edge判断/** * @description 简单的浏览器检查结果。 * * * `webkit` webkit版本号,如果浏览器为非webkit内核,此属性为`undefined`。 * * `... 阅读全文

posted @ 2017-11-18 10:10 重粒子 阅读(146) 评论(0) 推荐(0) 编辑