Archive for 2024

[建站日志] blog主机更换系统

2024.11 12

wordpress 一直提示需要php升级。 原来的系统是centos,已经不打算更新了。 所以打算更换为Debain。 系统更换倒是简单,切换一下镜像就可以了。 但是原来的插件却一直提示错误。 2024-11-24: php升级后,已经函数和方法已经弃用, Read the rest of this entry

[建站日志] mysql 内存不足被kill

2024.5 19

mysql 又被kill了。 以前也出现过这种情况,由于服务器内存只有1G。上次也是弄好好久,仅仅是修改了配置而已。 这次弄了很长时间,最后只能增加了swap。   Read the rest of this entry

[我的日志] gi945更换电池

2024.4 9

机房又停电了,UPS电池没有更换,所以造成小主机的时间又不准了。 今晚上决定更换电池。 原来的电池已经鼓了。 Read the rest of this entry

[爬虫] pyexecjs乱码

2024.3 31

乱码原因: 运行时终端默认使用GBK编码,导致需要使用无法读取utf-8的字符集 2个解决方案: – 修改源码(不推荐) -增加如下代码: import subprocess from functools import partial #用来固定某个参数的固定值 subprocess.Popen=pa Read the rest of this entry

[爬虫] 微信公众平台登录逆向

2024.1 28

主要是逆向pwd这个参数是怎么生成的? [javascript]data: { username: a.account, pwd: v(a.pwd.substr(0, 16)), imgcode: a.verify, f: "json", userlang: a.currentLang, redirect_url: g(i.redirectUrl) }[… Read the rest of this entry