摘要: 流程(在项目目录中): npm init > npm install (npm config list查看镜像, npm config set registry "https://registry.npm.taobao.org"配置淘宝镜像) > npm install webpack -g (全局 阅读全文
posted @ 2017-08-29 15:56 eastegg 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 1.安装完后,打开git bash。 1 vim .gitconfig 此文件放在用户目录,即 git bash 打开后默认位置。 2.插入以下内容,保存 3.通过bash 生成秘钥 4. 查看生成的公钥,并复制。 5.通过git服务器的管理功能添加个人公钥 6.切换到项目路径,把本地项目关联到远程 阅读全文
posted @ 2017-08-29 08:57 eastegg 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 按照这两位前辈的教程,安装了nvm-windows。 http://www.cnblogs.com/yesyes/p/7403184.html http://blog.csdn.net/jingsi1991/article/details/71514106 安装前卸载了之前安装的nodejs 6.1 阅读全文
posted @ 2017-08-28 22:20 eastegg 阅读(14147) 评论(1) 推荐(3) 编辑
摘要: 其实主要实现还是用原生javascript,其中主要是用 jquery 的 .contents() 方法来获取内容数组。 然后遍历到需要的文本,也可以用 jquery .filter()来筛选。或者写正则来匹配词组,选择。 阅读全文
posted @ 2017-08-21 09:44 eastegg 阅读(2144) 评论(0) 推荐(0) 编辑
摘要: 1 //百度地图API功能 2 function loadJScript() { 3 var script = document.createElement("script"); 4 script.type = "text/javascript"; 5 script.src = "http://api.map.baidu.com/api?v=2.0&ak=8ni9BKv4... 阅读全文
posted @ 2017-06-23 10:25 eastegg 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 笔者在chrome中遇到了奇特的问题,在通过class给元素添加cursor的自定义图片时。出现了"Invald property value"提示,crosshair、help等属性值可以生效。 图片却不行,自己研究后发现两个大坑。 一个是图片宽或者高需要有一边小于或等于32px。 另一个很重要就 阅读全文
posted @ 2017-06-14 12:53 eastegg 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 以下为作者备忘,详情请看 http://www.cnblogs.com/feichengwulai/articles/3412946.html http://blog.csdn.net/piantoutongyang/article/details/50878214 http://blog.csdn 阅读全文
posted @ 2017-05-10 13:06 eastegg 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 官网太慢用百度网盘,打不开刷新几次试试 http://pan.baidu.com/s/1qYTUrGK#list/path=%2F 首先下载安装 jdk-8u121-windows-x64.exe (然后安装 eclipse-inst-win64.exe, eclipse的安装器,用来安装插件如Ja 阅读全文
posted @ 2017-04-25 17:56 eastegg 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 环境win7 x64 PLSQL Developer 10 与 11 Oracle Instant Client 10 与 12 参考http://blog.csdn.net/chen_zw/article/details/9292455/ http://www.cnblogs.com/ymj126 阅读全文
posted @ 2017-04-21 10:26 eastegg 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-03-11 09:47 eastegg 阅读(1679) 评论(0) 推荐(1) 编辑