摘要:
```
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
``` 阅读全文
摘要:
office 2013很强大. 阅读全文
摘要:
参考: https://stackoverflow.com/questions/5807137/how to revert uncommitted changes including files and folders `git reset hard && git clean fd` 阅读全文
摘要:
比较实用, 当你在cd到子文件夹运行webpack时,你可能想要require文件夹js里面的一些模块, 但你又想将祖先的js文件夹作为fallback.这样设置即可: 阅读全文
摘要:
参考https://webpack.js.org/guides/caching/ deterministic hashes 阅读全文
摘要:
比如 是能够调用 的, 这样子目录就可以避免重复安装node_modules. 够用了. 阅读全文
摘要:
参考:https://stackoverflow.com/questions/33058964/configure webpack to output images fonts in a separate subfolders 阅读全文
摘要:
try_files 参考:https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ Use the try_files directive to filter out the problem condit 阅读全文
摘要:
这个玩意直接10G....记录下. C:\Users\xn\AppData\Local\Android\sdk\system images\android 23 阅读全文
摘要:
npm install registry=https://registry.npm.taobao.org D env cmd So.. 这样你在npm run build的时候会发现输出文件里面 被替换为配置文件里面对应的常量. build.ini package.json 阅读全文