会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dzqdzq
记录的过程也是学习的过程,也是方便自己方便他人的过程
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
37
下一页
2024年10月24日
vscode github copilot 插件逆向分析
摘要: vscode github插件逆向分析, 接口https://codex.micosoft.icu/chat/completions。 你是一个人工智能编程助手 当被问到你的名字时,你必须回答‘GitHub Copilot’ 严格且逐字地遵循用户的要求 必须遵守微软制定的内容规范,包括确保内容的安全
阅读全文
posted @ 2024-10-24 15:42 浪浪辛
阅读(408)
评论(0)
推荐(0)
2024年9月28日
docker 创建私有仓库,并且设置用户名和密码
摘要: 1. 拉取仓库 docker pull registry 2. 安装密码生成工具 sudo apt-get install apache2-utils 3. 生成用户名和密码 htpasswd -Bc /etc/docker/registry/passwords dzq 4. 启动仓库 docker
阅读全文
posted @ 2024-09-28 23:04 浪浪辛
阅读(791)
评论(0)
推荐(0)
2024年9月27日
python3 SSLCertVerificationError 研究结论
摘要: 上一篇博客已经分析ssl流程,这次直接说报错的结果方法: 对于pip3 安装第三方包失败: 1. 建议直接退出代理charles 2. 命令行前输入: export REQUESTS_CA_BUNDLE=~/Documents/charles-ssl-proxying-certificate.pem
阅读全文
posted @ 2024-09-27 20:59 浪浪辛
阅读(222)
评论(0)
推荐(0)
2024年9月26日
python3 SSLCertVerificationError 研究
摘要: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(
阅读全文
posted @ 2024-09-26 22:44 浪浪辛
阅读(1252)
评论(0)
推荐(0)
2024年9月22日
debian 系统服务器搭建
摘要: 在VMWare中安装Debian12.5虚拟机后, 需要开始进行一些设置: 1. 先设置网络模式为桥接模式, 这样和主机在同一个局域网,方便后续ssh连接 2. 第1步设置后,重启Debian,登录后, 查看IP和Mac地址, 192.168.31.16,00:0c:29:6c:31:e6 3. 设
阅读全文
posted @ 2024-09-22 11:59 浪浪辛
阅读(305)
评论(0)
推荐(0)
2024年4月30日
nodejs webshell
摘要: const http = require('node:http'); const url = require('node:url'); const os = require('node:os'); const { exec } = require('node:child_process'); //
阅读全文
posted @ 2024-04-30 17:04 浪浪辛
阅读(107)
评论(0)
推荐(0)
2024年4月29日
@aws-sdk 支持的库
摘要: aws-sdk v3 js-sdk
阅读全文
posted @ 2024-04-29 15:34 浪浪辛
阅读(29)
评论(0)
推荐(0)
2024年4月11日
koa 只允许手机浏览器访问
摘要: const koa = require('koa'); const session = require('koa-session'); const app = new koa(); const mobileAgents = ['iphone', 'ipod', 'android', 'samsung
阅读全文
posted @ 2024-04-11 17:21 浪浪辛
阅读(14)
评论(0)
推荐(0)
2024年4月7日
mongo prisma
摘要: prisma 要求mongo服务必须是集群, 需要有副本集执行事务。 本地开发环境安装了一个debian12虚拟机: 在debian12系统中, 安装docker, docker-compose 下载mongo镜像: docker pull mongo 创建配置文件docker-compose.ym
阅读全文
posted @ 2024-04-07 22:49 浪浪辛
阅读(48)
评论(0)
推荐(0)
mac 安全软件
摘要: https://www.bitdefender.com/media/html/av-for-mac/
阅读全文
posted @ 2024-04-07 08:38 浪浪辛
阅读(12)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
37
下一页
公告