logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

java JDK11+启动TLS版本问题

通过在URL中指定sslProtocol=TLSv1.2等措施,依旧无效。这是因为指定使用高版本的TLS协议但是SQL Server服务端不支持,提高版本也没用。通过指定encrypt=false或trustServerCertificate=true,但是SQL Server服务端有强制启动TLS,所以这些配置也无效。

#java#sqlserver
trae控制台使用java版本问题修复

ERROR] …/com/uu/DhControllerV1.java:[55,25] 找不到符号[ERROR]符号:变量 log[ERROR]位置: 类 com.uu.DhControllerV1[ERROR] …/com/uu/ScControllerV1.java:[76,56] 找不到符号[ERROR]符号:方法 getId()[ERROR]位置: 类型为com.uu.ScAddOrUpd

#java
修改trae全局默认的JDK版本

通过Trae中的搜索功能,可以找到Trae所使用的配置文件。

#java#开发语言#vscode
git push命令报错:the remote end hung up unexpectedly

在使用git push命令的时候,如果上传的文件比较多,就会超出git的http缓冲区。加大git的http缓冲区即可解决。找到项目下的隐藏文件夹.git(注意前面是带着点的),修改里面的config这个文件,在最后加上以下内容。

文章图片
#git
无代理快速访问github

修改hosts文件,添加以下内容。

#github
mybatis-generator-maven-plugin报错:Could not create connection to database server

Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.4.0:generate (default-cli) on project wenx-repository: Could not create connection to database server.解决方法:请检查plugin中指定的my

#mysql
修改trae全局默认的JDK版本

通过Trae中的搜索功能,可以找到Trae所使用的配置文件。

#java#开发语言#vscode
LibreOffice使用问题记录

LibreOffice使用心得总结

#java
Elasticsearch中ElasticsearchRepository的searchSimilar使用的坑

Elasticsearch中ElasticsearchRepository的searchSimilar使用的坑

#elasticsearch#大数据#搜索引擎
到底了