上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: ``` sudo add-apt-repository ppa:git-core/ppa sudo apt-get update ``` 阅读全文
posted @ 2017-06-26 19:16 LisPythoniC 阅读(270) 评论(0) 推荐(0) 编辑
摘要: office 2013很强大. 阅读全文
posted @ 2017-06-17 14:03 LisPythoniC 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 参考: https://stackoverflow.com/questions/5807137/how to revert uncommitted changes including files and folders `git reset hard && git clean fd` 阅读全文
posted @ 2017-06-13 23:30 LisPythoniC 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 比较实用, 当你在cd到子文件夹运行webpack时,你可能想要require文件夹js里面的一些模块, 但你又想将祖先的js文件夹作为fallback.这样设置即可: 阅读全文
posted @ 2017-06-13 23:20 LisPythoniC 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 参考https://webpack.js.org/guides/caching/ deterministic hashes 阅读全文
posted @ 2017-06-13 00:08 LisPythoniC 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 比如 是能够调用 的, 这样子目录就可以避免重复安装node_modules. 够用了. 阅读全文
posted @ 2017-06-09 19:03 LisPythoniC 阅读(995) 评论(0) 推荐(0) 编辑
摘要: 参考:https://stackoverflow.com/questions/33058964/configure webpack to output images fonts in a separate subfolders 阅读全文
posted @ 2017-06-09 00:26 LisPythoniC 阅读(811) 评论(0) 推荐(0) 编辑
摘要: try_files 参考:https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ Use the try_files directive to filter out the problem condit 阅读全文
posted @ 2017-06-07 22:55 LisPythoniC 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 这个玩意直接10G....记录下. C:\Users\xn\AppData\Local\Android\sdk\system images\android 23 阅读全文
posted @ 2017-06-02 00:48 LisPythoniC 阅读(189) 评论(0) 推荐(0) 编辑
摘要: npm install registry=https://registry.npm.taobao.org D env cmd So.. 这样你在npm run build的时候会发现输出文件里面 被替换为配置文件里面对应的常量. build.ini package.json 阅读全文
posted @ 2017-06-01 08:06 LisPythoniC 阅读(1153) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页