2018年8月13日

linux常用的搜索命令

摘要: 搜索包含123内容的文件夹grep "123" ./ -r -n 按照名字查找find ./ -name “xxxx” find ./ -name "123.txt" adb logcat |grep tag有时候回出现,adb grep不是内部命令改用find 阅读全文

posted @ 2018-08-13 15:43 Maddock 阅读(175) 评论(0) 推荐(0) 编辑

C语言课程设计-保安值班系统支持任意输入保安值班时间

摘要: //.cpp : Defines the entry point for the console application. // #include "string.h" #include char *WEEK[7] = { "星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" }; struct demand { char name[5... 阅读全文

posted @ 2018-08-13 15:11 Maddock 阅读(1021) 评论(0) 推荐(0) 编辑

导航