02 2022 档案

摘要: 阅读全文
posted @ 2022-02-22 10:09 八英里 阅读(7) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_18453581/article/details/116201897 阅读全文
posted @ 2022-02-21 10:12 八英里 阅读(35) 评论(0) 推荐(0) 编辑
摘要:注: 重度参考了:https://www.zhihu.com/question/30272728/answer/72476703(讲的非常好,逻辑清晰) 轻度参考了:https://www.cnblogs.com/fjdingsd/p/5273008.html(概念也比较清晰,只不过没有对比着这两个 阅读全文
posted @ 2022-02-20 21:39 八英里 阅读(274) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_41888813/article/details/82885938 阅读全文
posted @ 2022-02-18 17:57 八英里 阅读(723) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/lxj_1993/article/details/109451567 阅读全文
posted @ 2022-02-18 17:55 八英里 阅读(353) 评论(0) 推荐(0) 编辑
摘要:<T extends BaseEnum> public static <T extends BaseEnum> T valueOfCode(Class<T> clazz, Integer code) { if (code == null) { return null; } else { T[] en 阅读全文
posted @ 2022-02-18 16:44 八英里 阅读(68) 评论(0) 推荐(0) 编辑
摘要:Bean with name 'orderChargeCarServiceImpl' has been injected into other beans [orderCarServiceImpl] in its raw version as part of a circular reference 阅读全文
posted @ 2022-02-15 10:07 八英里 阅读(914) 评论(0) 推荐(0) 编辑
摘要:伸拉舌头法:当遇到打嗝不止的情况时,可以选择一块干净的纱布热在自己的舌头上面,然后用自己的手指将舌头慢慢拉伸出来,这样腹部就会有气体慢慢上升,打嗝自然就会不见了。但是有许多人都不想使用这种方法,因为这种方法难度会比其它方法的难度大一些。 阅读全文
posted @ 2022-02-14 22:13 八英里 阅读(61) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/Brambling/p/9259375.html 阅读全文
posted @ 2022-02-14 17:25 八英里 阅读(17) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/itdragon/p/8194622.html https://blog.csdn.net/yinjinshui/article/details/101759058 https://zhuanlan.zhihu.com/p/48269420 1、互斥条 阅读全文
posted @ 2022-02-14 16:04 八英里 阅读(37) 评论(0) 推荐(0) 编辑
摘要:将以下操作保存为bat文件(新建txt,然后将后缀改为bat),然后双击运行即可。 reg delete “HKEY_CURRENT_USER\Software\Scooter Software\Beyond Compare 4” /v CacheID /f这个操作是删除BeyondCompare4 阅读全文
posted @ 2022-02-09 14:29 八英里 阅读(1155) 评论(0) 推荐(0) 编辑
摘要:/* * Copyright 2002-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
posted @ 2022-02-08 17:25 八英里 阅读(109) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/2f79ee33c8ad https://www.freesion.com/article/24951147266/ https://segmentfault.com/a/1190000013341344 https://blog.csdn.net 阅读全文
posted @ 2022-02-08 16:34 八英里 阅读(43) 评论(0) 推荐(0) 编辑
摘要:REQUIRED : 如果存在事务,就在当前事务里运行,否则的话就创建一个新的事务 (默认) NESTED:如果当前事务存在,则在嵌套事务中执行 看起来两个似乎作用是相同的,但是REQUIRED会跟着父任务一同提交,一同失败 。 而NESTED是 如果当前事务出现异常,本身进行回滚操作,但是父任务不 阅读全文
posted @ 2022-02-08 15:51 八英里 阅读(367) 评论(0) 推荐(0) 编辑
摘要:MyBatis Plus 添加多租户功能后 对某个Mapper方法 忽略多租户处理: 使用注解 @InterceptorIgnore(tenantLine = "true") 阅读全文
posted @ 2022-02-08 14:24 八英里 阅读(3683) 评论(1) 推荐(0) 编辑
摘要:1、所有属性为private 2、提供默认构造方法 3、提供getter和setter 4、实现serializable接口 凡事被spring 创建的对象才能成为spring 的bean 阅读全文
posted @ 2022-02-04 18:54 八英里 阅读(74) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示