上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页
摘要: webstorm 号称"前端神器",但npm导入包跑索引,会很卡不停的跑索引... 排除你不想索引的文件夹 找到你想排除的文件夹(主要是node_modulewe文件夹),右键选择 Mark Directory As > Excluded 。然后重启webstorm 以下解决: 重启webstorm 阅读全文
posted @ 2017-05-24 17:38 James2019 阅读(2036) 评论(0) 推荐(0) 编辑
摘要: 教程总结笔记: 学习网站:http://www.runoob.com/nodejs/nodejs-install-setup.html Node.js 中文网及安装文件下载: http://nodejs.cn/download/ 安装完成后,cmd > path 看到此后,安装成功 查看node版本 阅读全文
posted @ 2017-05-23 09:21 James2019 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 需求:列表里每条数据需加文件上传 html: js: webuploader 插件部分: 注意:页面如果有隐藏的上传按钮(如弹窗里面),当隐藏block的时候,再初始化一下WebUploader即可 阅读全文
posted @ 2017-05-16 10:54 James2019 阅读(5671) 评论(0) 推荐(1) 编辑
摘要: 参考:http://www.jquerycn.cn/a_10532 阅读全文
posted @ 2017-05-11 15:42 James2019 阅读(6911) 评论(0) 推荐(0) 编辑
摘要: —————— 常用 —————— 在一个目录里初始化git 并关联到远程 mkdir gitTest // 新建目录 cd gitTest git init // 把此目录设为git管理 git remote add origin https://XXXXXX.git // 将本地仓库与远程仓库关联 阅读全文
posted @ 2017-05-05 23:43 James2019 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 前端标准http://validator.w3.org/ 拒绝你的代码时报 把样式链接 <link ... 移到 <body>里,会报上面提醒 要想不报,把<link 还放到 <head> 里 当然非要放到 <body>里,加 property='stylesheet' 阅读全文
posted @ 2017-05-04 17:25 James2019 阅读(2019) 评论(0) 推荐(0) 编辑
摘要: 平常没注意事件绑定问题,在此注意一下: 注:如果不取消上次事件绑定,bb 日志随着事件会执行多次。用off()即为移除click事件,或者 unbind('click')也行。 阅读全文
posted @ 2017-05-04 09:36 James2019 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 结合 HTML5 标准事件 oninput 和 IE 专属事件 onpropertychange 事件来监听输入框值变化。 H5手机端: 来源: http://www.cnblogs.com/lhb25/archive/2012/11/30/oninput-and-onpropertychange- 阅读全文
posted @ 2017-04-28 14:49 James2019 阅读(3439) 评论(0) 推荐(0) 编辑
摘要: —————————————————— 查磁盘 ____________________________________ nginx #nginx -v 显示 nginx 的版本。 nginx 平滑升级参考以下: http://blog.csdn.net/u010028869/article/deta 阅读全文
posted @ 2017-04-27 23:39 James2019 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 登录注册时,文本框输入焦点 TAB 键时,自定义下一个焦点的顺序 带有指定 tab 键顺序的链接: http://www.w3school.com.cn/tags/att_standard_tabindex.asp 阅读全文
posted @ 2017-04-20 11:33 James2019 阅读(864) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页