随笔分类 -  6_新技术_Alibaba前端工作箱

摘要:https://www.zhihu.com/question/28638304 阅读全文
posted @ 2017-05-17 21:20 RoperLee 阅读(111) 评论(0) 推荐(0) 编辑
摘要:root用户和普通用户切换 切换到root用户:sudo su 切换到普通用户:su roper 阅读全文
posted @ 2017-05-13 13:20 RoperLee 阅读(124) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/gbyukg/p/3326825.html 阅读全文
posted @ 2017-05-11 20:46 RoperLee 阅读(81) 评论(0) 推荐(0) 编辑
摘要:http://www.jb51.net/article/21035.htm 阅读全文
posted @ 2017-05-05 22:11 RoperLee 阅读(118) 评论(0) 推荐(0) 编辑
摘要:前端开发必须要有一个大屏 阅读全文
posted @ 2017-04-21 23:04 RoperLee 阅读(773) 评论(0) 推荐(0) 编辑
摘要:XTemplate.addCommand 看看怎么用这个 阅读全文
posted @ 2017-04-19 17:18 RoperLee 阅读(93) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-04-14 13:51 RoperLee 阅读(1) 评论(0) 推荐(0) 编辑
摘要:你用jquery的ajax函数拿到所有数据并格式化成select2支持的格式,比如:var data_=[{id:"1",text:"a"},{id:"2",text:"b"},{id:3,text:"c"}]然后$('#J_select').select2({data:data_}).val([" 阅读全文
posted @ 2017-04-07 20:48 RoperLee 阅读(438) 评论(0) 推荐(0) 编辑
摘要:http://www.ruanyifeng.com/blog/2016/01/npm-install.html 有问题先找阮一峰的博客看看 阅读全文
posted @ 2017-03-19 11:31 RoperLee 阅读(97) 评论(0) 推荐(0) 编辑
摘要:[a-z] 可以用来匹配任意位置上的小写字母: "...a..."^[a-z] 只能匹配以小写字母为行首的行: "a..."[a-z]$ 只能匹配以小写字母为行尾的行: "...a"^[a-z]$ 应该只能匹配只有一个小写字母的行: "a" 阅读全文
posted @ 2017-03-15 13:38 RoperLee 阅读(79) 评论(0) 推荐(0) 编辑
摘要:{{#each(array)}} {{xindex}} {{this.name}}{{/each}} 阅读全文
posted @ 2017-03-09 19:33 RoperLee 阅读(183) 评论(0) 推荐(0) 编辑
摘要:匹配含:\ 表示转义 \\:在字符串中表示一个 \[^\\]:除了\外的任意字符[] :其中之一+ :至少出现一次] :匹配 ]把以上的串起来就是匹配:"\"+"任意非\的字符至少一次" +"\"+"]"例如可以匹配:"\abcede\]" 方法: string.replace(new RegExp 阅读全文
posted @ 2017-03-05 17:31 RoperLee 阅读(162) 评论(0) 推荐(0) 编辑
摘要:预发高亮和行号的显示 阅读全文
posted @ 2017-03-04 22:26 RoperLee 阅读(908) 评论(0) 推荐(0) 编辑
摘要:1、布局写的不对,以后修改的时候会想死 2、找一下像bootStrap easyUI 这种前端框架非常有用,能够极大的节省工作量 阅读全文
posted @ 2017-03-02 09:57 RoperLee 阅读(125) 评论(0) 推荐(0) 编辑
摘要:https://segmentfault.com/q/1010000000686377 阅读全文
posted @ 2017-03-01 11:58 RoperLee 阅读(105) 评论(0) 推荐(0) 编辑
摘要:模板: <div id="J_rpm_name_{{param}}"> 就是现在 </div> 选择器: var param = "now"; $("#J_rpm_name_"+ param ); 阅读全文
posted @ 2017-02-08 22:14 RoperLee 阅读(193) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/dreamer2020/article/details/52074516 阅读全文
posted @ 2017-02-06 15:55 RoperLee 阅读(143) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u013795673/article/details/50295679 http://blog.csdn.net/jeffleo/article/details/52175998 阅读全文
posted @ 2017-01-11 16:02 RoperLee 阅读(108) 评论(0) 推荐(0) 编辑
摘要:http://blog.sina.com.cn/s/blog_5920510a01011vu8.html 阅读全文
posted @ 2017-01-10 00:33 RoperLee 阅读(100) 评论(0) 推荐(0) 编辑
摘要:select2的搜索框不能输入搜索内容 阅读全文
posted @ 2016-12-21 11:53 RoperLee 阅读(493) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示