会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
idlewith
个人博客:https://idlewith.com/,欢迎访问
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
21
下一页
2018年4月12日
moidfy python file icon
摘要: ``` http://www.nirsoft.net/utils/file_types_manager.html ```
阅读全文
posted @ 2018-04-12 10:47 idlewith
阅读(147)
评论(0)
推荐(0)
2018年4月4日
UnicodeDecodeError: utf8 codec cannot decode byte 0xc5 in position 8032: invalid continuation byte
摘要: ``` ISO-8859-1 ``` ``` with open(os.path.join(path_home, f), 'r', encoding='ISO-8859-1') as f1: ```
阅读全文
posted @ 2018-04-04 12:13 idlewith
阅读(1046)
评论(0)
推荐(0)
2018年3月28日
set desktop for aliyun centos
摘要: ``` yum -y groups install "MATE Desktop" systemctl set-default multi-user.target //设置成命令模式 systemctl set-default graphical.target //设置成图形模式 ```
阅读全文
posted @ 2018-03-28 15:14 idlewith
阅读(117)
评论(0)
推荐(0)
2018年3月27日
install python3 on centos
摘要: `
阅读全文
posted @ 2018-03-27 11:25 idlewith
阅读(160)
评论(0)
推荐(0)
2018年3月16日
modify hostname of aliyun
摘要: ``` hostnamectl set-hostname new ```
阅读全文
posted @ 2018-03-16 14:38 idlewith
阅读(93)
评论(0)
推荐(0)
2018年3月13日
nginx brief
摘要: 1 configuring nginx.repo [ /etc/yum.repos.d/nginx.repo ][1] [nginx] name=nginx repo baseurl=http://nginx.org/packages/mainline/OS/OSRELEASE/$basearch/
阅读全文
posted @ 2018-03-13 14:23 idlewith
阅读(137)
评论(0)
推荐(0)
2018年2月24日
copy entire line and replace every letter to tilde or equal sign
摘要: ``` :t.|s/./\~/g ```
阅读全文
posted @ 2018-02-24 22:48 idlewith
阅读(98)
评论(0)
推荐(0)
lua basic usage
摘要: ``` #pragma comment (lib, "lua5.1.lib") #include extern "C"{ #include "lua.h" #include "lualib.h" #include "lauxlib.h" } int main() { // Create and start our environment lua_State *EnvOne ...
阅读全文
posted @ 2018-02-24 18:12 idlewith
阅读(114)
评论(0)
推荐(0)
run a bat file or script file in background
摘要: ``` CreateObject("Wscript.Shell").Run "" & WScript.Arguments(0) & "", 0, False ``` ``` Invisible.vbs "Kill.vbs ME.exe" ```
阅读全文
posted @ 2018-02-24 15:08 idlewith
阅读(107)
评论(0)
推荐(0)
2018年2月11日
cannot import name opentype in srapy
摘要: ``` reinstall pyasn1 ```
阅读全文
posted @ 2018-02-11 14:43 idlewith
阅读(243)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
21
下一页
公告