
java
文章平均质量分 56
zaink2022
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
给feign接口添加mock的一种简单方式
给feign接口做代理来做接口mock原创 2023-02-17 21:25:47 · 1898 阅读 · 0 评论 -
Msql修改like左匹配方案-翻转索引
Msql修改like左匹配方案-翻转索引作者版本时间曾鸿雁1.02021-7-19背景当前存在表:CREATE TABLE `user` ( `uid` bigint NOT NULL AUTO_INCREMENT COMMENT '用户编号', `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '真实姓名', `mobile` v原创 2021-07-21 16:52:42 · 1156 阅读 · 0 评论 -
Msql修改like全模糊匹配方案-全文索引
Msql修改like全模糊匹配方案-全文索引作者版本时间曾鸿雁1.02021-7-21背景当前存在表:CREATE TABLE `user` ( `uid` bigint NOT NULL AUTO_INCREMENT COMMENT '用户编号', `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '真实姓名', `mobile`原创 2021-07-21 16:52:06 · 442 阅读 · 0 评论 -
SVN 冲突解决
文章目录4.6. Resolving Conflicts 冲突解决4.6.1. File Conflicts 文件冲突4.6.2. Property Conflicts 属性冲突4.6.3. Tree Conflicts 树冲突4.6.3.1. Local delete, incoming edit upon update 本地删除,远程发生变更4.6.3.2. Local edit, incoming delete upon update 本地变更,远程被删除4.6.3.3. Local delete,原创 2021-07-07 14:10:30 · 2469 阅读 · 0 评论 -
The server timezone value 'UTC' is unrecognized or represents more than one timezone
WARNING: Unexpected exception resolving referencejava.sql.SQLException: The server timezone value '◇□' is unrecognized or represents more than one timezone. You must configure either the server or JD原创 2016-04-30 15:35:50 · 4279 阅读 · 0 评论 -
Unable to establish loopback connection解决方法
Unable to establish loopback connection解决方法翻译 2016-06-29 00:51:50 · 4131 阅读 · 0 评论 -
could not instantiate class [xxx] from tuple
错误代码提示:org.hibernate.QueryException: could not instantiate class [com.example.cms.model.Attachment] from tuple ... moreCaused by: java.lang.reflect.InvocationTargetException at sun.reflect.Nat原创 2016-05-10 06:38:46 · 7276 阅读 · 0 评论