2018年10月24日

java单例 方式对比 防止序列化/反射攻击 volatile防止指令重排优化

摘要: https://blog.csdn.net/u014672511/article/details/79774847 https://www.cnblogs.com/345214483-qq/p/6472158.html https://www.cnblogs.com/lthIU/p/6240066. 阅读全文

posted @ 2018-10-24 15:30 CreatorKou 阅读(169) 评论(0) 推荐(0)

java httprequest编码/解码

摘要: http://jiapumin.iteye.com/blog/1006144 在Java中,String的getBytes()方法是得到一个操作系统默认的编码格式的字节数组。这个表示在不通OS下,返回的东西不一样! String.getBytes(String decode)方法会根据指定的deco 阅读全文

posted @ 2018-10-24 09:57 CreatorKou 阅读(843) 评论(0) 推荐(0)

c struct pointer cast and object oriented

摘要: https://stackoverflow.com/questions/3766229/casting-one-struct-pointer-to-another-c Casting one struct pointer to another - C Ask Question Casting one 阅读全文

posted @ 2018-10-24 00:24 CreatorKou 阅读(236) 评论(0) 推荐(0)

c struct pointer cast and "object oriented"

摘要: https://stackoverflow.com/questions/3766229/casting-one-struct-pointer-to-another-c Casting one struct pointer to another - C Ask Question Casting one 阅读全文

posted @ 2018-10-24 00:23 CreatorKou 阅读(207) 评论(0) 推荐(0)

导航