cache buffers lru chain原因高负荷的cache吞吐量,效率差的sql语句(全表扫描,或不正确的index range scans)dbwr写出速度太慢,前台进程花费很多时间持有latch查找free buffer。 cache buffers lru chain保护buffer ...
分类:
系统相关 时间:
2016-12-21 00:05:57
阅读次数:
257
报错原因,及解决办法: 实体类id属性上少加了@Id 然后mybatis不知道哪个是主键了 http://www.oschina.net/question/1258171_245202 ...
分类:
移动开发 时间:
2016-12-20 01:31:58
阅读次数:
3686
今晚不想加班,于是赶紧回来看看书: 1.下了selenium的小工具:FireBug/FirePath。 2.确定了看书顺序,我觉得难度低点开始比较好,所以我还是先看基于Python的selenium,另一本书再看把,觉得自己能力还是太弱,还是从友好的先上手,虽然之前也看了BY_ID的一些用法,但是 ...
分类:
其他好文 时间:
2016-12-17 19:12:39
阅读次数:
744
Apache Shiro的配置主要分为四部分: 对象和属性的定义与配置URL的过滤器配置静态用户配置静态角色配置其中,由于用户、角色一般由后台进行操作的动态数据,因此Shiro配置一般仅包含前两项的配置。 Apache Shiro的大多数组件是基于POJO的,因此我们可以使用POJO兼容的任何配置机... ...
分类:
Web程序 时间:
2016-12-16 10:07:30
阅读次数:
217
DP use HashMap: 根据string的长度sort,然后维护每个string的longest chain,default为1,如果删除某个char生成的string能提供更长的chain,则更新 ...
分类:
其他好文 时间:
2016-12-14 09:33:36
阅读次数:
287
We refactor a function that uses try/catch to a single composed expression using Either. We then introduce the chain function to deal with nested Eith ...
分类:
Web程序 时间:
2016-12-14 07:36:47
阅读次数:
241
doService-->getHandlerMapping-->handlerMapping-->getHandler-->HandlerExecutionChain-->getHandlerAdapter-->handlerAdapter-->preHandler-->handler-->Mode ...
分类:
编程语言 时间:
2016-12-13 16:19:22
阅读次数:
140
We define the Either type and see how it works. Then try it out to enforce a null check and branch our code. Now, we try to make Box more useful. We w ...
分类:
Web程序 时间:
2016-12-13 08:13:38
阅读次数:
263
http://www.cnblogs.com/Jenaral/p/5663096.html 什么是Keychain? 根据苹果的介绍,iOS设备中的Keychain是一个安全的存储容器,可以用来为不同应用保存敏感信息比如用户名,密码,网络密码,认证令牌。苹果自己用keychain来保存Wi-Fi网络 ...
分类:
其他好文 时间:
2016-12-12 14:52:08
阅读次数:
169
高盛白皮书 http://www.the-blockchain.com/docs/Goldman-Sachs-report-Blockchain-Putting-Theory-into-Practice.pdf ...
分类:
其他好文 时间:
2016-12-08 09:29:22
阅读次数:
1025