会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码农编程进阶笔记
QQ:1836145666 | QQ技术交流群: 282568843 | 微信:l1836145666
欢迎讨论PHP,GO, Python知识,
有问题联系我
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
567
下一页
2021年10月12日
python 转化为PHP代码过程中遇到的问题
摘要: 1.字符串中的% 问题 sql= "select system_type from index_data_set where id='%s'" % (data_id) 转化为PHP $sql = sprintf("select system_type fro...
阅读全文
posted @ 2021-10-12 09:33 码农编程进阶笔记
阅读(167)
评论(0)
推荐(0)
2021年10月9日
报错: libmysqlclient.so.20: cannot open shared object file: No such file or directory(亲测可用)
摘要: 启动jumpserver报错 ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or directory。 查找这个libmysqlclient.so...
阅读全文
posted @ 2021-10-09 14:33 码农编程进阶笔记
阅读(264)
评论(0)
推荐(0)
2021年9月30日
swoole 笔记
摘要: Master 进程、Reactor 线程、Worker 进程、Task 进程、Manager 进程的区别与联系 Master 进程 Master 进程是一个多线程进程,参考进程 / 线程结构图Reactor 线程 Reactor 线程是在 Master ...
阅读全文
posted @ 2021-09-30 09:18 码农编程进阶笔记
阅读(55)
评论(0)
推荐(0)
MySQL日志15连问
摘要: 1. redo log是什么? 为什么需要redo log? redo log 是什么呢? redo log 是重做日志。它记录了数据页上的改动。它指事务中修改了的数据,将会备份存储。发生数据库服务器宕机、或者脏页未写入磁盘,可以通过redo log恢复。...
阅读全文
posted @ 2021-09-30 08:00 码农编程进阶笔记
阅读(32)
评论(0)
推荐(0)
2021年9月29日
离职后心生不满,西安某医院运维“炫技性报复”破坏诊疗系统,被依法刑拘...
摘要: 因对医院不满遂产生报复念头 西安某医院网络管理员离职后 利用自学网络知识 非法入侵医院内网服务器 远程进行破坏性操作 致使该院诊疗系统瘫痪 无法正常诊治 今年3月起,西安市莲湖区一家医院的网络系统持续出现故障,导医台、诊室、药房和病历系统等网络设备无法正...
阅读全文
posted @ 2021-09-29 23:23 码农编程进阶笔记
阅读(133)
评论(0)
推荐(0)
2021年9月28日
Call to undefined function cli_set_process_title,cli_set_process_title 信息/选项函数
摘要: Fatal error: Uncaught Error: Call to undefined function cli_set_process_title() in /home/wwwroot/es-task/taskServer.php:21 Stack...
阅读全文
posted @ 2021-09-28 17:36 码农编程进阶笔记
阅读(116)
评论(0)
推荐(0)
elasticsearch启动常见错误;max file descriptors [4096] for elasticsearch process is too low
摘要: 问题出现环境,OS版本:CentOS-7-x86_64-Minimal-1708;ES版本:elasticsearch-6.2.2。 1、max file descriptors [4096] for elasticsearch process is t...
阅读全文
posted @ 2021-09-28 15:04 码农编程进阶笔记
阅读(3026)
评论(0)
推荐(0)
报错:ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or director(亲测可用)
摘要: 启动jumpserver报错 ImportError: libmysqlclient.so.20: cannot open shared object file: No such file or directory。 查找这个libmysqlclient.so...
阅读全文
posted @ 2021-09-28 09:25 码农编程进阶笔记
阅读(153)
评论(0)
推荐(0)
2021年9月27日
还有kill -9杀不掉的进程?kill命令详解
摘要: 我们很多人对kill -9 非常熟悉,在工作中也经常用到。特别是你去重启服务的时候。但是所有的服务都能用kill -9来处理吗?kill -9能杀掉所有的进程吗? 首先我们来了解一下 kill -n 中的n到底是什么东西。 kill 从help中...
阅读全文
posted @ 2021-09-27 23:20 码农编程进阶笔记
阅读(3079)
评论(0)
推荐(0)
CouchBase + PHP 安装与配置(Please reinstall the libcouchbase distribution )
摘要: 安装 CouchBase 安装方法: pecl install couchbase 报错: checking for libcouchbase in default path... not foundconfigure: error: Please reins...
阅读全文
posted @ 2021-09-27 17:50 码农编程进阶笔记
阅读(96)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
567
下一页
公告
返回顶部