05 2017 档案
摘要:[root@localhost wzh]# firewall-cmd --state running [root@localhost wzh]# firewall-cmd --zone=public --add-port=9001/tcp --permanent success [root@localhost wzh]# firewall-cmd --reload success
阅读全文
摘要:1:AutowiringSpringBeanJobFactory.java 2:GrdbJob.java 3:SchedulerConfig.java
阅读全文
摘要:0 0/1 8-18 ? * 2-6
阅读全文
摘要:通过打开本地空白文件的方式从而打开Office办公软件 备注:这种方式只是用来测试打开本地Office文件,如果应用正式打包之后,需通过注册表方式进行打开指定Office软件。
阅读全文
摘要:const child = require('child_process').exec; child('notepad', function(err, data) {});//打开记事本 child('calc', function(err, data) {});//打开计算器
阅读全文
摘要:C:\Users\yan>mysqldump -u用户 -p -n -t -d -R 数据库 > 1.sql Enter password: ******** C:\Users\yan>
阅读全文