- 博客(7)
- 收藏
- 关注
原创 webservice CXF 客户端调用报错
十月 13, 2015 3:18:01 下午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [jsp] in context with path [] threw exception [Filter execution threw an exception] with
2015-10-14 15:35:12
5041
原创 广州供电局车辆管理系统
最近半年再做一个车辆管理系统的二次开发,此系统是应广州供电局需求,为使工作更加便捷,信息更加透明,面向南网的一个车辆信息维护以及管理的系统。系统应局方需要,与第三方集成,使用统一认证进行用户登录。使用数据总线进行用户管理。主要涉及一下几大模块(暂不详细描述):1、系统管理a.用户管理(给予用户分配系统角色)b.角色管理(角色信息基本维护[CRUD],给予角色菜单授权、车辆授
2015-10-14 15:26:08
1788
4
原创 mysql查询不同时期的数据
select * from (select sum(price) price,'today' from scf_pay where to_days(operation_time) = to_days(now())//union allselect sum(price) price,'week' from scf_pay where YEARWEEK(date_format(operat
2014-11-24 15:39:19
469
原创 double超出长度显示问题
String amount = "";String jindu2 = String.format("%f", entity.getInveestAmount()==null?0:entity.getInveestAmount());if (jindu2.indexOf('.') > -1 && jindu2.indexOf('.') + 3 { amount = jindu2.s
2014-08-04 09:45:42
2001
原创 阿拉伯数字转换为大写汉字
public static String translateUP(double num){ String[] upChinese={"零","壹","贰","叁","肆","伍","陆","柒","捌","玖",}; String[] upChinese2={"分","角","圆","拾","佰","仟","萬","拾","佰","仟","亿",
2014-08-04 09:39:54
479
原创 js表单提交验证
——数字验证最好使用正则表达式哈!//1.js验证只能输入数字.function check_validate1(value){ //定义正则表达式部分 var reg = /^\d+$/; if( value.constructor === String ){ var re = value.match( reg ); retur
2014-07-28 11:38:26
589
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人