随笔分类 -  java

摘要:# tar -zxvf jdk-8u261-linux-x64.tar.gz -C /usr/local/jdk # vi /etc/profile //Shift + G跳到行尾 export JAVA_HOME=/usr/local/jdk/jdk1.8.0_261 export CLASSPA 阅读全文
posted @ 2022-05-24 23:27 Peter.Jones 阅读(351) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-03-16 20:54 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/haimishasha/p/9909055.html 阅读全文
posted @ 2022-01-09 00:27 Peter.Jones 阅读(238) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-12-09 10:44 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-12-04 22:28 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-12-03 10:42 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-10-12 11:04 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-03-12 17:21 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-02-04 10:45 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-07-08 14:41 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-06-28 17:19 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-06-28 15:44 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:200万数据csv文件分批插入Mysql, 每批2000条数据. 平均1-2秒入库. 总共时间半个小时. insertBatch(); jvm内存情况: 很平稳. 阅读全文
posted @ 2020-05-21 13:49 Peter.Jones 阅读(905) 评论(0) 推荐(0) 编辑
摘要:1.GB2312等都可以用GBK代替.2.new String(row.getBytes("GB2312"), "UTF8") 这种写法是不对的, 中文仍然会乱码. 方案:解决GBK字符转UTF-8乱码问题: https://www.cnblogs.com/xijin-wu/p/5884822.ht 阅读全文
posted @ 2020-05-20 15:25 Peter.Jones 阅读(18673) 评论(0) 推荐(0) 编辑
摘要:原码是什么?反码是什么?补码是什么? 原码:正数:正数转换为二进制位就是这个正数的原码负数:负数的绝对值转换成二进制位然后在高位补1就是这个负数的原码 int 2 原码: 00000000 00000000 00000000 00000010 int -2 原码:10000000 00000000 阅读全文
posted @ 2020-03-29 20:56 Peter.Jones 阅读(181) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-03-29 11:44 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-03-24 17:02 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-03-10 23:56 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:安华金和攻防实验室2018年提交给IBM的OpenJ9漏洞于近日完成修复,IBM推出补丁。由于这个漏洞(CVE-2018-12547)影响IBM产品多达400+、攻击复杂度低、危害大,CVE漏洞危害评分高达9.8。安华金和特此向广大用户告警,提醒OpenJ9用户及时下载IBM官网最新公布的补丁。 O 阅读全文
posted @ 2020-03-10 10:14 Peter.Jones 阅读(1015) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示