上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: 查看错误log 首先彻底删除mysql,比如版本5.5 然后 这里会弹出选择版本的界面,经过坑爹的尝试才发现要 按ENTER键选择版本 选好后 参考链接 http://dev.mysql.com/doc/mysql apt repo quick guide/en/ 阅读全文
posted @ 2016-12-13 17:50 LisPythoniC 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: ``` ngx.re.match syntax: captures, err = ngx.re.match(subject, regex, options?, ctx?, res_table?) context: init_worker_by_lua*, set_by_lua*, rewrite_by_lua*, access_by_lua*, content_by_lua*, header_f... 阅读全文
posted @ 2016-12-05 17:32 LisPythoniC 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: 似乎没有办法 只能碰运气, 时好时坏. 或者手动安装 趁着好的时候, 下载离线包 https://packagecontrol.io/Package%20Control.sublime package 之后安装即可 sublime text 2 sublime text 3 阅读全文
posted @ 2016-11-12 19:49 LisPythoniC 阅读(4511) 评论(0) 推荐(0) 编辑
摘要: 需求场景: 希望通过一个webpack文件夹管理多个站点的打包流程. 假设现在我要为站点 配置打包流程. npm 添加淘宝镜像 你懂得 Mac 启动mysql 工程目录结构 1. 所有站点共用的目录为 和`js`, 这两个文件夹存放公共的css和js模块. 2. 打包出来的文件输出在 文件夹下 3. 阅读全文
posted @ 2016-11-09 11:51 LisPythoniC 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 比如把当前文件夹下所有scss文件后缀改为less `rename 's/\.scss/\.less/' ./ ` 阅读全文
posted @ 2016-11-08 23:19 LisPythoniC 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: 以win 10 为例, 找到文件 添加 , 如图: 阅读全文
posted @ 2016-11-07 17:24 LisPythoniC 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 比如你要清空文件 阅读全文
posted @ 2016-10-29 18:34 LisPythoniC 阅读(843) 评论(0) 推荐(0) 编辑
摘要: pip3 install django==1.9 i http://pypi.douban.com/simple/ 阅读全文
posted @ 2016-10-29 17:37 LisPythoniC 阅读(441) 评论(0) 推荐(0) 编辑
摘要: ``` Basics: 1. Ensure that you have not disabled Lua code cache: https://github.com/openresty/lua-nginx-module#lua_code_cache 2. Load resty.core: https://github.com/openresty/lua-resty-core#synopsi... 阅读全文
posted @ 2016-10-10 09:21 LisPythoniC 阅读(432) 评论(0) 推荐(0) 编辑
摘要: https://github.com/webpack/webpack/issues/2254 env 变量 Yes this is intended. Custom argumens can be passed via env prefix, i. e. env.compress. Than exp 阅读全文
posted @ 2016-10-09 17:36 LisPythoniC 阅读(5403) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页