上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页

2020年6月28日

webpack nginx gzip压缩

摘要: webpackConfig.plugins.push( new CompressionWebpackPlugin({ filename: '[path].gz[query]', algorithm: 'gzip', test: new RegExp( '\\.(' + config.build.pr 阅读全文

posted @ 2020-06-28 16:05 苹果园dog 阅读(214) 评论(0) 推荐(0) 编辑

2020年6月23日

林草局遗产地

摘要: 1、遗产地在服务器上的项目目录 /data/thrc_zhf/yichandisystem 阅读全文

posted @ 2020-06-23 10:50 苹果园dog 阅读(117) 评论(0) 推荐(0) 编辑

2020年6月20日

div水平垂直居中

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文

posted @ 2020-06-20 14:06 苹果园dog 阅读(108) 评论(0) 推荐(0) 编辑

2020年6月2日

linux 查看进程所在目录

摘要: ll /proc/12386 == 查看进程所在目录 阅读全文

posted @ 2020-06-02 11:04 苹果园dog 阅读(1498) 评论(0) 推荐(0) 编辑

2020年5月22日

遗产地门户平台部署相关

摘要: 1、启动zookeeper 端口2181 2、启动tomcat 端口8088 dubbo登录 D:\zhanghaifeng20190520\xiangmu\yichandi\soft\apache-tomcat-9.0.34\webapps\dubbo-admin-2.6.0 设置dubboadm 阅读全文

posted @ 2020-05-22 11:46 苹果园dog 阅读(120) 评论(0) 推荐(0) 编辑

2020年5月20日

linux 解压缩zip

摘要: 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 阅读全文

posted @ 2020-05-20 13:31 苹果园dog 阅读(628) 评论(0) 推荐(0) 编辑

2020年5月18日

234服务器服务

摘要: 推送系统node servercd /data/thrc_zhf/sanwei/Tianhetuisong156/backups/backupslinux/air/gis3dserver/AIS3dservernohup node app & //推送系统PC端cd /data/thrc_zhf/s 阅读全文

posted @ 2020-05-18 17:42 苹果园dog 阅读(240) 评论(0) 推荐(0) 编辑

2020年4月2日

java 启动错误

摘要: 错误: 找不到或无法加载主类 com.xxx.xxx.Application 解决办法:maven clean,重启 阅读全文

posted @ 2020-04-02 14:53 苹果园dog 阅读(180) 评论(0) 推荐(0) 编辑

2020年3月22日

es6模块化

摘要: 1、es6模块.js /* var es6模块={ name:'oldDog' , fun:function () { return 'fun' } } export default es6模块*/ export default { name:'oldDog' , fun:function () { 阅读全文

posted @ 2020-03-22 19:19 苹果园dog 阅读(229) 评论(0) 推荐(0) 编辑

git 安装配置

摘要: 1、下载安装 https://git-scm.com/download/win 2、配置 # 配置用户名 git config --global user.name "oldDog" //( "username"是自己的账户名,) # 配置邮箱 git config --global user.em 阅读全文

posted @ 2020-03-22 18:18 苹果园dog 阅读(135) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页

导航