上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页
摘要: 1. 声明一个数组 String[] aArray = new String[5]; String[] bArray = {"a","b","c", "d", "e"}; String[] cArray = new String[]{"a","b","c","d","e"}... 阅读全文
posted @ 2015-04-30 10:35 残星 阅读(1612) 评论(0) 推荐(0) 编辑
摘要: 没有可以用来取代结构: 如果 否则 在同一个 中,当所有 的条件都没有成立时,则执行 的本体内容。 语法 本体内容 属性 无 限制 · 必须在 和 之间 ·在同一个 中时, 必须为最后一个标签 说明 在同一个 中,假若所有 的test属性都不为true... 阅读全文
posted @ 2015-04-30 10:12 残星 阅读(5119) 评论(0) 推荐(0) 编辑
摘要: CREATE VIEW v_total_asset (cid,fin,wallet)AS SELECT c.cid,nvl(( SELECT SUM(f.total_num*nvl( CASE ... 阅读全文
posted @ 2015-04-30 10:02 残星 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 团队合作的项目肯定少不了版本控制,那么现在就看看myeclispe中是如何使用的吧。开发环境:myeclipse 2014 java 8 tomcate 8试了网上说的几种方法,都没有成功,最终自己还是摸索着弄出来了,这里先记录一下,后期自己再配置的时候好获取路径啥的。打开myeclipse的he... 阅读全文
posted @ 2015-04-23 21:48 残星 阅读(7060) 评论(0) 推荐(3) 编辑
摘要: 官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validationjQuery plugin: Validation 使用说明 转载自:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.... 阅读全文
posted @ 2015-04-16 09:21 残星 阅读(448) 评论(0) 推荐(0) 编辑
摘要: jQuery.parent(expr) //找父元素jQuery.parents(expr) //找到所有祖先元素,不限于父元素jQuery.children(expr)//查找所有子元素,只会找到直接的孩子节点,不会返回所有子孙jQuery.contents() //查找下面的所有内容,包括节点和... 阅读全文
posted @ 2015-04-09 16:38 残星 阅读(125136) 评论(0) 推荐(4) 编辑
摘要: xxxxxxxxx.rpm <== RPM的格式,已经经过编译且包装完成的rpm文件。xxxxxx.src.rpm <== SRPM的格式,包含未编译的源代码信息。例如rp-pppoe-3.1-5.i386.rpm这的文件的意义为:rp-pppoe- 3.1- ... 阅读全文
posted @ 2015-02-26 09:39 残星 阅读(2257) 评论(0) 推荐(0) 编辑
摘要: public static void testReflect(Object model) throws NoSuchMethodException, IllegalAccessException, IllegalArgumentException, Invoc... 阅读全文
posted @ 2015-02-13 17:01 残星 阅读(2461) 评论(0) 推荐(1) 编辑
摘要: HTML的HTTP协议头信息中控制着页面在几个地方的缓存信息,包括浏览器端,中间缓存服务器端(如:squid等),Web服务器端。本文讨论 头信息 中带缓存控制信息的HTML页面(JSP/Servlet生成好出来的也是HTML页面)在中间缓存服务器中的缓存情况。 HTTP协议中关于缓存的信息头关键字... 阅读全文
posted @ 2015-02-11 10:37 残星 阅读(618) 评论(0) 推荐(0) 编辑
摘要: //----------------------------------------------------------// 功能:判断输入是否为中文的函数// 参数:// s // 返回值:// true 符合中文格式// false 不符合中文码格式//----------... 阅读全文
posted @ 2015-02-10 16:25 残星 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: //----------------------------------------------------------// 功能:检查radio/checkbox是否至少选择一项// 参数:// form 表单名称// name radio/checkbox的名称// ... 阅读全文
posted @ 2015-02-10 16:22 残星 阅读(536) 评论(0) 推荐(0) 编辑
摘要: //----------------------------------------------------------// 功能:检查是否是数字// 参数:// str// 返回值:// true 符合数字格式// false 不符合数字格式//------------... 阅读全文
posted @ 2015-02-10 16:19 残星 阅读(335) 评论(0) 推荐(0) 编辑
摘要: //----------------------------------------------------------// 功能:检查IP// 参数:// strpart ip地址// 返回值:// true 符合ip地址格式// false 不符合ip地址格式//----... 阅读全文
posted @ 2015-02-10 16:18 残星 阅读(669) 评论(0) 推荐(0) 编辑
摘要: //----------------------------------------------------------// 功能:根据身份证号获得出生日期// 参数:身份证号 psidno// 返回值:// 出生日期//-----------------------------... 阅读全文
posted @ 2015-02-10 16:09 残星 阅读(10042) 评论(0) 推荐(0) 编辑
摘要: import java.beans.BeanInfo;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.lang.reflect.InvocationTargetException;impo... 阅读全文
posted @ 2015-02-09 15:18 残星 阅读(576) 评论(0) 推荐(0) 编辑
摘要: public class NumberData { /**-人民币 大写转换 * * @param num ----要转化的数字 * @return */ public static String makeUpperCaseSum(String num... 阅读全文
posted @ 2015-02-09 15:07 残星 阅读(513) 评论(0) 推荐(0) 编辑
摘要: Ant的概念可能有些读者并不连接什么是Ant以及入可使用它,但只要使用通过Linux系统得读者,应该知道make这个命令。当编译Linux内核及一些软件的源程序时,经常要用这个命令。Make命令其实就是一个项目管理工具,而Ant所实现功能与此类似。像make,gnumake和nmake这些编译工具都... 阅读全文
posted @ 2015-02-06 16:06 残星 阅读(6677) 评论(0) 推荐(1) 编辑
摘要: public class ContextUtil implements ApplicationContextAware{ private static ApplicationContext appContext = null; public void setApplicationContext... 阅读全文
posted @ 2015-01-29 14:15 残星 阅读(687) 评论(0) 推荐(0) 编辑
摘要: public @ResponseBody void exportExcel(HttpServletRequest request, HttpServletResponse response, KhxxCxVO vo) throws IOException{ File csvFile =... 阅读全文
posted @ 2015-01-29 12:35 残星 阅读(3903) 评论(0) 推荐(0) 编辑
摘要: 1. HTTP消息头(1)通用信息头即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma主要: Cache-Control , Connection , Data , Pragma , Trailer , Transfer-Encoding , Up... 阅读全文
posted @ 2015-01-29 10:53 残星 阅读(115510) 评论(2) 推荐(9) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页