摘要:
$(document).ready(function(){ // ??? /*$(":button").click(function(){ $(":text").each(function(){ alert(this.value); })... 阅读全文
摘要:
1.jq 中的 ajax$(document).ready(function(){ $("#result").bind("input propertychange",function(){ $.ajax({ ... 阅读全文
摘要:
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... 阅读全文
摘要:
11222 阅读全文
摘要:
读取配置文件package com.seecen.test;import java.io.IOException;import java.io.InputStream;import java.util.Enumeration;import java.util.Iterator;import java... 阅读全文
摘要:
★第一步:配置文件message_en_US.properties ---英文的配置文件message_zh_CN.properties ---中文的配置文件注意: 红色部分是标配,固定写法。 两个配置文件的 key 值一定要相同★第二步:Struts.xml配置文件注意:这里的 value... 阅读全文