上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 56 下一页

2020年5月19日

摘要: package projict05; public class test01 { public static void main(String[] args) { //成员变量 //整型:byte,short,int,long //1.习惯使用int型 //2.long要以L或者l结尾 //3.整型 阅读全文
posted @ 2020-05-19 15:15 happygril3 阅读(185) 评论(0) 推荐(0)

2020年5月18日

摘要: 1.系统函数 2.自定义函数 阅读全文
posted @ 2020-05-18 13:40 happygril3 阅读(91) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-18 12:03 happygril3 阅读(85) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-18 11:57 happygril3 阅读(123) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-18 11:45 happygril3 阅读(98) 评论(0) 推荐(0)
摘要: 使用变量时加 "$var" 阅读全文
posted @ 2020-05-18 10:09 happygril3 阅读(137) 评论(0) 推荐(0)

2020年5月15日

摘要: 1.自动获取:每次获取的ip地址不一样 2. 固定获取 阅读全文
posted @ 2020-05-15 16:03 happygril3 阅读(266) 评论(0) 推荐(0)
摘要: 1.如果是简单的任务,可以不用写脚本,直接在crontab中加入任务即可 2.对于复杂的任务,需要写脚本 1. crontab -e 2. 3. 保存退出 * 表示任何时间 */10 表示每隔10分钟 0,6,8 表示0分钟,6分钟,8分钟执行一次 0-5 表示周一到周五 阅读全文
posted @ 2020-05-15 11:20 happygril3 阅读(174) 评论(0) 推荐(0)

2020年5月14日

摘要: 基本语法: 切换级别:init [012356] 修改级别: vim /etc/inittab id:3:initdefault: 重启:reboot 阅读全文
posted @ 2020-05-14 19:08 happygril3 阅读(107) 评论(0) 推荐(0)
摘要: 1. shutdown shutdown -h now 立即关机 shutdown -h 1 1分钟后关机 shutdown -r now 立即重启 2. halt 3. reboot 重启系统 4. sync 把内存数据同步到磁盘上【关机重启之前】 阅读全文
posted @ 2020-05-14 17:22 happygril3 阅读(245) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 56 下一页

导航