萝卜L

导航

统计

05 2022 档案

记一次失败的vbs移植lua luacom
摘要:vbs(或者powershell代码) Dim objShell Set objShell = WScript.CreateObject("WScript.Shell") Set shortcut=objShell.CreateShortcut("test.remote.lnk") shortcut 阅读全文

posted @ 2022-05-22 21:22 萝卜L 阅读(84) 评论(0) 推荐(0) 编辑

OleViewer COM Model Interface Method TypeLib CLSIDs ProgIDs 查看 V1
摘要:OleViewer Removed IronPython entirely. · tyranid/oleviewdotnet@47c3306 (github.com) 有64bit、32bit版本,检测到的(entries)数量不同..? CLSIDs/ProgID 多种查询方式: "Registr 阅读全文

posted @ 2022-05-22 19:08 萝卜L 阅读(94) 评论(0) 推荐(0) 编辑

lua execute io.popen command 命令 V1
摘要:Lua os.execute,io.popen(read、write模式) 可用方式 命令 过程 命令 结果 os.execute 执行-等待执行完毕 一次性 无,需外部文件存储 hr=io.popen(..,'r') 执行-不等待执行完毕 一次性 —— hr:read、hr:close 等待执行完 阅读全文

posted @ 2022-05-21 10:21 萝卜L 阅读(1346) 评论(0) 推荐(0) 编辑

acode cityid cid,查自己ip lat lon V1.1
摘要:adcode ip、坐标(lat、lon),可以映射到adcode——"行政区划代码"、"地理围栏",县级以上。 看着像邮编? 另有别名:cityid、cid。 如:http://pv.sohu.com/cityjson中依据ip返回cid。 查自己ip http://jsonip.com、http 阅读全文

posted @ 2022-05-20 17:57 萝卜L 阅读(69) 评论(0) 推荐(0) 编辑

代理Proxy 502 Bad Gateway 错误 Request Headers Host字段 缺失造成 (no connection could be made because the target machine actively refused it) V1
摘要:异常 程序中(使用Request)开启代理(Proxy),访问某网页,返回"502 Bad Gateway"。 对应的,代理(Clash)中记录(Logs)显示"no connection could be made because the target machine actively refus 阅读全文

posted @ 2022-05-20 16:56 萝卜L 阅读(1671) 评论(0) 推荐(0) 编辑

CMD BATCH pipe / redirect / EOF signal V1.3
摘要:管道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 >> 阅读全文

posted @ 2022-05-16 23:44 萝卜L 阅读(47) 评论(0) 推荐(0) 编辑

编码 乱码 解析 识别
摘要:中文乱码辨识 | Harttle Land 乱码恢复 (mytju.com)! 阅读全文

posted @ 2022-05-05 19:10 萝卜L 阅读(114) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示