- 博客(4)
- 收藏
- 关注
原创 idea自带database工具连接sql server 2012错误
08S01]驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selectedprotocol version TLS10 is not accepted by client preferences [TLS13, TLS12]”.ClientConnectionld:f8b84d9e-4d1f-48b0-bf56-fca569e1f95d。再把 trustServerCertificate 设置为 true。
2024-06-11 10:59:01
286
1
原创 数据库时间正确,但是前端展示的时间错误的问题
数据库和代码的时区不一致原代码前端展示时间java查询时间解决 1、属性注解设置时区2、或启动类统一设置时区
2022-05-17 11:26:46
1393
原创 Sql Server查找包含某字段的表
Sql Server查找包含某字段的表//查询数据库中包含某个字段的所有表select * from eCheck.dbo.sysobjects where id in (select id from echeck.dbo.sysColumns where name like '%userNo%')
2022-05-17 11:15:31
877
原创 idea更新报错:master has no tracked branch
git版本:解决:idea控制台先输入git pull origin master --allow-unrelated-histories然后git branch --track master origin/master或git branch --set-upstream-to master origin/master
2022-04-27 11:37:51
5053
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人