上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: requestAnimationFrame():它不需要设置时间间隔,它会在浏览器每次刷新之前执行回调函数的任务。这样我们动画的更新就能和浏览器的刷新频率保持一致。requestAnimationFrame在运行时,浏览器会自动优化方法的调用,并且如果页面不是激活状态下的话,动画会自动暂停,有效节省 阅读全文
posted @ 2017-09-08 07:50 fff8965 阅读(158) 评论(0) 推荐(0) 编辑
摘要: from :https://stackoverflow.com/questions/3512471/what-is-a-non-capturing-group-what-does-a-question-mark-followed-by-a-colon fter reading some tutori 阅读全文
posted @ 2017-06-04 21:13 fff8965 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 下面正则表达式匹配块注释内容: "\\/\\*[^]*?\\*\\/" 阅读全文
posted @ 2017-05-27 19:46 fff8965 阅读(2836) 评论(0) 推荐(0) 编辑
摘要: コード生成: パターン抽出: 阅读全文
posted @ 2017-05-15 00:09 fff8965 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Kernel.dll:内存,硬盘灯硬件管理的相关函数。 gdi32.dll:图形显示相关函数(LoadImage,GetPixel,StretchBlt,Ellipse)。 user32.dll:windows user interface 相关函数(窗口,菜单,按钮等)(CreateDialog, 阅读全文
posted @ 2017-04-19 09:21 fff8965 阅读(1534) 评论(0) 推荐(0) 编辑
摘要: 转自下面两个链接:http://www.cnblogs.com/starof/p/6558581.html http://www.cnblogs.com/cathsfz/archive/2011/05/29/2062382.html 在 JavaScript 中监听 IME 键盘输入事件 在 Jav 阅读全文
posted @ 2017-03-19 23:03 fff8965 阅读(214) 评论(0) 推荐(0) 编辑
摘要: F12:跳转定义 CTRL+SHIFT+O:跳转符号CTRL+T:跳转符号 Shift+F12:Find All ReferencesAlt+F12:Peek Definition Ctrl+Shift+\:jump to the matching bracket Ctrl+K Z:Zen Mode 阅读全文
posted @ 2017-02-27 13:47 fff8965 阅读(298) 评论(0) 推荐(0) 编辑
摘要: https://code.jquery.com/ 阅读全文
posted @ 2017-02-05 19:28 fff8965 阅读(482) 评论(0) 推荐(0) 编辑
摘要: Your app automatically gets Lightning Design System styles if it extends force:slds <aura:application extends="force:slds"> 阅读全文
posted @ 2017-02-05 16:56 fff8965 阅读(363) 评论(0) 推荐(0) 编辑
摘要: User u = [select ID,Name from User Limit 1]; 阅读全文
posted @ 2017-01-24 09:19 fff8965 阅读(132) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页