- 博客(40)
- 收藏
- 关注
原创 记录问题,解决方法
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RD
2025-03-20 09:30:33
384
原创 debian-安装python3.9开启22端口访问。容器化环境开发django
【代码】debian-安装python3.9开启22端口访问。容器化环境开发django。
2025-03-18 09:28:27
107
原创 自动注册windows服务
logger.error("服务启动失败: %s" % str(start_e))logging.warning("停止服务失败: %s" % str(stop_e))logging.error("删除服务失败: %s" % str(del_e))logging.error("设置服务描述失败: %s" % str(e))logging.error("安装失败: %s" % str(e))# ================== 服务核心类 ==================
2025-02-27 17:58:18
562
原创 aes-everywhere
AES Everywhere is Cross Language Encryption Library which provides the ability to encrypt and decrypt data using a single algorithm in different programming languages and on different platforms.This is an implementation of the AES algorithm, specifically C
2025-01-25 15:36:45
300
原创 centos7 init.d 和system.d
这份README文件是对传统init.d脚本在现代systemd系统中被替换的说明,以下是解析和解释:在systemd取代传统的 SysVinit 后,旧式的脚本功能由systemd的替代。也就是说,init.d脚本不再是服务管理的主要工具。init.d在systemd取代传统的 SysVinit 后,旧式的脚本功能由systemd的替代。也就是说,
2025-01-04 22:32:41
951
原创 问题记录处理
PyInstaller.exceptions.PythonLibraryNotFoundError: Python library not found: libpython3.8.so.1.0, libpython3.8.so This means your Python installation does not come with proper shared library files. This usually happens due to missing development pa
2024-12-13 16:49:56
193
原创 ENTRYPOINT [“/usr/bin/supervisord“, “-n“, “-c“, “/etc/supervisord.conf“](知其然,知其所以然)
配置文件中的设置来管理容器内的其他进程或服务。这种方式非常适合需要同时运行多个服务的容器。:这是Dockerfile中的一个指令,用于设置容器启动时运行的命令。格式不会通过shell来执行命令,因此没有额外的shell开销,也更安全。综上所述,这行配置的意思是:当Docker容器启动时,它会以前台模式运行。指令,它指定了容器启动时默认执行的命令。尽可能多补充你想要搜索问题的(所属环境吧)指令的参数,指定了要执行的命令及其选项。这行配置是用于Docker容器中的。指定的命令会被执行,而且它不能被。
2024-11-14 11:27:56
333
1
原创 【无标题】
要创建一个仅包含 NGINX 的 CentOS 7 镜像,你可以从centos:7基础镜像开始,安装 NGINX 并进行基本配置。以下是一个简单的Dockerfile,它会创建一个包含 NGINX 的 CentOS 7 镜像:Dockerfile 示例。
2024-11-07 20:30:08
616
原创 升级P3.8D4.2.4
升级P3.8D4.2.4.解决提示问题django.core.exceptions.SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async.manager启动配置:os.environ["DJANGO_ALLOW_ASYNC_UNSAFE"] = "true"(知其然,知其所以然)
2024-11-04 09:54:58
302
原创 nmap suricate 检测规则
flags:S;priority:2;rev:1;flags:S;priority:2;rev:2;flags:S;rev:3;flags:A;priority:2;rev:5;flags:FPU;rev:2;priority:2;rev:6;priority:2;rev:6;dsize:0;priority:2;rev:6;dsize:0;priority:1;rev:2;priority:1;rev:2;
2024-10-18 09:40:22
837
原创 ValueError: Int32Field out of range - -1725592879800421957 is not between -2147483648 and 2147483647
延伸思考:每种数据对应关系。数据库类型和python字段类型。
2024-09-09 09:22:30
292
原创 clickhouse 添加DateTime64字段,并允许字段为null
- 例如,假设还有一个 ID 字段。-- 其他字段定义...-- 其他字段定义...
2024-09-03 15:30:17
416
原创 suricata 规则备注
综上所述,这条规则的目的是在检测到来自同一源地址的连续10个ICMP Echo请求(即Ping请求),且这些请求在10秒内发生时,触发报警,提示可能发生了ICMP Ping洪水攻击。这段配置是一个网络安全规则,特别是用在基于Snort或类似入侵检测系统(IDS)中,用于检测ICMP(Internet Control Message Protocol,互联网控制消息协议)的Ping洪水攻击。:这是规则的一部分,用于指定当规则触发时显示的消息。:这是规则的版本号,用于跟踪和记录规则的修改历史。
2024-08-26 15:00:36
508
原创 go体系学习网站
https://www.liwenzhou.com/go学习线路图 · Go语言中文文档1. Go历史 | 码神之路知识体系go学习线路图 · Go语言中文文档
2024-08-23 14:24:39
123
原创 源码学习-网络代码
e.Logger.Error(http.StatusInternalServerError, err, "数据库连接获取失败")好的,你的代码主要是在使用Go语言和Gin框架以及GORM进行API开发。// MakeService 设置服务Log、Orm。// MakeContext 设置context。// MakeOrm 设置Orm DB。// GetOrm 获取Orm DB。// Error 通常错误数据处理。// Custom 自定义内容响应。// AddError 添加错误。
2024-04-28 20:23:34
950
原创 goland默认package包名真坑人。入门第一坑
本的 %1 与你运行的 Windows 版本不兼容。请查看计算机的系统信息,然后联系软件发布者。someProject"):CreateProcess error=216,该版(我这是服了)如果不指定名称,会自动根据项目名称生成package名称。然后会报奇奇怪怪的问题。运行'go build helloworld.go' 时出错。
2024-03-22 20:44:30
348
原创 去读源码(就知道django为什么这么集成)
import re''''''pass""""""else:Code:\ (?P<msg>.+?),Code:\ (?P<msg>.+)Code:\ (?\ (?P<msg>.+)""""""if match:''''''''''''''''''''''''''''''''''''''''''''''''''''''else:''''''try:def gen():
2023-09-15 15:17:54
119
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人