07 2022 档案

摘要:重写 PageHelper 对应列表的查询count方法即可 如mapper中原列表查询方法 List<Type> findByPage(@Param("beginTime") String beginTime, @Param("endTime") String endTime); 将这个方法复制一 阅读全文
posted @ 2022-07-27 15:24 qwer78 阅读(1606) 评论(0) 推荐(0)
摘要:pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 阅读全文
posted @ 2022-07-11 15:11 qwer78 阅读(514) 评论(0) 推荐(0)
摘要:定时任务为 5域模式 分钟、小时、日、月、周 crontab -l 查看当前的任务列表,其实就是crontab文件的内容 crontab -e 打开定时任务列表文件,进行编辑(可以使用# 进行添加注释) 下面是最常用的命令: [root@localhost ~]# crontab [选项] 选项: 阅读全文
posted @ 2022-07-08 16:56 qwer78 阅读(364) 评论(0) 推荐(0)
摘要:优先级范围 -20 ~ 19,越小优先级越高 执行 top top一直刷新中 按 r ,输入你要改的进程pid(不要使用小键盘) 确定后 输入你想要设置的优先级数值 然后再确定(不要使用小键盘) 阅读全文
posted @ 2022-07-07 11:29 qwer78 阅读(382) 评论(0) 推荐(0)