命令
CxToBj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux 下 jar包自启动
jar包自启动原创 2022-06-25 12:02:51 · 196 阅读 · 0 评论 -
Linux安装及配置
Linux原创 2022-06-24 14:56:35 · 193 阅读 · 0 评论 -
mysql两张表中去除重复数据
delete from score where scoreId in( SELECT t.scoreId from ( select sc.scoreId as scoreId from score scwhere (sc.examCode,sc.studentId) in (select s.examCode,s.studentId from score s LEFT JOIN exam_manage em on em.examCode=s.examCodeWHERE em.typ.原创 2020-12-30 17:29:02 · 2825 阅读 · 0 评论 -
Linux常用命令
根据端口号杀死进程sudo fuser -k -n tcp 8080 springBoot打包命令 mvn -f pom.xml clean package -DskipTests// 启动 boot项目呀nohup java -jar management_side-0.0.1-SNAPSHOT.jar &//查看实施日志tail -f nohup.out//根据不同的配置文.........原创 2019-12-23 16:23:04 · 550 阅读 · 0 评论
分享