会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngDH
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
125
下一页
2024年5月15日
fiddler fiddlerscript 自定义规则
摘要: https://space.bilibili.com/423499331 返回内容出现关键词 只显示包含baidu 的包 变色 替换响应内容 提示框 添加列 请求前拦截某个请求 static function OnBeforeRequest(oSession: Session) { if (oSes
阅读全文
posted @ 2024-05-15 10:22 AngDH
阅读(138)
评论(0)
推荐(0)
2024年4月23日
get_random
摘要: def get_random(): import os import random import string import binascii def to_hex(val): return format(val, '02x') def random_string(length): letters
阅读全文
posted @ 2024-04-23 15:54 AngDH
阅读(51)
评论(0)
推荐(0)
2024年4月6日
进程通信方式
摘要: 进程通信方式: 1. 同一台机器上进程内的通信(多线程同步) 2. 同一台机器上不同进程的通信(共享内存、管道、socket) 3. 不同机器上不同进程的通信(Socket 通信)
阅读全文
posted @ 2024-04-06 11:36 AngDH
阅读(33)
评论(0)
推荐(0)
2024年4月2日
python 操作excel ,累加insert
摘要: import osfrom openpyxl.reader.excel import load_workbook import pandas as pd def insert(relist, one): # data = [{"pol": one['pol'], "pod": one["pod"],
阅读全文
posted @ 2024-04-02 13:59 AngDH
阅读(81)
评论(0)
推荐(0)
2024年3月21日
nginx ubuntu 安装
摘要: 正则表达式apt-get install libpcre3-devlibz-devlibssl-dev wget http://nginx.org/download/nginx-1.14.2.tar.gz ./configure make make install /usr/local/nginx/
阅读全文
posted @ 2024-03-21 00:20 AngDH
阅读(24)
评论(0)
推荐(0)
2024年3月7日
mongo语句 查询字段是string类型 不包含
摘要: db.getCollection('表名字').find({ "字段1": { "$exists": true }, "字段2": { "$exists": true, "$type": "string", "$not": /不包含的内容/ } })
阅读全文
posted @ 2024-03-07 16:31 AngDH
阅读(93)
评论(0)
推荐(0)
c++ mutable
摘要:
阅读全文
posted @ 2024-03-07 11:18 AngDH
阅读(15)
评论(0)
推荐(0)
2024年3月4日
c++ 右值引用
摘要: 右值引用 自己本身是一个左值 #include <iostream> void test(int& x) { std::cout << "ttttt22222\n"; } void test(int&& x) { std::cout << "ttttt1111111\n"; } int main()
阅读全文
posted @ 2024-03-04 22:31 AngDH
阅读(18)
评论(0)
推荐(0)
2024年2月24日
muduo boost 安装
摘要: https://blog.csdn.net/QIANGWEIYUAN/article/details/88792874 https://blog.csdn.net/QIANGWEIYUAN/article/details/89023980 下载新的 https://www.boost.org/ ht
阅读全文
posted @ 2024-02-24 10:52 AngDH
阅读(35)
评论(0)
推荐(0)
2024年2月23日
vscodo ssh 远程连接
摘要: https://blog.csdn.net/joe199996/article/details/134194317 http://blog.cmtspace.cn/archives/109 vscode没有保存密码功能,只能通过ssh秘钥的方式进行自动登录 默认每次连接 打开文件都得输入一次密码 当
阅读全文
posted @ 2024-02-23 00:22 AngDH
阅读(87)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
125
下一页
公告