摘要: 将博客搬至CSDN 阅读全文
posted @ 2019-08-30 20:41 idlewith 阅读(71) 评论(0) 推荐(0) 编辑
摘要: ``` a = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { 'standard': { 'format': '%(asctime)s [%(levelname)s] %(name)s: %(message)s' }, },... 阅读全文
posted @ 2019-06-03 00:31 idlewith 阅读(164) 评论(0) 推荐(0) 编辑
摘要: ``` adduser git mkdir /git cd /git git init --bare sample.git chown -R git:git sample.git if port custom: git clone ssh://git@remote_ip:remote_port/git/download.git master git push ssh://git@remote_... 阅读全文
posted @ 2018-10-31 21:58 idlewith 阅读(199) 评论(0) 推荐(0) 编辑
摘要: ``` sc create frp binPath= C:\exe\exe.exe start= auto ``` 阅读全文
posted @ 2018-10-28 02:29 idlewith 阅读(134) 评论(0) 推荐(0) 编辑
摘要: ``` docker run -d -p 8081:8081 centos:latest /usr/bin/bash -c "trap : TERM INT; sleep infinity & wait" ``` 阅读全文
posted @ 2018-10-27 23:41 idlewith 阅读(150) 评论(0) 推荐(0) 编辑
摘要: config npm config environment config taobao mirror registry 阅读全文
posted @ 2018-10-24 11:17 idlewith 阅读(316) 评论(0) 推荐(0) 编辑
摘要: get server.key with password get server.key no password get server.csr get ca.crt get server.crt config ssl.conf open 443 port restart nginx 阅读全文
posted @ 2018-09-29 12:45 idlewith 阅读(178) 评论(0) 推荐(0) 编辑
摘要: ``` var origin_str = "e4bda061e5a5bd62"; var dec2utf8 = function (arr) { if (typeof arr === 'string') { return arr; } var unicodeString = '', _arr = a 阅读全文
posted @ 2018-09-28 18:18 idlewith 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: 1 2 download gettext 3 download libstdc++ 6.dll then put libstdc++ 6.dll to c:\windows\system32\ 阅读全文
posted @ 2018-09-25 12:03 idlewith 阅读(748) 评论(0) 推荐(0) 编辑
摘要: ``` alter database blog character set utf8 collate utf8_general_ci; ``` 阅读全文
posted @ 2018-09-24 21:03 idlewith 阅读(131) 评论(0) 推荐(0) 编辑