摘要:
1、定时器对应的Jobs文件夹,右键新建 2、创建任务 (1)在what值中填写待执行的存储过程,多个可以分号隔开 (2)在间隔中填写执行时间策略 备注:job的定时执行和时间间隔说明 (1)间隔/interval是指上一次执行结束到下一次开始执行的时间间隔,当interval设置为null时,该j 阅读全文
摘要:
application.yml UserMapper.xml UserMapper UserService UserController User 阅读全文
摘要:
Last login: Sun Jun 30 09:21:27 on ttys002 loginuser s-MacBook-Pro:~ loginuser npm -v 6.9.2 // 1.查看npm版本 loginuser s-MacBook-Pro:~ loginuser node -ver 阅读全文
摘要:
#!/bin/bash##*************************************************************#Author: sissi#QQ: 1755639522#Date: 2020-02-29#FileName: test.sh#URL: #Descr 阅读全文
摘要:
问题: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using centos7.localdomain. Set the 'ServerName' directive g 阅读全文
摘要:
#!/bin/bash #************************************************************** #Author: sissi #QQ: 1755639522 #Date: 2020-02-29 #FileName: reset.sh #URL: 阅读全文
摘要:
#!/bin/bash#***********************************************************#author :sissi#date :2020-02-28#QQ :1755639522#Description :this script is to i 阅读全文
摘要:
问题:在Linux做了一个简单的http服务,浏览器却无法正常访问 排查: 1.selinux是否为disabld的状态 2.可以将/etc/htttpd文件删除,删除httpd服务,重新安装,查看是否可以重新打开。如果说只是删除了服务,重新安装,但是没有将配置文件删除,还是不会有任何作用的。3.查 阅读全文