会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
James的博客园
博客园
首页
新随笔
联系
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
31
下一页
2017年5月24日
webstorm 很卡 scanning files to index (扫描文件索引)
摘要: webstorm 号称"前端神器",但npm导入包跑索引,会很卡不停的跑索引... 排除你不想索引的文件夹 找到你想排除的文件夹(主要是node_modulewe文件夹),右键选择 Mark Directory As > Excluded 。然后重启webstorm 以下解决: 重启webstorm
阅读全文
posted @ 2017-05-24 17:38 James2019
阅读(2096)
评论(0)
推荐(0)
2017年5月23日
node.js 笔记
摘要: 教程总结笔记: 学习网站: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
阅读(217)
评论(0)
推荐(0)
2017年5月16日
webuploader 百度上传,一个页面多个上传按钮
摘要: 需求:列表里每条数据需加文件上传 html: js: webuploader 插件部分: 注意:页面如果有隐藏的上传按钮(如弹窗里面),当隐藏block的时候,再初始化一下WebUploader即可
阅读全文
posted @ 2017-05-16 10:54 James2019
阅读(5686)
评论(0)
推荐(1)
2017年5月11日
JavaScript 无刷新修改浏览器URL地址栏
摘要: 参考:http://www.jquerycn.cn/a_10532
阅读全文
posted @ 2017-05-11 15:42 James2019
阅读(6926)
评论(0)
推荐(0)
2017年5月5日
git 常用命令
摘要: —————— 常用 —————— 在一个目录里初始化git 并关联到远程 mkdir gitTest // 新建目录 cd gitTest git init // 把此目录设为git管理 git remote add origin https://XXXXXX.git // 将本地仓库与远程仓库关联
阅读全文
posted @ 2017-05-05 23:43 James2019
阅读(565)
评论(0)
推荐(0)
2017年5月4日
Element link doesn't have required attribute property
摘要: 前端标准http://validator.w3.org/ 拒绝你的代码时报 把样式链接 <link ... 移到 <body>里,会报上面提醒 要想不报,把<link 还放到 <head> 里 当然非要放到 <body>里,加 property='stylesheet'
阅读全文
posted @ 2017-05-04 17:25 James2019
阅读(2032)
评论(0)
推荐(0)
Jquery中click事件重复执行的问题
摘要: 平常没注意事件绑定问题,在此注意一下: 注:如果不取消上次事件绑定,bb 日志随着事件会执行多次。用off()即为移除click事件,或者 unbind('click')也行。
阅读全文
posted @ 2017-05-04 09:36 James2019
阅读(389)
评论(0)
推荐(0)
2017年4月28日
html5 实时监听输入框值变化的完美方案:oninput & onpropertychange
摘要: 结合 HTML5 标准事件 oninput 和 IE 专属事件 onpropertychange 事件来监听输入框值变化。 H5手机端: 来源: http://www.cnblogs.com/lhb25/archive/2012/11/30/oninput-and-onpropertychange-
阅读全文
posted @ 2017-04-28 14:49 James2019
阅读(3464)
评论(0)
推荐(0)
2017年4月27日
linux 命令收集 阿里云nginx升级等 查看磁盘空间 版本等
摘要: —————————————————— 查磁盘 ____________________________________ nginx #nginx -v 显示 nginx 的版本。 nginx 平滑升级参考以下: http://blog.csdn.net/u010028869/article/deta
阅读全文
posted @ 2017-04-27 23:39 James2019
阅读(540)
评论(0)
推荐(0)
2017年4月20日
tabindex 带有指定 tab 键顺序 或焦点 focus
摘要: 登录注册时,文本框输入焦点 TAB 键时,自定义下一个焦点的顺序 带有指定 tab 键顺序的链接: http://www.w3school.com.cn/tags/att_standard_tabindex.asp
阅读全文
posted @ 2017-04-20 11:33 James2019
阅读(872)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
31
下一页
公告