摘要: 因为notepad++的NppAStyle插件只支持格式化C、C++、C#、Java这四种编程语言的代码,所以推荐使用这个CoolFormat的插件,相比于NPPAStyle,CoolFormat支持C\C++\C#\CSS\HTML\Java\JavaScript\JSON\Objective-C 阅读全文
posted @ 2023-12-11 12:46 古语云 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Maven安装及配置 https://blog.csdn.net/qq_43699122/article/details/128537162 找到 <mirrors>标签节点并将其改为如下:将原有注释 //阿里云 <mirror> <id>aliyunmaven</id> <mirrorOf>*</ 阅读全文
posted @ 2023-07-14 22:15 古语云 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Windows10下的超详细Java安装步骤 https://blog.csdn.net/qq_45656077/article/details/114259851 阅读全文
posted @ 2023-07-14 17:35 古语云 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 一般桌面图标都和我们常用的软件放在一起,这样我们需要的时候就可以马上开始使用。可以说桌面图标是windows系统中教具的代表特征, 但是今天发现每次重启Win10后桌面图标自动重新排列? 1.打开操作,输入命令gpedit.msc,然后单击确定。 2.在本地策略组编辑器中打开用户配置/管理模板/桌面 阅读全文
posted @ 2023-07-14 10:27 古语云 阅读(820) 评论(0) 推荐(0) 编辑
摘要: sqlplus / as sysdba:未找到命令,解决方法 https://blog.csdn.net/qq_44778503/article/details/124527963 阅读全文
posted @ 2023-07-03 15:34 古语云 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 1、问题描述: 在Idea的spring工程里,经常会遇到 Could not autowire. No beans of 'xxxx' type found 的错误提示。(但程序的编译和运行都是没有问题的,有时候也有可能会报错,无法运行程序),这个错误提示并不会产生影响。对于程序员红色的错误提示看 阅读全文
posted @ 2023-06-30 11:47 古语云 阅读(483) 评论(0) 推荐(0) 编辑
摘要: java23种设计模式源码配套源代码实例 https://blog.csdn.net/lqs_user/article/details/120135351 阅读全文
posted @ 2023-06-27 16:57 古语云 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1、GEO_Point 经纬度查询:圆形、矩形、多边形方式 geoDistanceRangeQuery 圆形查询 geoBoundingBoxQuery 矩形查询 geoPolygonQuery 多边形查询 2、创建mapping 参考:https://blog.csdn.net/wuzhiwei5 阅读全文
posted @ 2023-06-26 15:01 古语云 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 1、MySQL的慢查询、explain、show profile及SQL优化 https://www.cnblogs.com/linyue09/p/9869163.html 2、MySQL优化 1、查看 profile 开启情况 select @@profiling; 开启profile:set p 阅读全文
posted @ 2023-06-26 14:57 古语云 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1、编写配置文件 application.yml spring: datasource: primary: driver-class-name: org.postgresql.Driver url: jdbc:postgresql://ip:5432/iotdata username: postgr 阅读全文
posted @ 2023-06-26 14:47 古语云 阅读(1012) 评论(0) 推荐(0) 编辑