08 2020 档案
摘要:// js上传worldvar fileM=document.querySelector("#uploadFile");$("input[name=world]").change(function(){ // console.log($("input[name=world]")[0].files);
阅读全文
摘要:从Swoole4.3版本开始,底层对内存长度做了对齐处理。字符串长度必须是8的整数倍,如果长度为18字节会自动对其到24字节。注意非x86环境则内存对齐。'cache_size' => 8000,//必须是8的倍数 直接修改config/swoole.php即可
阅读全文
摘要:grant all privileges on *.* to root @"%" identified by "root"; 报错: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
阅读全文
摘要:查看日志记录点位置:show binlog events in 'mysql-bin.000002'; 恢复语句:mysqlbinlog --start-position=2608 --stop-position=3250 -d 数据库名称 --skip-gtids mysql-bin.000001
阅读全文
摘要:https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
阅读全文