随笔分类 -  工作随笔

工作日常记录
摘要:date -s '2019-01-06 13:30:30' 阅读全文
posted @ 2019-10-11 15:03 时光, 阅读(242) 评论(0) 推荐(0)
摘要:命令格式: nohup java -jar 文件名称>jar包日志输出文件名称 & 例如: nohup java -jar test.jar > test.log & 阅读全文
posted @ 2019-10-09 21:57 时光, 阅读(3749) 评论(0) 推荐(0)
摘要:chmod +x 文件名例如: chmod +x test.sh 阅读全文
posted @ 2019-10-08 16:24 时光, 阅读(11838) 评论(0) 推荐(0)