日魂月魄

导航

12 2021 档案

centos临时笔记
摘要:cat /dev/null > a.txt vim var/log/message/ crontab -e 编辑定时器执行代码 */2 这里的2表示2分钟执行一次 cat /var/log/cron #查看计划任务日志未读crontab -e #进入定时任务编辑未读service crond res 阅读全文

posted @ 2021-12-30 22:57 L-H 阅读(45) 评论(0) 推荐(0)

android项目和model存在同一个类调用时解决方法
摘要:https://blog.csdn.net/jinpeng9001/article/details/82747944 阅读全文

posted @ 2021-12-24 23:17 L-H 阅读(123) 评论(0) 推荐(0)