資源簡介
環境:eclipse+jdk1.8+tomcat8
項目啟動后訪問鏈接:http://localhost:8080/Chatroom/home/list.do
代碼片段和文件信息
package?com.controller;
import?org.springframework.stereotype.Controller;
import?org.springframework.ui.Model;
import?org.springframework.ui.ModelMap;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.bind.annotation.SessionAttributes;
@Controller
@RequestMapping(“/home“)
@SessionAttributes(“uname“)
public?class?ViewController?{
@RequestMapping(“/list“)
public?String?cc(ModelMap?model){
return?“index“;
??}
@RequestMapping(“/room“)
public?String?h(ModelMap?modelString?unameString?roomid){
model.put(“uname“uname);
model.put(“roomid“?roomid);
return?“room“;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????880??2018-04-18?14:45??Chatroom\.classpath
?????文件????????908??2018-04-18?14:35??Chatroom\.project
?????文件????????567??2018-04-18?14:35??Chatroom\.settings\.jsdtscope
?????文件????????115??2018-04-25?09:41??Chatroom\.settings\org.eclipse.core.resources.prefs
?????文件????????364??2018-04-18?14:35??Chatroom\.settings\org.eclipse.jdt.core.prefs
?????文件????????551??2018-04-18?14:45??Chatroom\.settings\org.eclipse.wst.common.component
?????文件????????345??2018-04-18?14:35??Chatroom\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2018-04-18?14:35??Chatroom\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2018-04-18?14:35??Chatroom\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????862??2017-11-03?17:13??Chatroom\build\classes\applicationContext.xm
?????文件???????1160??2018-04-25?11:39??Chatroom\build\classes\com\controller\ViewController.class
?????文件???????5304??2018-04-25?15:13??Chatroom\build\classes\com\controller\WebSocketService.class
?????文件???????1466??2018-04-18?15:29??Chatroom\build\classes\springmvc.xm
?????文件????????862??2017-11-03?17:13??Chatroom\conf\applicationContext.xm
?????文件???????1466??2018-04-18?15:29??Chatroom\conf\springmvc.xm
?????文件????????658??2018-04-18?15:51??Chatroom\src\com\controller\ViewController.java
?????文件???????4814??2018-04-25?15:13??Chatroom\src\com\controller\WebSocketService.java
?????文件???????2103??2018-04-12?09:44??Chatroom\WebContent\css\chat.css
?????文件???????6634??2018-02-01?10:55??Chatroom\WebContent\img\touxiang.jpg
?????文件???????7748??2018-02-01?10:55??Chatroom\WebContent\img\touxiang2.jpg
?????文件??????86659??2018-02-01?10:55??Chatroom\WebContent\js\jquery-3.2.1.min.js
?????文件?????????39??2018-04-18?14:35??Chatroom\WebContent\me
?????文件???????4467??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\aopalliance-1.0.jar
?????文件?????114926??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\aspectjrt.jar
?????文件????1887781??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\aspectjweaver.jar
?????文件?????188671??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\commons-beanutils-1.7.0.jar
?????文件??????41123??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\commons-cli-1.2.jar
?????文件?????263965??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\commons-codec-1.9.jar
?????文件?????559366??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\commons-collections-3.1.jar
?????文件??????69002??2018-02-01?10:55??Chatroom\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
............此處省略70個文件信息
評論
共有 條評論