摘要:/zhf/Innosky2021/data/dayantahttp://123.xx.xx.147:8888/cesiumdemo/data/dayanta/tileset.json
阅读全文
摘要:svnserve -d -r /zhf/soft/svn/repos
阅读全文
摘要:1、tomcat在安装目录的bin文件夹下,运行./startup.sh就可启动2、nginxservice nginx start3、postgre/etc/init.d/postgresql start 数据库备份 pg_dump -U postgres -p 15432 -d new_byne
阅读全文
摘要:#!/bin/bash set -e sudo psql -h 123.xx.xx.xx-p 5432 -U postgres -d cesiumdb -c " alter table \"public\".\"sys_user\" drop geo_detail; ALTER TABLE \"pu
阅读全文
摘要:1、安装npm apt install npm 2、安装 n 模块 n 模块是用来安装各种版本的 node 的一个工具。参数 -g 表示全局安装 npm install n -g 3、安装node n lts
阅读全文
摘要:1、安装 npm i pm2 -g 2、启动 pm2 start .\app.js --name cesiumdemo 3、查看 pm2 ls 4、重启 pm2 restart cesiumdemo 5、停止 pm2 stop cesiumdemo 6、删除 pm2 delete cesiumdem
阅读全文
摘要:备份 1、 su postgres 2、pg_dump -U postgres -p 15432 -d bayannaoer -f /tmp/bayannaoer.bak 恢复 sudo psql -h 127.0.0.1 -p 15432 -U postgres -d tongliao < /tm
阅读全文
摘要:netstat -nap | grep 3000 查看指定端口的进程ll /proc/13916 查看进程所在目录
阅读全文
摘要:部署位置 端口2223,前端67 /data/thrc_zhf/biandianzhan/soft/new/dist /data/thrc_zhf/biandianzhan/soft/new/biandianzhan_server
阅读全文
摘要:cd /data/thrc_zhf/yichandisystem/soft/apache-zookeeper-3.6.0-bin/binchmod 777 /data/thrc_zhf/yichandisystem/soft/apache-zookeeper-3.6.0-binchmod 777 z
阅读全文
摘要:webpackConfig.plugins.push( new CompressionWebpackPlugin({ filename: '[path].gz[query]', algorithm: 'gzip', test: new RegExp( '\\.(' + config.build.pr
阅读全文
摘要:ll /proc/12386 == 查看进程所在目录
阅读全文
摘要:1、启动zookeeper 端口2181 2、启动tomcat 端口8088 dubbo登录 D:\zhanghaifeng20190520\xiangmu\yichandi\soft\apache-tomcat-9.0.34\webapps\dubbo-admin-2.6.0 设置dubboadm
阅读全文
摘要:unzip -o -d /home/sunny myfile.zip把myfile.zip文件解压到 /home/sunny/-o:不提示的情况下覆盖文件;-d:-d /home/sunny 指明将文件解压缩到/home/sunny目录下; unzip -o -d /data/thrc_zhf/re
阅读全文
摘要:推送系统node servercd /data/thrc_zhf/sanwei/Tianhetuisong156/backups/backupslinux/air/gis3dserver/AIS3dservernohup node app & //推送系统PC端cd /data/thrc_zhf/s
阅读全文
摘要:df -h 查看系统中文件的使用情况 du -sh * 查看当前目录下各个文件及目录占用空间大小
阅读全文