上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 34 下一页

2020年3月18日

读写分离组件mycat使用

摘要: 参见大佬博客:https://www.cnblogs.com/atcloud/p/10789850.html 阅读全文

posted @ 2020-03-18 22:32 The羿 阅读(127) 评论(0) 推荐(0)

2020年3月17日

java当中的session与cookie的区别

摘要: 区别: 1、数据存放位置不同: cookie数据存放在客户的浏览器上,session数据放在服务器上。 2、安全程度不同: cookie不是很安全,别人可以分析存放在本地的COOKIE并进行COOKIE欺骗,考虑到安全应当使用session。 3、性能使用程度不同: session会在一定时间内保存 阅读全文

posted @ 2020-03-17 10:55 The羿 阅读(1325) 评论(0) 推荐(0)

2020年3月16日

什么是事务传播行为

摘要: 参见大佬播客:https://www.cnblogs.com/alimayun/p/10933289.html 阅读全文

posted @ 2020-03-16 08:57 The羿 阅读(1083) 评论(0) 推荐(0)

2020年3月15日

spring事务特性,传播行为,隔离级别

摘要: 参见大佬播客:https://www.cnblogs.com/xinruyi/p/11148742.html https://www.cnblogs.com/younggun/p/3193800.html 有具体的实现代码 https://www.cnblogs.com/yihuihui/p/122 阅读全文

posted @ 2020-03-15 20:53 The羿 阅读(80) 评论(0) 推荐(0)

2020年3月6日

java面试题

摘要: 基础:https://blog.csdn.net/dd864140130/article/details/55833087 https://blog.csdn.net/weixin_38399962/article/details/80358168 ssm框架:https://blog.csdn.n 阅读全文

posted @ 2020-03-06 17:58 The羿 阅读(52) 评论(0) 推荐(0)

2020年2月26日

bootstarp与ueditor冲突

摘要: https://blog.csdn.net/qq_34984929/article/details/80453841 阅读全文

posted @ 2020-02-26 23:38 The羿 阅读(96) 评论(0) 推荐(0)

2020年2月24日

在springcloud整合junit测试feign接口时,数据查询出来之后,idea报错java.lang.IllegalStateException: Shutdown in progress

摘要: https://blog.csdn.net/Alan520_/article/details/103016992 阅读全文

posted @ 2020-02-24 22:18 The羿 阅读(2229) 评论(0) 推荐(0)

2020年2月8日

springboot-parent节点有红叉处理

摘要: https://blog.csdn.net/ganhunyu7050/article/details/89208450 阅读全文

posted @ 2020-02-08 23:00 The羿 阅读(296) 评论(0) 推荐(0)

2020年1月29日

springboot使用解释

摘要: 关于yaml文件 application.yaml文件中书写 server: port: 8088(注意此处端口处有空格) 阅读全文

posted @ 2020-01-29 23:35 The羿 阅读(84) 评论(0) 推荐(0)

2019年7月24日

剑指offer上面代码c语言实现

摘要: 参见:https://github.com/lintingbin2009/C-language/tree/master/%E5%89%91%E6%8C%87offer 阅读全文

posted @ 2019-07-24 21:24 The羿 阅读(1181) 评论(0) 推荐(0)

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 34 下一页

导航