上一页 1 2 3 4 5 6 ··· 10 下一页
  2017年4月5日
摘要: package eh.util; import org.apache.commons.lang3.StringUtils; import org.joda.time.DateTime; import org.joda.time.LocalDate; import org.joda.time.Years; import org.joda.time.format.DateTimeFormat; ... 阅读全文
posted @ 2017-04-05 09:24 houxiurong.com 阅读(245) 评论(0) 推荐(0) 编辑
  2017年3月30日
摘要: 前期的java环境安装就不再阐述了使用步骤java -jar project-creator-0.1.jar projectName [war] 1> 比如你要创建一个项目名字叫 smile-one,但不是web项目,指令如下java -jar project-creator-0.1.jar smi 阅读全文
posted @ 2017-03-30 10:45 houxiurong.com 阅读(537) 评论(0) 推荐(0) 编辑
  2017年3月26日
摘要: public static String getRandomStringByLength(int length) { String base = "0123456789"; Random random = new Random(); StringBuffer sb = new StringBuffer(); for (int i... 阅读全文
posted @ 2017-03-26 17:45 houxiurong.com 阅读(3576) 评论(0) 推荐(0) 编辑
  2016年11月19日
摘要: 根据网上一些资料,对parameter和argument的区别,做如下的简单说明。1. parameter是指函数定义中参数,而argument指的是函数调用时的实际参数。2. 简略描述为:parameter=形参(formal parameter), argument=实参(actual para 阅读全文
posted @ 2016-11-19 20:23 houxiurong.com 阅读(688) 评论(0) 推荐(0) 编辑
  2016年11月14日
摘要: 工具类: 阅读全文
posted @ 2016-11-14 19:47 houxiurong.com 阅读(3733) 评论(0) 推荐(0) 编辑
  2016年7月8日
摘要: centos7 关闭firewall安装iptables并配置 centos7 关闭firewall安装iptables并配置 一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: sys 阅读全文
posted @ 2016-07-08 14:47 houxiurong.com 阅读(188) 评论(0) 推荐(0) 编辑
  2016年6月1日
摘要: 原文转载自:http://blog.csdn.net/congcong68/article/details/41113239 互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,Dubbo是一个分布式服务框架,在这种情况下诞生的。现在核心业务抽 阅读全文
posted @ 2016-06-01 12:04 houxiurong.com 阅读(152) 评论(0) 推荐(0) 编辑
  2016年5月16日
摘要: package test.dao; import eh.base.dao.DoctorDAO; import eh.entity.base.Doctor; import junit.framework.TestCase; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.s... 阅读全文
posted @ 2016-05-16 14:58 houxiurong.com 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 1. IDEA内存优化 先看看你机器本身的配置而配置. \IntelliJ IDEA 8\bin\idea.exe.vmoptions -Xms64m -Xmx256m -XX:MaxPermSize=92m -ea -server -Dsun.awt.keepWorkingSetOnMinimiz 阅读全文
posted @ 2016-05-16 11:18 houxiurong.com 阅读(246) 评论(0) 推荐(0) 编辑
  2016年4月1日
摘要: 支付环节对于任何一个涉及到线上交易的网站都是最重要的一个环节,大部分的商业网站都是想让用户将买买买进行到底,如果在支付环节出现问题,让原本就要付款的用户失去购买欲望,后果可想而知。如何在支付环节让提高用户的购买概率?其实现有的很多商务网站的网站在这方面已经做的很成熟了,我们可以多了解这些支付流程的设 阅读全文
posted @ 2016-04-01 17:12 houxiurong.com 阅读(3897) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页
< a href="http://houxiurong.com">houxiurong.com