上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 222 下一页
摘要: 转自:https://cloud.tencent.com/developer/article/1378091 前言: 北京时间2018年9月26日,Oracle官方发布Java 11。既然版本都更新到11了,现在才来学8是不是太晚了?其实不是的,目前应该大部分都还是使用的Java 7和Java 8, 阅读全文
posted @ 2019-04-28 22:49 Sharpest 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/MonkeyDCoding/article/details/81369610 0.源代码github-简易高并发框架 注:本篇博客知识来自于网课。 1.问题来源以及w对于一个题库系统。考试组要有批量的离线文档要生成。题库组批量的题目要进行排重,且要根 阅读全文
posted @ 2019-04-06 03:43 Sharpest 阅读(1772) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.importnew.com/19919.html 1.为什么要使用线程池 在java中,如果每个请求到达就创建一个新线程,开销是相当大的。在实际使用中,服务器在创建和销毁线程上花费的时间和消耗的系统资源都相当大,甚至可能要比在处理实际的用户请求的时间和资源要多的多。除了创 阅读全文
posted @ 2019-03-22 14:46 Sharpest 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: 转自:https://chuanlu.iteye.com/blog/1953544 一、jqGrid的基本用法 1、html页面 Html代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3. 阅读全文
posted @ 2019-03-22 10:46 Sharpest 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_36071795/article/details/83932415 第四个构造器源码 corePoolSize:核心池的大小 默认情况下,在创建了线程池后,线程池中的线程数为0,当有任务来之后,就会创建一个线程去执行任务,当线程池中的线程数数目 阅读全文
posted @ 2019-03-22 09:47 Sharpest 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.jianshu.com/p/b1dc0086f184 阅读全文
posted @ 2019-03-22 09:41 Sharpest 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/pbrlovejava/article/details/83445163#15ScheduledThreadPoolExecutor_26 阅读全文
posted @ 2019-03-21 15:01 Sharpest 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.zhihu.com/question/20948649?sort=created 我最近也遇到这个问题了,用传统的快捷方式加参数并没有用,不知道是不是和chrome版本有关系,经过我的一顿瞎试验,发现了可以这么干 在命令行用start启动chrome,然后加参数--di 阅读全文
posted @ 2019-03-21 11:14 Sharpest 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/weixin_35756522/article/details/81707276 说明:在处理消费数据的时候,统计tps,需要用一个线程监控来获得tps值,则使用了定时任务的线程池中的方法 一:简单说明 ScheduleExecutorService 阅读全文
posted @ 2019-03-21 02:46 Sharpest 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u012062455/article/details/78247234/ 阅读全文
posted @ 2019-03-21 02:44 Sharpest 阅读(659) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 222 下一页