JLB

有朋自远方来,不亦乐乎

liunx内核同步场景以及解决办法

一个简单介绍

更多...

2022年10月19日, liunx C/C++

Ubuntu安装SimHei字体

Ubuntu黑体字体安装

更多...

2019年12月18日,

记一次ES安装

Ubuntu18.04记一次ES安装 并且加入ik分词

更多...

2019年12月19日, ES

MySQL Error Code: 1175. 错误

更新条件没有包含主键错误: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.

更多...

2019年12月10日, Mysql 错误处理

odoo安装依赖问题

安装过程中出现依赖问题的解决 问题1:lxml安装出现问题 问题2:python-ldap安装出现问题

更多...

2020年04月03日, 错误处理 Odoo/openERP

使用supervisor做简单程序部署

不支持Windows系统!!!! Supervisor管理的进程,当一个进程意外被杀死,supervisort监听到进程死后,会自动将它重新拉起,很方便的做到进程自动恢复的功能,不再需要自己写shell脚本来控制。

更多...

2020年05月21日, torando

Mysql Error Code: 1451. 外键关联问题

关于mysql中[Error] 1451 -Cannot delete or update a parent row: a foreign key constraint fails

更多...

2020年05月26日, Mysql 错误处理

记一次Ubuntu18.04安装MySQL8.0

不要直接 sudo apt install mysql-server! 要使用最新的mysql-apt-config配置MySQL安装 环境:Ubuntu18.04 说明: Ubuntu安装MySQL需要注意版本问题。mysql5.7版本适用于Ubuntu17.04及其以下;Ubuntu18以上的版本余姚MySQL8.0

更多...

2020年04月02日, Mysql

torando+session+pycket 做登录保持以及时间续租

需求: 要做torando的登录状态保持,当用户一点时间没有操作时用户退出登录(清除客户端保存的cookie), 当用户对后台访问时重置cookie保存时间将用户登录续租。

更多...

2019年11月20日, torando 续租

Python之日志处理(logging模块)

python模块的简单使用

更多...

2020年05月26日, python