摘要: function check(code) { code = code.split(''); var factor = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2], parity = [1, 0, 'X', 9, 8, 7, 6, 5, 阅读全文
posted @ 2023-01-07 10:21 hrdom 阅读(57) 评论(0) 推荐(0)
摘要: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common erro 阅读全文
posted @ 2022-12-09 21:04 hrdom 阅读(65) 评论(1) 推荐(0)
摘要: win10 windows似乎没有KCachegrind,有一个替代品叫做qcachegrind 可以在这里下载https://sourceforge.net/projects/qcachegrindwin/ 解压,然后需要添加qcachegrind.exe的path环境变量,否则 Could no 阅读全文
posted @ 2022-12-03 15:59 hrdom 阅读(284) 评论(0) 推荐(0)
摘要: function FreeRestriction() { importClass(com.stardust.autojs.core.accessibility.AccessibilityBridge.WindowFilter); let bridge = runtime.accessibilityB 阅读全文
posted @ 2022-12-01 17:10 hrdom 阅读(600) 评论(0) 推荐(0)
摘要: 没有高亮的是class="lmt__source_textarea_overlay__text" 高亮的是class="lmt__source_textarea_overlay__text lmt__source_textarea_overlay__sentence--active" 多了lmt__ 阅读全文
posted @ 2022-11-26 13:04 hrdom 阅读(36) 评论(0) 推荐(0)
摘要: ctrl+shift+fn+→ Ctrl+Shift+End(笔记本没有end键) 阅读全文
posted @ 2022-11-16 14:34 hrdom 阅读(346) 评论(0) 推荐(0)
摘要: var ccount = 0; var numnum = 5 const sleep = (delay) => new Promise((resolve) => setTimeout(resolve, delay)) while (numnum--) { document.querySelector 阅读全文
posted @ 2022-10-26 23:00 hrdom 阅读(219) 评论(0) 推荐(0)
摘要: ping 同子网/网段/网络/局域网的主机 出来的过程不显示Layer 3,奇怪(懂了,第一次没arp,处理完第3层先缓冲了,第二次就有了) 到了目的主机的时候显示出来了Layer 3 ping 其它网段的主机,显示Layer 3 阅读全文
posted @ 2022-10-23 15:50 hrdom 阅读(230) 评论(0) 推荐(0)
摘要: 同源的请求会省略域名,只显示域名后边的,/开始的路径 上边是最后一个/后的部分 https://+域名+下边的部分+/+上边的部分=完整的url 阅读全文
posted @ 2022-10-18 17:30 hrdom 阅读(102) 评论(0) 推荐(0)
摘要: Welcome.It's great to see you We've been so busy remodeling that we haven't had time to get the PCs set up.Would it be too much to ask you to get them 阅读全文
posted @ 2022-10-14 10:50 hrdom 阅读(51) 评论(0) 推荐(0)