会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
idlewith
个人博客:https://idlewith.com/,欢迎访问
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
21
下一页
2019年8月30日
将博客搬至CSDN
摘要: 将博客搬至CSDN
阅读全文
posted @ 2019-08-30 20:41 idlewith
阅读(79)
评论(0)
推荐(0)
2019年6月3日
python logging configure with config.py
摘要: ``` 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
阅读(171)
评论(0)
推荐(0)
2018年10月31日
git custom repository
摘要: ``` 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
阅读(206)
评论(0)
推荐(0)
2018年10月28日
sc create service
摘要: ``` sc create frp binPath= C:\exe\exe.exe start= auto ```
阅读全文
posted @ 2018-10-28 02:29 idlewith
阅读(138)
评论(0)
推荐(0)
2018年10月27日
run docker all the time
摘要: ``` 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
阅读(163)
评论(0)
推荐(0)
2018年10月24日
nodejs init config
摘要: config npm config environment config taobao mirror registry
阅读全文
posted @ 2018-10-24 11:17 idlewith
阅读(323)
评论(0)
推荐(0)
2018年9月29日
config https in nginx(free)
摘要: 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
阅读(186)
评论(0)
推荐(0)
2018年9月28日
js hex string to unicode string
摘要: ``` 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
阅读(1258)
评论(0)
推荐(0)
2018年9月25日
install gettext on windows
摘要: 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
阅读(814)
评论(0)
推荐(0)
2018年9月24日
alter character set
摘要: ``` alter database blog character set utf8 collate utf8_general_ci; ```
阅读全文
posted @ 2018-09-24 21:03 idlewith
阅读(135)
评论(0)
推荐(0)
1
2
3
4
5
···
21
下一页
公告