- 博客(5)
- 收藏
- 关注
原创 浏览器禁止弹窗
弹出窗口被屏蔽的原因: 1. 浏览器内置的屏蔽程序阻止的弹出窗口 window.open() 返回null 2. 浏览器扩展或其他程序阻止的弹出窗口 window.open() 通常会抛出一个错误 兼容代码:var blocked = false;try { var wroxWin...
2018-10-31 17:38:26
1221
原创 使用sublimeCodeIntel插件导致input标签不能闭合
使用sublimeCodeIntel插件导致input标签不能闭合最近换了公司的电脑,发现input标签不能闭合,而其他的单标签都没有问题,在网上查了下都说是Emmet的问题,结果设置了,还是不行~ 然后一个个插件排除,最终发现是sublimeCodeIntel导致的,卸载后就没有问题了 可是我之前电脑上装sublimeCodeInter插件,就没有出现这个问题主要是我想用sublimeCode
2017-06-13 15:04:06
321
原创 git更新到github
git更新到github:git add . 添加所有文件git commit 提交git pull origin master 远程分支与当前分支合并(还是不太懂) $ git pull :取回origin主机的next分支,与本地的master分支合并,需要写成下面这样。$ git pull origin next:master
2017-04-19 23:45:26
278
转载 git error:Updates were rejected because the tip of your current branch is behind
var username = "huangbin10025"; var _blogger = username; var blog_address = "http://blog.youkuaiyun.com/michael10001";点击打开链接 var static_host = "http://static.blog.youkuaiyun.com"; var currentUserN
2017-04-19 23:39:29
1862
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅