摘要:vbs(或者powershell代码) Dim objShell Set objShell = WScript.CreateObject("WScript.Shell") Set shortcut=objShell.CreateShortcut("test.remote.lnk") shortcut
阅读全文
摘要:OleViewer Removed IronPython entirely. · tyranid/oleviewdotnet@47c3306 (github.com) 有64bit、32bit版本,检测到的(entries)数量不同..? CLSIDs/ProgID 多种查询方式: "Registr
阅读全文
摘要:Lua os.execute,io.popen(read、write模式) 可用方式 命令 过程 命令 结果 os.execute 执行-等待执行完毕 一次性 无,需外部文件存储 hr=io.popen(..,'r') 执行-不等待执行完毕 一次性 —— hr:read、hr:close 等待执行完
阅读全文
摘要:adcode ip、坐标(lat、lon),可以映射到adcode——"行政区划代码"、"地理围栏",县级以上。 看着像邮编? 另有别名:cityid、cid。 如:http://pv.sohu.com/cityjson中依据ip返回cid。 查自己ip http://jsonip.com、http
阅读全文
摘要:异常 程序中(使用Request)开启代理(Proxy),访问某网页,返回"502 Bad Gateway"。 对应的,代理(Clash)中记录(Logs)显示"no connection could be made because the target machine actively refus
阅读全文
摘要:管道Pipe A | B,同时(异步)开始A、B,设置B的输入流(0)为A的输出流(1)。 在A执行结束/返回/退出后,A的输出传递作为B的输入,执行B。"在A结束后",而非实时。 关于顺序的测试: >(ping 192.168.0.0 >nul & echo 1 >>&2) | echo 2 >>
阅读全文
摘要:中文乱码辨识 | Harttle Land 乱码恢复 (mytju.com)!
阅读全文