摘要:
```
http://www.nirsoft.net/utils/file_types_manager.html ``` 阅读全文
摘要:
```
ISO-8859-1
``` ```
with open(os.path.join(path_home, f), 'r', encoding='ISO-8859-1') as f1: ``` 阅读全文
摘要:
```
yum -y groups install "MATE Desktop"
systemctl set-default multi-user.target //设置成命令模式
systemctl set-default graphical.target //设置成图形模式 ``` 阅读全文
摘要:
` 阅读全文
摘要:
```
hostnamectl set-hostname new
``` 阅读全文
摘要:
1 configuring nginx.repo [ /etc/yum.repos.d/nginx.repo ][1] [nginx] name=nginx repo baseurl=http://nginx.org/packages/mainline/OS/OSRELEASE/$basearch/ 阅读全文
摘要:
```
:t.|s/./\~/g ``` 阅读全文
摘要:
``` #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 ... 阅读全文
摘要:
```
CreateObject("Wscript.Shell").Run "" & WScript.Arguments(0) & "", 0, False
```
```
Invisible.vbs "Kill.vbs ME.exe"
``` 阅读全文
摘要:
```
reinstall pyasn1
``` 阅读全文