2014年9月28日

city2.jsp

摘要: 阅读全文

posted @ 2014-09-28 17:18 风雨无声 阅读(121) 评论(0) 推荐(0)

city1.jsp

摘要: 阅读全文

posted @ 2014-09-28 17:17 风雨无声 阅读(147) 评论(0) 推荐(0)

三级联动 City.jsp

摘要: 省份: 城市: 县镇: 阅读全文

posted @ 2014-09-28 17:15 风雨无声 阅读(185) 评论(0) 推荐(0)

2014年9月27日

ajax封装

摘要: function ajaxRequest(url, params, processor, async) { url = url || ''; async = async || false; params = params || {}; var req = null; if (w... 阅读全文

posted @ 2014-09-27 07:22 风雨无声 阅读(159) 评论(0) 推荐(0)

2014年9月24日

js和ajax处理方法

摘要: --%>Insert title here 欢迎你 编号 类型 商品内容 商品详情 阅读全文

posted @ 2014-09-24 18:15 风雨无声 阅读(284) 评论(0) 推荐(0)

shopping三大框架思路和ajax

摘要: 一,注册:jsp 1.前台: jsp 收集数据 用户录入数据后,点击提交二,后台:action层 //用于跳转页面 regServlet dopost() { String name = request.getparame("username"); User... 阅读全文

posted @ 2014-09-24 18:11 风雨无声 阅读(176) 评论(0) 推荐(0)

页面转码器(从mysql输到页面代码乱码)

摘要: package com.test.filter;import java.io.IOException;import javax.servlet.Filter;import javax.servlet.FilterChain;import javax.servlet.FilterConfig;impo... 阅读全文

posted @ 2014-09-24 17:47 风雨无声 阅读(168) 评论(0) 推荐(0)

初学bbs分页

摘要: final int PAGE_SIZE = 4;int pageNo = 1;String strPageNo = request.getParameter("pageNo");if(strPageNo != null && !"".equals(strPageNo.trim())) { try ... 阅读全文

posted @ 2014-09-24 17:34 风雨无声 阅读(115) 评论(0) 推荐(0)

TestTime

摘要: import java.io.PrintStream;import java.text.DateFormat;import java.text.ParsePosition;import java.text.SimpleDateFormat;import java.util.Calendar;impo... 阅读全文

posted @ 2014-09-24 17:21 风雨无声 阅读(759) 评论(0) 推荐(0)

导航