
java
Έι
这个作者很懒,什么都没留下…
展开
-
myabtis踩坑日记
问题当数据库中字段用0和1进行区分时,传1会正常执行但是传0会无效,找啦很久看一个大神的帖子,才知道把!原创 2022-07-22 16:58:31 · 207 阅读 · 0 评论 -
spring事务入门理解
编写事务管理器使用事务(事务调解员)事务传播行为原创 2022-07-13 10:46:21 · 107 阅读 · 0 评论 -
Spring Aop理解
aop思想原来我们java编程是抽离出来,之后哪个需要这个增强类需要类中引用aop思想:通过配置来实现,所有类要用到的同一个类会在配置中去实现,在java运行的过程中使用aop实现通过JDK的方法来实现:动态代理但是实现方式必须是接口实现,Target target =new Target()TargetInterface proxy=(TargetInterface)Proxy.newProxyInstance( target.getClass().getClassLoa原创 2021-11-19 16:46:11 · 325 阅读 · 0 评论 -
Tomcat起服务端口被占用
The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.要不然就改原创 2021-11-08 20:19:21 · 219 阅读 · 0 评论