摘要: 阅读全文
posted @ 2020-12-28 14:35 闻见知行 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Ctrl 快捷键介绍 Ctrl + F 在当前文件进行文本查找 (必备) Ctrl + R 在当前文件进行文本替换 (必备) Ctrl + Z 撤销 (必备) Ctrl + Y 删除光标所在行 或 删除选中的行 (必备) Ctrl + X 剪切光标所在行 或 剪切选择内容 Ctrl + C 复制光标 阅读全文
posted @ 2020-12-28 09:30 闻见知行 阅读(62) 评论(0) 推荐(0) 编辑
摘要: -Djavax.net.debug=all 阅读全文
posted @ 2020-12-17 16:37 闻见知行 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/f0e83a255ab90222e59101ea.html 阅读全文
posted @ 2020-12-17 15:04 闻见知行 阅读(480) 评论(0) 推荐(0) 编辑
摘要: classpath:/bootstrap.yml ./bootstrap.yml ./config/bootstrap.yml classpath:/application.yml ./application.yml ./config/application.yml springconfig中心/c 阅读全文
posted @ 2020-12-11 10:22 闻见知行 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 工具 postman KeyStore Explorer 5.2 步骤 导出p12格式的文件 导入postman 点击Settings Add Certificate 阅读全文
posted @ 2020-12-04 13:22 闻见知行 阅读(2304) 评论(0) 推荐(0) 编辑
摘要: Alibaba Java Code Guidelines 阅读全文
posted @ 2020-09-25 12:31 闻见知行 阅读(104) 评论(0) 推荐(0) 编辑
摘要: select t.* from (select order.org_id from order o where o.org_id = 102528 order by o.id ) t where rownum <= 1 如果order by o.id是主键,内查询先执行排序,在执行where,很慢 阅读全文
posted @ 2020-09-22 10:58 闻见知行 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 方式一 cmd命令中设置 set http_proxy=http://IP:PORTset https_proxy=http://IP:PORTset http_proxy_user=XXXXset http_proxy_pass=123454321 方式二 配置代理 npm config set 阅读全文
posted @ 2020-09-07 17:09 闻见知行 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 1.开启防火墙 2.修改listener.ora # listener.ora Network Configuration File: C:\app\username\product\12.1.0\dbhome_1\NETWORK\ADMIN\listener.ora# Generated by O 阅读全文
posted @ 2020-08-07 11:06 闻见知行 阅读(179) 评论(0) 推荐(0) 编辑