会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngDH
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
124
下一页
2024年1月3日
字体指纹
摘要: div = document.createElement('div'); div.style.visibility = 'hidden'; div.innerHTML = '<span lang="zh" style="font-family:mmllii;font-size:114px">mmmm
阅读全文
posted @ 2024-01-03 13:09 AngDH
阅读(101)
评论(0)
推荐(0)
2023年12月29日
form检测
摘要: form = document.createElement('form') form.id = '__Zm9ybS5pZAo__' form.action = 'https://ucenter.miit.gov.cn/login.jsp' document.body.appendChild(form
阅读全文
posted @ 2023-12-29 13:47 AngDH
阅读(81)
评论(0)
推荐(0)
2023年12月14日
python 中午乱码
摘要: sss = "çéè¾¾99" aa = sss.encode('ISO-8859-1').decode() print(aa) sss = "çéè¾¾99"aa = sss.encode('ISO-8859-1').decode()print(aa)
阅读全文
posted @ 2023-12-14 16:30 AngDH
阅读(22)
评论(0)
推荐(0)
2023年12月10日
dom检测
摘要: form = document.createElement('form'); form.id = "angdh"; document.body.appendChild(form); if(window["angdh"] !== form){console.log('被检测1')} if(!("ang
阅读全文
posted @ 2023-12-10 20:44 AngDH
阅读(21)
评论(0)
推荐(0)
2023年12月8日
MutationObserver
摘要: MutationObserver https://developer.mozilla.org/zh-CN/docs/Web/API/MutationObserver
阅读全文
posted @ 2023-12-08 15:42 AngDH
阅读(12)
评论(0)
推荐(0)
如何设置 方法的Symbol(Symbol.toStringTag)值
摘要: const method = function() {}; Object.defineProperty(method, Symbol.toStringTag, { value: 'CustomMethod' }); console.log(method[Symbol.toStringTag]); /
阅读全文
posted @ 2023-12-08 11:38 AngDH
阅读(72)
评论(0)
推荐(0)
2023年11月24日
Object.preventExtensions()
摘要: Object.preventExtensions() 用于禁止给对象新增属性。
阅读全文
posted @ 2023-11-24 09:52 AngDH
阅读(15)
评论(0)
推荐(0)
2023年11月16日
wireshark抓取本地服务设置
摘要: route add 192.168.0.6 mask 255.255.255.255 192.168.0.1 192.168.0.6 你的本机ip地址 192.168.0.1 你的网关地址
阅读全文
posted @ 2023-11-16 16:21 AngDH
阅读(31)
评论(0)
推荐(0)
2023年11月6日
Fiddler抓socket
摘要: 解决中文乱码 static function OnBeforeRequest(oSession: Session) { if (oSession.RequestHeaders.ExistsAndContains ("Sec-WebSocket-Extensions", "permessage-def
阅读全文
posted @ 2023-11-06 09:51 AngDH
阅读(324)
评论(0)
推荐(0)
2023年11月2日
js worker
摘要: index.html <!DOCTYPE html> <html> <head> <title>JavaScript Worker Example</title> </head> <body> <script> // 主线程 const mainWorker = new Worker('worker
阅读全文
posted @ 2023-11-02 13:31 AngDH
阅读(46)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
124
下一页
公告