09 2020 档案

linux zip文件夹压缩
摘要:zip -r 16.zip 16 阅读全文

posted @ 2020-09-28 19:21 历历往事如在昨日 阅读(407) 评论(0) 推荐(0)

postgre11.5 安装和备份恢复
摘要:安装 服务 启动服务 备份 恢复 psql -h localhost -p 15432 -U postgres -d dianchang -f E:\biandianzhan\部署\datas\运行环境软件和数据\dianchang\db.dump 备份 pg_dump -h 103.31.53.2 阅读全文

posted @ 2020-09-27 18:50 历历往事如在昨日 阅读(234) 评论(0) 推荐(0)

HttpListener
摘要:1、以管理员权限打开CMD命令行 2、输入 netsh http show urlacl查看http://192.168.1.11:8081/在不在里面 3、先删除可能存在的错误urlacl,这里的*号代指localhost、127.0.0.1、192.168.199.X本地地址和+号等。 命令:n 阅读全文

posted @ 2020-09-21 00:58 历历往事如在昨日 阅读(519) 评论(0) 推荐(0)

postgre 创建表-序列
摘要:DROP TABLE public. sys_user; CREATE TABLE public. sys_user ( id integer NOT NULL DEFAULT nextval(sys_user_id_seq'::regclass), create_time timestamp wi 阅读全文

posted @ 2020-09-01 11:59 历历往事如在昨日 阅读(571) 评论(0) 推荐(0)

导航