上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 41 下一页
摘要: 参考:https://blog.csdn.net/u013474104/article/details/78547017 其它:http://blog.csdn.net/xgc007/article/details/52997723 https://code.google.com/archive/p 阅读全文
posted @ 2018-05-28 12:54 xu_shuyi 阅读(1035) 评论(0) 推荐(0)
摘要: swap、swappiness及kswapd原理,swap分区优先级的妙用。 swap、swappiness及kswapd原理,swap分区优先级的妙用。 真可谓一文在手,SWAP从此不再忧愁。敬请笑纳。 概述 本文讨论的 swap基于Linux4.4内核代码 。Linux内存管理是一套非常复杂的系 阅读全文
posted @ 2018-05-26 10:45 xu_shuyi 阅读(276) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-25 17:37 xu_shuyi 阅读(223) 评论(0) 推荐(0)
摘要: 参考资料:https://www.cnblogs.com/abclife/p/5052997.html [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as 阅读全文
posted @ 2018-05-25 17:11 xu_shuyi 阅读(14973) 评论(0) 推荐(0)
摘要: 线程池管理: 线程池任务调度执行: 测试主类: 参考资料: http://www.cnblogs.com/molao-doing/articles/4445045.html 阅读全文
posted @ 2018-05-25 17:03 xu_shuyi 阅读(130) 评论(0) 推荐(0)
摘要: package com.sinosoft.common.timer; import org.apache.commons.lang3.concurrent.BasicThreadFactory; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; imp... 阅读全文
posted @ 2018-05-07 16:23 xu_shuyi 阅读(244) 评论(0) 推荐(0)
摘要: package com.sinosoft.service; import java.io.Serializable; import java.util.List; import com.sinosoft.common.Page; import com.sinosoft.dto.ScheduleDTO; import com.sinosoft.entity.Schedule; publi... 阅读全文
posted @ 2018-05-07 14:45 xu_shuyi 阅读(383) 评论(0) 推荐(0)
摘要: PubFun 类文件中 /** * 获取项目的绝对路径 upload文件夹 * * @return */ public static String getRealPath() { // TODO Auto-generated method stub PubFun pubFun = new PubFun(); ... 阅读全文
posted @ 2018-05-07 14:35 xu_shuyi 阅读(133) 评论(0) 推荐(0)
摘要: /** * 机构名称批量生成二维码下载 * * @param request 请求对象 * @param response 返回对象 * @param ids 机构主键ID */ @Override public void downloadQrCodeZip(HttpServletRequest reques... 阅读全文
posted @ 2018-05-07 14:33 xu_shuyi 阅读(332) 评论(0) 推荐(0)
摘要: package com.sinosoft.common; public class Md5 { static final int S11 = 7; static final int S12 = 12; static final int S13 = 17; static final int S14 = 22; static... 阅读全文
posted @ 2018-05-07 14:08 xu_shuyi 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 41 下一页