摘要: jsp代码:Html代码 ${main.sceneStr } ${main.concernedNumber } ${main.noConcernedNumber } ${main.validateNumber } ${main.createTime } ${main.delFlag=... 阅读全文
posted @ 2015-06-10 15:20 techfox 阅读(1818) 评论(0) 推荐(0)
摘要: Java代码package com.lm.org;import java.io.IOException;import java.io.PrintWriter;import java.sql.Connection;import java.sql.DriverManager;import java.sq... 阅读全文
posted @ 2015-06-10 15:18 techfox 阅读(247) 评论(0) 推荐(0)
摘要: 1、json格式字符串:Java代码/** 操作成功 200 */ public static final String RESULT_SUCCESS = "{\"code\":\"200\",\"message\":\"成功!\"}";复制代码2、解析json字符串:Java代码JSONObje... 阅读全文
posted @ 2015-06-10 15:15 techfox 阅读(220) 评论(0) 推荐(0)
摘要: 一、spring配置文件Java代码 复制代码二、web.xml配置注意:必须将对应filter和servlet添加Java代码true复制代码spring websocket信息推送 testSocket.jsp org.springframewor... 阅读全文
posted @ 2015-06-10 15:13 techfox 阅读(398) 评论(0) 推荐(0)