上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: 客户端 查看所有配置 SHOW VARIABLES; 查看最大连接数 select @@GLOBAL.max_connections; 参考 所有配置参数 http://dev.mysql.com/doc/refman/5.6/en/server system variables.html 更改系统 阅读全文
posted @ 2016-06-02 16:11 LisPythoniC 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Network I/O operations in user code should only be done through the Nginx Lua API calls as the Nginx event loop may be blocked and performance drop of 阅读全文
posted @ 2016-05-27 11:42 LisPythoniC 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 代码格式强迫症必备: [ { "keys": [","], "command": "insert", "args": {"characters": ", "}}, { "keys": ["="], "command": "insert", "args": { "characters": " = " 阅读全文
posted @ 2016-05-26 17:24 LisPythoniC 阅读(241) 评论(0) 推荐(0) 编辑
摘要: https://developer.android.com/training/volley/request.html Request JSON Volley provides the following classes for JSON requests: JsonArrayRequest—A re 阅读全文
posted @ 2016-05-20 21:56 LisPythoniC 阅读(346) 评论(0) 推荐(0) 编辑
摘要: ``` set subl="C:\Program Files (x86)\Sublime Text 3\subl.exe" set git-bash="C:\Program Files\Git\git-bash.exe" for %%x in ("C:\projects\jarsj","C:\projects\jasygl","C:\projects\wdksw","c:\cloud") do (... 阅读全文
posted @ 2016-04-13 16:45 LisPythoniC 阅读(403) 评论(0) 推荐(0) 编辑
摘要: ``` #!/bin/bash git --git-dir=/var/www/domain/.git --work-tree=/var/www/domain pull uwsgi --reload /tmp/domain service nginx restart ``` 阅读全文
posted @ 2016-04-12 08:53 LisPythoniC 阅读(229) 评论(0) 推荐(0) 编辑
摘要: lua C 阅读全文
posted @ 2016-04-11 17:20 LisPythoniC 阅读(306) 评论(0) 推荐(0) 编辑
摘要: `git fetch && git reset hard origin/master` 阅读全文
posted @ 2016-04-09 17:24 LisPythoniC 阅读(169) 评论(0) 推荐(0) 编辑
摘要: But did you know Google allows you to download the full standalone installer of Chrome from its official website? Our readers "Musafir_86" and "anuj" 阅读全文
posted @ 2016-04-05 09:37 LisPythoniC 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 下载adk https://www.microsoft.com/en us/download/details.aspx?id=30652 安装 C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Deployme 阅读全文
posted @ 2016-03-29 09:29 LisPythoniC 阅读(234) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页