摘要: ``` :t.|s/./\~/g ``` 阅读全文
posted @ 2018-02-24 22:48 idlewith 阅读(98) 评论(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 阅读(114) 评论(0) 推荐(0)
摘要: ``` 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)