摘要: 最开始倒腾sharding-sphere的时候,在网上找了半天,下了源码看了半天(想用@Configuration 注解的方式,而不是去写配置文件,我觉得配置文件太多了,弄的晃眼),也没有弄明白个所以然。 后面直接在官网找到了比较齐全的答案,我最开始还以为必须要配置配置文件啥的,其实完全不需要。 这 阅读全文
posted @ 2019-08-22 15:13 考虑到五岁的限制 阅读(4000) 评论(1) 推荐(0) 编辑
摘要: 传统的io流是阻塞式的,假如多条线程请求同一个数据,会导致阻塞,如下图api说明: 阅读全文
posted @ 2019-05-29 11:09 考虑到五岁的限制 阅读(1738) 评论(0) 推荐(0) 编辑
摘要: Java 8 default和静态方法 阅读全文
posted @ 2019-05-24 10:20 考虑到五岁的限制 阅读(2460) 评论(0) 推荐(1) 编辑
摘要: shiro 的配置 阅读全文
posted @ 2018-08-25 13:15 考虑到五岁的限制 阅读(4049) 评论(0) 推荐(0) 编辑
摘要: package com.aarony.test; import java.io.IOException; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.NoSuchAlgorithmExcepti... 阅读全文
posted @ 2018-06-20 21:46 考虑到五岁的限制 阅读(177) 评论(0) 推荐(0) 编辑
摘要: DSE AES 阅读全文
posted @ 2018-06-20 21:34 考虑到五岁的限制 阅读(130) 评论(0) 推荐(0) 编辑
摘要: package com.aarony.test; import java.io.IOException; import java.security.MessageDigest; import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; public class DigestDemo { /** * ... 阅读全文
posted @ 2018-06-20 21:22 考虑到五岁的限制 阅读(173) 评论(0) 推荐(0) 编辑
摘要: redis cluster 集群搭建步骤和注意事项 阅读全文
posted @ 2016-09-15 10:47 考虑到五岁的限制 阅读(348) 评论(0) 推荐(0) 编辑
摘要: Aspose.Cells for .NET 8.5.0 工具类 阅读全文
posted @ 2016-09-15 10:31 考虑到五岁的限制 阅读(1546) 评论(0) 推荐(1) 编辑
摘要: 程序升级成4.0之后产生的问题: IIs应用程序池 配置成4.0经典的时候报的错误:HTTP 错误 500.19- Internal Server Error 错误解决方法 配置成2.0经典的时候报的错误:未能加载文件或程序集“System.Xml.Linq”或它的某一个依赖项。生成此程序集的运行时 阅读全文
posted @ 2016-04-21 11:08 考虑到五岁的限制 阅读(27493) 评论(0) 推荐(1) 编辑