摘要: // 图片上传测试用 $("#photofile").bind("change", function() { var objURL = getObjectURL(this.files[0]); if(objURL) { $("#defaultimg").attr("src", objURL); } 阅读全文
posted @ 2016-02-16 19:44 daishuguang 阅读(202) 评论(0) 推荐(0) 编辑
摘要: web.xml配置详解 Web.xml配置详解 Web.xml详解 Web.xml配置详解之context-param 阅读全文
posted @ 2016-02-16 16:56 daishuguang 阅读(128) 评论(0) 推荐(0) 编辑