danny_1990

导航

2017年11月2日 #

命令:curl

摘要: 在227服务器上执行 curl -i -X PUT --url http://192.168.1.227:8001/apis/ --data 'name=getweather' --data 'upstream_url=http://192.168.1.227:8084' --data 'uris= 阅读全文

posted @ 2017-11-02 17:44 danny_1990 阅读(181) 评论(0) 推荐(0) 编辑

Docker run 命令

摘要: docker run -d -p 8084:80 --name weather --restart always --link fme-postgis 192.168.1.220:5000/weather:develop /bin/sh -c 'java -classpath /Service/we 阅读全文

posted @ 2017-11-02 13:51 danny_1990 阅读(106) 评论(0) 推荐(0) 编辑

putty导出、导入数据库

摘要: e.g 从223服务器导数据库的t_marine_area到227服务器 用putty连接223服务器 导出数据库命令:pg_dump -h localhost -U postgres -d marine >marine.sql导出数据库表命令:pg_dump -h localhost -U pos 阅读全文

posted @ 2017-11-02 09:54 danny_1990 阅读(432) 评论(0) 推荐(0) 编辑