• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
QinXD
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2024年5月13日

腾讯云函数 Fastapi部署后报错:Failed to initialize the container. Please confirm that the container can be started locally
摘要: 代码在腾讯云跑的好好的,突然有一天发现无法访问服务了,上去调试测试环境服务启动正常,但是一部署到正式环境,直接拉跨: Failed to initialize the container. Please confirm that the container can be started locall 阅读全文
posted @ 2024-05-13 07:29 QinXD 阅读(305) 评论(0) 推荐(0)
 
 

2024年1月25日

会话存档ValueError: Ciphertext with incorrect length (not 256 bytes)
摘要: 会话存档接口设置好公、私密钥后,隔了几天通样的代码居然无法执行,报错: ERROR RequestId: fbb1bc91-ba03-11ee-b71b-525400389e20 Result: Traceback (most recent call last): File "/var/user/i 阅读全文
posted @ 2024-01-25 07:22 QinXD 阅读(441) 评论(0) 推荐(0)
 
 

2024年1月3日

免费图床|图片转在线链接指引
摘要: ![](https://img2024.cnblogs.com/blog/1664033/202401/1664033-20240103230119666-1583726184.jpg) 阅读全文
posted @ 2024-01-03 23:02 QinXD 阅读(189) 评论(0) 推荐(0)
 
 

2023年11月16日

功克|国产抓包工具永久免授权版本下载
摘要: GKData是一款针对网页数据自动转表存入数据库的软件,为数据工作者而生。 以下为免授权/免邀请码的安装包 下载地址:https://dxsxjn.lanzouj.com/iZFoe1evy1ah ①纯净绿色:一款新型绿色浏览器资源解析工具(谷歌版),类似Fiddler,无需代理无需安装证书。 ②自 阅读全文
posted @ 2023-11-16 15:34 QinXD 阅读(224) 评论(0) 推荐(0)
 
 

2023年6月2日

linux | CentOS 发送邮件附件
摘要: 如图: 配置内容 set from=XXXXX@qq.com set smtp=smtp.qq.com set smtp-auth-user=XXXXX@qq.com set smtp-auth-password=授权码 #在邮箱后台申请 set smtp-auth=login 发送内容: # 格式 阅读全文
posted @ 2023-06-02 09:31 QinXD 阅读(136) 评论(0) 推荐(0)
 
 

2022年8月20日

Python快速生成无用大文件(GB)
摘要: import time def creatfilesize(n): local_time = time.strftime("%Y%m%d%H%M%S",time.localtime()) file_name = r"D:\data\test\\" +str(local_time)+".txt" bi 阅读全文
posted @ 2022-08-20 09:58 QinXD 阅读(288) 评论(0) 推荐(0)
 
 

2022年6月20日

Python|嵌套循环-列表推导式合并列表内部子元素
摘要: O_list = [[1,2],[3,4],[5,6]] N_list = [i[o] for i in O_list for j in range(0,len(i))] print(N_list ) #[1, 2, 3, 4, 5, 6] 阅读全文
posted @ 2022-06-20 14:24 QinXD 阅读(127) 评论(0) 推荐(0)
 
 

2020年11月22日

Python黑帽进阶之路03|TCP服务端
摘要: TCP服务端 import socket import threading server_ip = '0.0.0.0' #服务端ip,本地客户端可访问127.0.0.1 server_port = 9999 #开放的端口 server = socket.socket(socket.AF_INET,s 阅读全文
posted @ 2020-11-22 17:58 QinXD 阅读(107) 评论(0) 推荐(0)
 
Python黑帽进阶之路02|UDP客户端
摘要: #感谢Justin Seitz,这是阅读其作过程中的随笔。#20201112 China QinXD import socket server_host = 'www.baudu.com' #服务端地址,本案例先用百度 server_port = 80 #服务端开放的ip #建立客户端,AF_iNE 阅读全文
posted @ 2020-11-22 16:34 QinXD 阅读(101) 评论(0) 推荐(0)
 
Python黑帽进阶之路|TCP客户端
摘要: #感谢Justin Seitz,这是阅读其作过程中的随笔。#20201112 China QinXD import socket server_host = 'www.baudu.com' #服务端地址,本案例先用百度 server_port = 80 #服务端开放的ip #建立客户端,AF_iNE 阅读全文
posted @ 2020-11-22 16:20 QinXD 阅读(127) 评论(0) 推荐(0)
 
 
下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3