摘要: 各种样子的按钮按钮--> 阅读全文
posted @ 2015-02-07 18:23 江湖一笑 阅读(113) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function(){ // ??? /*$(":button").click(function(){ $(":text").each(function(){ alert(this.value); })... 阅读全文
posted @ 2015-02-07 17:40 江湖一笑 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1.jq 中的 ajax$(document).ready(function(){ $("#result").bind("input propertychange",function(){ $.ajax({ ... 阅读全文
posted @ 2015-02-07 17:39 江湖一笑 阅读(187) 评论(0) 推荐(0) 编辑
摘要: extMap = new HashMap();extMap.put("image", "gif,jpg,jpeg,png,bmp");extMap.put("flash", "swf,flv");extMap.put("media", "swf,flv,mp3,wav,wma,wmv,mid,av... 阅读全文
posted @ 2015-02-07 17:25 江湖一笑 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 11222 阅读全文
posted @ 2015-02-07 17:24 江湖一笑 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 读取配置文件package com.seecen.test;import java.io.IOException;import java.io.InputStream;import java.util.Enumeration;import java.util.Iterator;import java... 阅读全文
posted @ 2015-02-07 17:16 江湖一笑 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ★第一步:配置文件message_en_US.properties ---英文的配置文件message_zh_CN.properties ---中文的配置文件注意: 红色部分是标配,固定写法。 两个配置文件的 key 值一定要相同★第二步:Struts.xml配置文件注意:这里的 value... 阅读全文
posted @ 2015-02-07 16:55 江湖一笑 阅读(118) 评论(0) 推荐(0) 编辑