会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngDH
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
123
下一页
2024年6月27日
CryptoJS
摘要: var CryptoJS=CryptoJS||function(t,i){var n={},e=n.lib={},r=function(){},o=e.Base={extend:function(t){r.prototype=this;var i=new r;return t&&i.mixIn(t)
阅读全文
posted @ 2024-06-27 10:26 AngDH
阅读(31)
评论(0)
推荐(0)
2024年6月25日
虚假唤醒
摘要: 虚假唤醒是一种在多线程编程中可能出现的现象,指的是在等待特定条件满足的线程被唤醒,但这个唤醒并不是由于条件变量的信号(如pthread_cond_signal或notify_one/signal_one等方法)直接导致的。换句话说,即使没有对线程进行显式的唤醒操作,线程也可能因为某些原因(如操作系统
阅读全文
posted @ 2024-06-25 22:37 AngDH
阅读(256)
评论(0)
推荐(0)
2024年6月24日
摩根定律
摘要: 摩根定律(De Morgan's laws)是布尔逻辑和集合论中的一组对偶定律,它们描述了逻辑运算中的否定形式。摩根定律有两个,分别对应于逻辑与(AND)和逻辑或(OR):
阅读全文
posted @ 2024-06-24 18:46 AngDH
阅读(158)
评论(0)
推荐(0)
2024年6月20日
proxy 收集
摘要: memory = { 'Proxy': true, 'random': 0.5, } // Math.random = function(){return memory['random']}; memory.proxy = (function() { memory.Object_sx = ['Dat
阅读全文
posted @ 2024-06-20 12:13 AngDH
阅读(27)
评论(0)
推荐(0)
2024年6月19日
scrapy 单文件启动单个spider
摘要: import scrapy from scrapy.crawler import CrawlerRunner from scrapy.settings import Settings from twisted.internet import reactor class ExampleSpider(s
阅读全文
posted @ 2024-06-19 12:18 AngDH
阅读(29)
评论(0)
推荐(0)
scrapy 信号 signals.Signals()
摘要: 在 Scrapy 源码中,这些 object() 创建的实例通常被用作“信号”。在 Python 中,object() 是所有类的基类,调用它而不传递任何参数会创建一个新对象。这些对象通常是唯一的,并且由于它们没有实现任何特殊的方法或属性,它们通常被用作恒定的标识符。 在 Scrapy 框架中,这些
阅读全文
posted @ 2024-06-19 11:19 AngDH
阅读(58)
评论(0)
推荐(0)
2024年6月12日
utf16be
摘要: hex_data = "77 1f 80 6a 66 0e ff 0c 88 ab 4f 60 53 d1 73 b0 62 11 76 84 96 90 85 cf 4e cb 7e cd 4e 86 30 02 00"bytes_data = bytes.fromhex(hex_data.rep
阅读全文
posted @ 2024-06-12 14:14 AngDH
阅读(17)
评论(0)
推荐(0)
forge js
摘要: !function(e, t) { "object" == typeof exports && "object" == typeof module ? module.exports = t() : "function" == typeof define && define.amd ? define(
阅读全文
posted @ 2024-06-12 10:04 AngDH
阅读(87)
评论(0)
推荐(0)
2024年6月8日
网络 保证在关闭连接前, 把数据发出去
摘要:
阅读全文
posted @ 2024-06-08 23:49 AngDH
阅读(7)
评论(0)
推荐(0)
2024年6月6日
ast 后序遍历
摘要:
阅读全文
posted @ 2024-06-06 10:25 AngDH
阅读(10)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
123
下一页
公告