摘要:
加载扩展 create extension postgres_fdw; 创建远程数据库 server_remote_yzt2000db hostaddr为 '*****'port 为 '5432' dbname 为 '*****' create server server_remote_yzt200 阅读全文
摘要:
mStream https://www.jianshu.com/p/d3517754ca73 koel https://www.daniao.org/6751.html 阅读全文
摘要:
命令相关: nginx -t # 验证配置文件;无法验证其它文件的情况 nginx -s reload # 重新加载;可以重启其它文件启动的情况 nginx -s stop # 快速停止 nginx -s quit # 正常停止 nginx -V # 查看版本 nginx -c conf/web01 阅读全文
摘要:
background image plus 背景图 lombok 代码注解插件 GsonFormat JSON转领域对象工具 ait+s 出现插件试图 Material Theme UI 主题美化 jrebel 热部署 阅读全文
摘要:
插件安装 打开插件管理 搜索安装 json字符串相关 JSON VIEWER(便于观察json结构) JSTool 安装后可使用快捷键 展示json结构 或者格式化 阅读全文
摘要:
创建服务基本概念:https://www.cnblogs.com/mafeng/p/10316351.html tomcat启动脚本:https://blog.csdn.net/zxnlmj/article/details/22933477 #!/bin/bash # This is the ini 阅读全文
摘要:
末尾不用加; “”“ ”“”“ 模板字符串 变量定义 val 不可变 var 可变 val定义值时,会做call-by-value操作, >定义时会立即执行等号右边的 且只在定义时执行 def则会做call-by-name操作。 > 定义不执行 使用一次 执行一次 阅读全文
摘要:
1.spring.mvc.static-path-pattern 这个配置项是告诉springboot,应该以什么样的方式去寻找资源。默认配置为 /* 。换句话说,只有静态资源满足什么样的匹配条件,Spring Boot才会处理静态资源请求 如果原先访问首页的地址是:http://localhost 阅读全文
摘要:
解决办法 1.在.svn目录下新建tmp文件夹2.svn右键选择clean up,清理工程(推荐使用第二种办法) 阅读全文
摘要:
手动修改(可能会被idea自动改回1.5) 修改为对应的编译版本 在工程的pom中添加如下配置 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plug 阅读全文