05 2017 档案

摘要:笔记一下: vue.js 安装,参考: http://www.cnblogs.com/wisewrong/p/6255817.html (vue-cli) http://www.cnblogs.com/zhuzhenwei918/p/6870340.html?utm_source=itdadao&u 阅读全文
posted @ 2017-05-26 09:33 James2019 阅读(777) 评论(0) 推荐(0) 编辑
摘要:webstorm 号称"前端神器",但npm导入包跑索引,会很卡不停的跑索引... 排除你不想索引的文件夹 找到你想排除的文件夹(主要是node_modulewe文件夹),右键选择 Mark Directory As > Excluded 。然后重启webstorm 以下解决: 重启webstorm 阅读全文
posted @ 2017-05-24 17:38 James2019 阅读(2056) 评论(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 阅读(212) 评论(0) 推荐(0) 编辑
摘要:需求:列表里每条数据需加文件上传 html: js: webuploader 插件部分: 注意:页面如果有隐藏的上传按钮(如弹窗里面),当隐藏block的时候,再初始化一下WebUploader即可 阅读全文
posted @ 2017-05-16 10:54 James2019 阅读(5677) 评论(0) 推荐(1) 编辑
摘要:参考:http://www.jquerycn.cn/a_10532 阅读全文
posted @ 2017-05-11 15:42 James2019 阅读(6913) 评论(0) 推荐(0) 编辑
摘要:—————— 常用 —————— 在一个目录里初始化git 并关联到远程 mkdir gitTest // 新建目录 cd gitTest git init // 把此目录设为git管理 git remote add origin https://XXXXXX.git // 将本地仓库与远程仓库关联 阅读全文
posted @ 2017-05-05 23:43 James2019 阅读(541) 评论(0) 推荐(0) 编辑
摘要:前端标准http://validator.w3.org/ 拒绝你的代码时报 把样式链接 <link ... 移到 <body>里,会报上面提醒 要想不报,把<link 还放到 <head> 里 当然非要放到 <body>里,加 property='stylesheet' 阅读全文
posted @ 2017-05-04 17:25 James2019 阅读(2022) 评论(0) 推荐(0) 编辑
摘要:平常没注意事件绑定问题,在此注意一下: 注:如果不取消上次事件绑定,bb 日志随着事件会执行多次。用off()即为移除click事件,或者 unbind('click')也行。 阅读全文
posted @ 2017-05-04 09:36 James2019 阅读(381) 评论(0) 推荐(0) 编辑

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