会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
无
上一页
1
···
44
45
46
47
48
49
50
51
52
···
71
下一页
[专项]40个Java多线程问题总结 (yet)
摘要: https://www.cnblogs.com/xrq730/p/5060921.html 40个问题汇总 1、多线程有什么用? 一个可能在很多人看来很扯淡的一个问题:我会用多线程就好了,还管它有什么用?在我看来,这个回答更扯淡。所谓"知其然知其所以然","会用"只是"知其然","为什么用"才是"知
阅读全文
posted @ 2018-02-02 08:42 silyvin
阅读(243)
评论(0)
推荐(0)
编辑
java字节流与字符流的区别
摘要: https://mp.weixin.qq.com/s?__biz=MzI4Njc5NjM1NQ==&mid=2247484777&idx=1&sn=a18c01bc4de826464fe8337e7ff6f87a&scene=19#wechat_redirect字节流...
阅读全文
posted @ 2018-02-01 23:08 silyvin
阅读(209)
评论(0)
推荐(0)
编辑
HttpURLConnection 请求腾讯sms 字符流io典型应用
摘要: public static void sendMsg(String nationCode, String phoneNumber, String content) throws IOException, JSONException, NoSuchAlgorit...
阅读全文
posted @ 2018-02-01 22:59 silyvin
阅读(189)
评论(0)
推荐(0)
编辑
java io 下载文件 字节流io典型应用
摘要: public String downLoadFromUrl(String urlStr) { try { String fileName = getRandomString(20)+".jpg"; St...
阅读全文
posted @ 2018-02-01 22:22 silyvin
阅读(431)
评论(0)
推荐(0)
编辑
HashMap和LinkedHashMap
摘要: http://blog.csdn.net/justloveyou_/article/details/71713781 1.原理 笔者曾在《Map 综述(一):彻头彻尾理解 HashMap》一文中提到,HashMap 是 Java Collection Framework 的重要成员,也是Map族(如
阅读全文
posted @ 2018-01-30 21:43 silyvin
阅读(146)
评论(0)
推荐(0)
编辑
utf8_general_ci、utf8_unicode_ci和utf8_bin的区别
摘要: http://blog.csdn.net/flqljh/article/details/49834843utf8_general_ci 不区分大小写,这个你在注册用户名和邮箱的时候就要使用。utf8_general_cs 区分大小写,如果用户名和邮箱用这个就会照成不良...
阅读全文
posted @ 2018-01-29 10:43 silyvin
阅读(301)
评论(0)
推荐(0)
编辑
union 和 union all 区别
摘要: https://www.cnblogs.com/surge/archive/2012/09/21/2696900.html 假设我们有一个表Student,包括以下字段与数据: 01.drop table student; 02. 03.create table student 04.( 05.id
阅读全文
posted @ 2018-01-27 14:51 silyvin
阅读(363)
评论(0)
推荐(0)
编辑
pv qps 并发 的摘要
摘要: https://zhidao.baidu.com/question/1495951065865595059.html http://f.dataguru.cn/thread-480246-1-1.html 淘宝的TPS和PV之间的关系通常为 较高TPS:PV大约为 1 : 11*3600 (相当于按
阅读全文
posted @ 2018-01-25 15:55 silyvin
阅读(520)
评论(0)
推荐(0)
编辑
一次qps测试实践(续)
摘要: 想着探讨nginx负载均衡的作用 服务器A 4核 B 8核 nginx 部署在A,tomcat1 tomcat2部署在B(因为没第三台机器了,只能先这样看看效果) nginx worker_connections 51200 后台worker process进程的最大并发链接数 worker_con
阅读全文
posted @ 2018-01-23 21:57 silyvin
阅读(1835)
评论(0)
推荐(0)
编辑
log4j重定向stdout和stderr到log文件
摘要: http://seeallsea.iteye.com/blog/2117458 我们使用apache log4j实现项目中的日志功能,在项目中我们通常有这样的需求,一般情况System.out.println()是输出到控制台,但我们希望System.out的输出也...
阅读全文
posted @ 2018-01-22 11:07 silyvin
阅读(619)
评论(0)
推荐(0)
编辑
上一页
1
···
44
45
46
47
48
49
50
51
52
···
71
下一页
导航
博客园
首页
联系
订阅
管理
公告