08 2020 档案

摘要:xxx --help --表示查找所以关于xxx的命令 head -n --查看文件第n行 tail -n --查看文件第末n行 tail -f --查看文件动态情况 less 1.txt --查看文件以较小内容输出 echo "" > 1.txt --情空文件 date --时间 date "+% 阅读全文
posted @ 2020-08-07 11:02 不知名的航海家 阅读(112) 评论(0) 推荐(0)
摘要:--无密码登录数据库(Dos命令)sqlplus / as sysdba; ||表示连接符 select contact_id,ptn_id,title || ' ' ||first_name from pc_contact; 截取字符,dual:oracle的虚拟表 select substr ( 阅读全文
posted @ 2020-08-07 10:49 不知名的航海家 阅读(38) 评论(0) 推荐(0)