上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 50 下一页
摘要: 1.spring HibernateDaoSupport 注解 发现SqlSessionDaoSupport和HibernateDaoSupport是不一样的,前者有这样的一个方法 @Autowired(required=false) private void setSqlSessionFacoty 阅读全文
posted @ 2020-09-20 19:51 lianhuaren 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1. 第七步,把UserAction交给Spring进行配置,即在Spring配置文件中添加如下配置: <!-- 配置action对象 --> <bean id="userAction" class="cn.itcast.action.UserAction" scope="prototype"></ 阅读全文
posted @ 2020-09-19 20:01 lianhuaren 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1. web.xml <!--*****************************Spring整合SpringMvc配置 start*****************************--> <!--配置Spring的监听器,默认只加载WEB-INF目录下的applicationCont 阅读全文
posted @ 2020-09-18 16:31 lianhuaren 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-09-16 16:53 lianhuaren 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1. ```mermaidsequenceDiagram participant John participant Alice John->>+Alice: Hello Alice-->>-John: Great``` https://www.typora.io/ https://www.bilib 阅读全文
posted @ 2020-08-31 08:38 lianhuaren 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1.socketio https://www.jianshu.com/p/52ad47deebea 2.webrtc https://www.jianshu.com/p/57fd3b5d2f80 https://github.com/developerajendra/web-rtc-practice 阅读全文
posted @ 2020-08-30 10:47 lianhuaren 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. https://github.com/TencentCloud-RTC/2020-Hackathon https://zhuanlan.zhihu.com/p/150248011 阅读全文
posted @ 2020-08-28 15:31 lianhuaren 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1. 一. mac下redis的安装 1. 官网http://redis.io/ 下载最新的稳定版本,这里是5.0.9 2. sudo mv 到 /usr/local/ 3. sudo tar -zxf redis-5.0.9.tar 解压文件 4. 进入解压后的目录 cd redis-5.0.9 阅读全文
posted @ 2020-08-25 09:29 lianhuaren 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: 1. 抢购活动开始的一瞬间,大量的用户校验请求打到了用户服务。导致用户服务网关出现了短暂的响应延迟,有些请求的响应时长超过了10s,但由于HTTP请求的响应超时我们设置的是30s,这就导致接口一直阻塞在用户校验那里,10s后,分布式锁已经失效了,此时有新的请求进来是可以拿到锁的,也就是说锁被覆盖了。 阅读全文
posted @ 2020-08-24 12:32 lianhuaren 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1. 生成 Target-Action 埋点的唯一 ID Target-Action 是手势和 UIControl 的回调,一般使用如下代码 -[UIControl addTarget:action:events:] -[UIGestureRecognizer initWithTarget:acti 阅读全文
posted @ 2020-08-21 17:43 lianhuaren 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 50 下一页