hugo LoveIt主题 搜索 algolia https://www.qikqiak.com/post/hugo-integrated-algolia-search/ 常用命令 1 2 3 4 5 6 7 8 hugo new posts/first_post.md hugo serve hugo serve --disableFastRender hugo serve -e production 网站图标, 浏览器配置, 网站清单 强烈建议你把: apple-touch-icon.png (180x180) favicon-32x32.png (32x32) favicon-16x16.png (16x16) mstile-150x150.png (150x150) android-chrome-192x192.png (192x192) android-chrome-512x512.png
Elasticsearch 资料文档 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - 中文版的 https://es.xiaoleilu.com/ - 英文版的 https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html - 中文版的 https://es.xiaoleilu.com/ - Elasticsearch-PHP https://www.elastic.co/guide/cn/elasticsearch/php/current/_quickstart.html#_quickstart - 全文搜索引擎 Elasticsearch 入门教程 https://www.ruanyifeng.com/blog/2017/08/elasticsearch.html - Elasticsearch-PHP 中文文档 https://learnku.com/docs/elasticsearch-php/6.0 安
mac下载 http://www.pc6.com https://www.mac69.com/
phpstorm激活码 http://idea.medeming.com/jets/ https://mp.weixin.qq.com/s/ayIzGQoIm_UCe-e0LdFhmw
Thinkphp微信Auth实战开发 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
vue 安装npm install webpack -g 卸载 npm uninstall webpack –save-dev 安装vue脚手架 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1. npm install vue-cli webpack -g (全局安装vue脚手架和webpack) 2. 进入工程目录