上一页 1 2 3 4 5 6 7 8 9 10 ··· 124 下一页
摘要: from pydispatch import dispatcher from typing import Dict, List import time # 定义信号 class Signals: TASK_STARTED = 'task_started' TASK_COMPLETED = 'task 阅读全文
posted @ 2025-05-20 14:05 AngDH 阅读(31) 评论(0) 推荐(0)
摘要: 先编译 zlib 进 protobuf_3.8.0_source 目录 git submodule update --init --recursive cmake ./cmake -DZLIB_INCLUDE_DIR=D:\mycode\cpp\xms\lib\zlib-1.2.11 -DZLIB_ 阅读全文
posted @ 2025-05-19 21:57 AngDH 阅读(31) 评论(0) 推荐(0)
摘要: 安装 perl 安装 nasm build_openssl.bat @echo "start build openssl" set VS="d:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vc 阅读全文
posted @ 2025-05-17 19:21 AngDH 阅读(21) 评论(0) 推荐(0)
摘要: 创建 build_zlib.bat 与zlib-1.2.11 同级目录 set VS="d:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsx86_amd64.bat" set OUT 阅读全文
posted @ 2025-05-17 18:52 AngDH 阅读(19) 评论(0) 推荐(0)
摘要: 开始接收链接 阅读全文
posted @ 2025-05-17 11:56 AngDH 阅读(10) 评论(0) 推荐(0)
摘要: 问题背景 在Scrapy项目的settings.py中常见以下配置: import asyncio from asyncio import SelectorEventLoop loop = SelectorEventLoop() asyncio.set_event_loop(loop) TWISTE 阅读全文
posted @ 2025-05-16 11:43 AngDH 阅读(99) 评论(0) 推荐(0)
摘要: 编译动态库 编译测试文件 编写执行脚本 阅读全文
posted @ 2025-05-15 23:26 AngDH 阅读(9) 评论(0) 推荐(0)
摘要: https://cloudspinx.com/fix-centos-7-repositories-not-working/ https://github.com/cloudspinx/centos7-vault-repositories 需要fq 阅读全文
posted @ 2025-05-10 11:11 AngDH 阅读(46) 评论(0) 推荐(0)
摘要: ---- 阅读全文
posted @ 2025-04-30 16:34 AngDH 阅读(10) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-04-30 09:09 AngDH 阅读(6) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 124 下一页