摘要: /*** Copyright (c) 2005-2012 springside.org.cn** Licensed under the Apache License, Version 2.0 (the "License");*/package com.minxinloan.common.utils;... 阅读全文
posted @ 2014-11-28 14:41 也许还年轻 阅读(160) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-11-28 13:44 也许还年轻 阅读(29) 评论(0) 推荐(0) 编辑
摘要: com.test //该类为java类路径标示要执行的接口 需在web。xm里面配置 public abstract class SmsListenerAdapter implements ServletContextListener { //集成了监听接口@Overridepublic abstr... 阅读全文
posted @ 2014-11-18 17:38 也许还年轻 阅读(388) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) throws Exception {String startTime = "2012-12-12 12:45:45"; String endTime = "2012-04-12 12:45:40"; String SYSe... 阅读全文
posted @ 2014-11-17 15:06 也许还年轻 阅读(16481) 评论(0) 推荐(0) 编辑
摘要: public static void main(String args[]){String s = "3,2,4,2,5,2,6,45,7,54444,8655,5,45,3,867";String[] objs = s.split(",");String temp = null;for(int i... 阅读全文
posted @ 2014-11-14 17:26 也许还年轻 阅读(478) 评论(0) 推荐(0) 编辑
摘要: @Test //将内容写入文件 public void xieru() throws Exception{ FileWriter fileWriter=new FileWriter("d:\\Result.txt"); int [] a=new int[]{111,222,333... 阅读全文
posted @ 2014-11-07 11:24 也许还年轻 阅读(879) 评论(0) 推荐(0) 编辑
摘要: ------------------------------------------------------------------------------------------------------------with a as (select distinct round(a.x + b.x... 阅读全文
posted @ 2014-11-06 16:02 也许还年轻 阅读(1505) 评论(0) 推荐(0) 编辑
摘要: New document.nbsp; checkbox1 checkbox2 checkbox3 checkbox4 checkbox5 checkbox6 checkbox7 checkbox8 阅读全文
posted @ 2014-11-06 13:57 也许还年轻 阅读(355) 评论(0) 推荐(0) 编辑
摘要: //全部勾选function checkAll(obj) {var cols = document.getElementsByName('cols');for ( var i = 0; null != cols && i //全选操作从此调方法序号合同编号客户姓名身份证号贷款类型合同金额放款金额签约... 阅读全文
posted @ 2014-11-06 13:51 也许还年轻 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { String s="1,2,2,2,2,2,3,3,3"; String[] array = s.split(","); StringBuilder sb = new StringBuilder(); ... 阅读全文
posted @ 2014-11-06 10:28 也许还年轻 阅读(937) 评论(0) 推荐(0) 编辑