02 2018 档案

摘要:``` :t.|s/./\~/g ``` 阅读全文
posted @ 2018-02-24 22:48 idlewith 阅读(100) 评论(0) 推荐(0)
摘要:``` #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 阅读(115) 评论(0) 推荐(0)
摘要:``` CreateObject("Wscript.Shell").Run "" & WScript.Arguments(0) & "", 0, False ``` ``` Invisible.vbs "Kill.vbs ME.exe" ``` 阅读全文
posted @ 2018-02-24 15:08 idlewith 阅读(109) 评论(0) 推荐(0)
摘要:``` reinstall pyasn1 ``` 阅读全文
posted @ 2018-02-11 14:43 idlewith 阅读(245) 评论(0) 推荐(0)