上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 229 下一页
摘要: reference from:http://docs.jboss.org/netty/3.1/guide/html/start.html1.1. Before Getting Started1.2. Writing a Discard Server1.3. Looking into the Rece... 阅读全文
posted @ 2015-02-11 22:11 一天不进步,就是退步 阅读(686) 评论(0) 推荐(0) 编辑
摘要: reference from:http://docs.jboss.org/netty/3.1/guide/html/architecture.html2.1. Rich Buffer Data Structure2.2. Universal Asynchronous I/O API2.3. Even... 阅读全文
posted @ 2015-02-11 22:08 一天不进步,就是退步 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://jingyan.baidu.com/article/a501d80ce26fecec630f5ee0.html命令行可用于实现一些没有图形界面的操作,然而windows8下的命令行的打开方式和以前的系统有很大的不同百度经验:jingyan.baidu.com 方法/步骤1往常... 阅读全文
posted @ 2015-02-11 16:25 一天不进步,就是退步 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 1. 判断是否为null或者空字符var == null var == undefined var == ''2. 字符串及其分割var arr = new Array(); //定义一数组 arr = str.split(" "); //字符分割//arr[0],..... 阅读全文
posted @ 2015-02-10 16:47 一天不进步,就是退步 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 当前工程目录读取配置示例: public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(getConfigPath()); } ... 阅读全文
posted @ 2015-02-06 19:33 一天不进步,就是退步 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 所有环境变量名都是大写小写,系统会当作shell script自定义变量,而不会当作环境变量[root@mac-home macg]# echo $path[root@mac-home macg]# echo $PATH/usr/kerberos/sbin:/usr/kerberos/bin:/us... 阅读全文
posted @ 2015-02-04 15:53 一天不进步,就是退步 阅读(3575) 评论(0) 推荐(0) 编辑
摘要: 最近在做一个调度平台改造的项目,quartz在测试环境跑的是单机环境,生产上两台服务器做集群。测试环境是ok的,生产上线后报错,一个类java.lang.classNotFoundException(注明:这个类被别人修改了名称,现在使用的新名字)第一次:失败从代码上排除了对旧的job类的引用(配置... 阅读全文
posted @ 2015-02-04 15:40 一天不进步,就是退步 阅读(14327) 评论(0) 推荐(1) 编辑
摘要: org.springframework.dao.CannotAcquireLockException 的解决》 直接上bug 的详细信息:2012-03-12 15:20:31 XmlBeanDefinitionReader [INFO] Loading XML bean definition... 阅读全文
posted @ 2015-02-03 17:06 一天不进步,就是退步 阅读(20297) 评论(0) 推荐(0) 编辑
摘要: https://ibatis.apache.org/docs/dotnet/datamapper/ch03s09.html3.9.Dynamic SQLA very common problem with working directly with ADO is dynamic SQL. It is... 阅读全文
posted @ 2015-02-02 22:10 一天不进步,就是退步 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 问题:一.1.Spring 如何处理propagation=Propagation.SUPPORTS?2.Spring 何时生成HibernateSession ?3.propagation=Propagation.SUPPORTS 和propagation=Propagation.require对... 阅读全文
posted @ 2015-02-02 20:51 一天不进步,就是退步 阅读(1565) 评论(0) 推荐(0) 编辑
上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 229 下一页