摘要: ``` title1 title2 title3 title4 title5 title6 title7 title3 title1 title2 区块引用, 第二行1 第二行2 第三行 嵌套 第四行 区块引用外面 引用的区块内也可以使用其他的 Markdown 语法,包括标题、列表、代码区块等: 阅读全文
posted @ 2018-12-14 23:18 拷贝程序员_厚厚北 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 字符集&编码 charset 是 character set 的简写,即字符集。 encoding 是 charset encoding 的简写,即字符集编码,简称编码。 Unicode (UTF 8 UTF 16 UTF 32) 歧义 由于各种原因,必须承认,在不同的语境下,“Unicode”这个 阅读全文
posted @ 2018-12-14 23:14 拷贝程序员_厚厚北 阅读(498) 评论(0) 推荐(0) 编辑
摘要: JDK动态代理 代理类中使用的方法需要声明在接口中 需要得到目标类的对象 Cglib包中的动态代理 阅读全文
posted @ 2018-12-14 23:13 拷贝程序员_厚厚北 阅读(358) 评论(0) 推荐(0) 编辑