上一页 1 ··· 3 4 5 6 7
摘要: 常用查询语句 pg_user;pg_roles;pg_class;pg_tables;pg_attribute;pg_type;pg_description; 获取当前DB中所有表信息(包括schemaname、tablename、tableowner等字段) select * from pg_ta 阅读全文
posted @ 2020-01-05 23:51 海*风 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 切换根目录 如c:或d: 切换子目录 cd xxx 新建文件夹 md test 新建文件 md cd.>test.txt 打印文件内容 type 文件名 删除文件夹及该文件夹内所有文件 使用rd(rmdir的缩写)或rmdir命令,完整命令rd /s /q [盘符:\][路径\]新目录名,因为rd只 阅读全文
posted @ 2020-01-05 23:50 海*风 阅读(171) 评论(0) 推荐(0) 编辑
摘要: npm使用介绍 https://www.runoob.com/nodejs/nodejs-npm.html 常用命令: npm -v 出现版本提示表示安装成功nmp npm config get registry npm config set registry https:// 参考: VSCode 阅读全文
posted @ 2020-01-05 23:18 海*风 阅读(174) 评论(0) 推荐(0) 编辑
摘要: chown命令 将指定文件的拥有者改成指定的用户或组。 如: chown -R omm:wheel file1.txt netstat -an | grep 端口号 查看某端口是否打开 vim 文件名,使用?+待搜索内容搜索关键字 新建文件夹 mkdir test 新建文件 touch test.t 阅读全文
posted @ 2019-12-27 00:50 海*风 阅读(314) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7