上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 在eureka的server端配置,pom.xml里加上 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependen 阅读全文
posted @ 2020-07-12 16:36 故木 阅读(327) 评论(0) 推荐(0)
摘要: 使用扩展: CREATE EXTENSION pgcrypto; 使用函数 SELECT gen_random_uuid(); 阅读全文
posted @ 2020-07-06 16:29 故木 阅读(2078) 评论(0) 推荐(0)
摘要: docker cp atp20200701123941.dmp oracle11g:/home/oracle/app/oracle/admin/helowin/dpdump/ docker cp netoffice20200701123941.dmp oracle11g:/home/oracle/a 阅读全文
posted @ 2020-07-06 16:28 故木 阅读(308) 评论(0) 推荐(1)
摘要: 解决方法 在pom中添加编译插件指明编译版本 <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <configuration> <source>${java.version}</sourc 阅读全文
posted @ 2020-07-04 10:00 故木 阅读(388) 评论(0) 推荐(0)
摘要: --语法 select * from [YOU TABLE] START WITH 条件1 CONNECT BY 条件2 条件1: 表示从哪个节点开始查找, 也就是通过条件1 查询到的数据, 作为后续查询的起始节点(参数). 当然可以放宽限定条件,如 ID in ('00001', '00011') 阅读全文
posted @ 2020-07-03 10:21 故木 阅读(225) 评论(0) 推荐(0)
摘要: 加载扩展 create extension postgres_fdw; 创建远程数据库 server_remote_yzt2000db hostaddr为 '*****'port 为 '5432' dbname 为 '*****' create server server_remote_yzt200 阅读全文
posted @ 2020-07-02 19:04 故木 阅读(355) 评论(0) 推荐(0)
摘要: mStream https://www.jianshu.com/p/d3517754ca73 koel https://www.daniao.org/6751.html 阅读全文
posted @ 2020-06-29 21:31 故木 阅读(371) 评论(0) 推荐(0)
摘要: 命令相关: nginx -t # 验证配置文件;无法验证其它文件的情况 nginx -s reload # 重新加载;可以重启其它文件启动的情况 nginx -s stop # 快速停止 nginx -s quit # 正常停止 nginx -V # 查看版本 nginx -c conf/web01 阅读全文
posted @ 2020-06-24 12:22 故木 阅读(165) 评论(0) 推荐(0)
摘要: background image plus 背景图 lombok 代码注解插件 GsonFormat JSON转领域对象工具 ait+s 出现插件试图 Material Theme UI 主题美化 jrebel 热部署 阅读全文
posted @ 2020-06-22 09:49 故木 阅读(134) 评论(0) 推荐(0)
摘要: 插件安装 打开插件管理 搜索安装 json字符串相关 JSON VIEWER(便于观察json结构) JSTool 安装后可使用快捷键 展示json结构 或者格式化 阅读全文
posted @ 2020-06-22 09:47 故木 阅读(284) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页