摘要: 1、Servletpublic void excute(HttpServletRequest request, HttpServletResponse response) throws Exception { request.setCharacterEncoding("utf-8"); St... 阅读全文
posted @ 2014-07-18 08:53 框框A 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 1、SQL Server JDBCpublic static final String DRIVERNAME = "com.microsoft.sqlserver.jdbc.SQLServerDriver"; public static final String USERNAME = "sa"; p... 阅读全文
posted @ 2014-07-18 08:39 框框A 阅读(173) 评论(0) 推荐(0) 编辑
摘要: function is_number(field,div_id)//div_id是显示错误的div的ID{ var patt=new RegExp("^[0-9]{1,2}$");//建立正则表达式对象patt with(field){ if(patt.test(value)==false){//... 阅读全文
posted @ 2014-07-18 08:21 框框A 阅读(150) 评论(0) 推荐(0) 编辑