91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

jQuery mobile源碼 完整版

資源截圖

代碼片段和文件信息

package?com.bmb.jqm.controller;

import?java.util.Arrays;
import?java.util.List;

import?org.apache.commons.logging.Log;
import?org.apache.commons.logging.LogFactory;
import?org.springframework.stereotype.Controller;
import?org.springframework.ui.ModelMap;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.bind.annotation.RequestMethod;

import?com.bmb.jqm.domain.Movie;

@Controller()
public?class?MoviesController?{

????@RequestMapping(method?=?RequestMethod.GET)
????public?String?getMovies(ModelMap?model)?{
???? log.info(“Getting?movie?data.............“);
???? model.addAttribute(“movies“?getMovieData());
????????return?“movies“;
????}

????private?List?getMovieData()?{
???? Movie[]?movies?=?new?Movie[]{
???? createMovie(“Kung?Fu?Panda“?“PG“?“95“?“kungfupanda2.jpg“)
???? createMovie(“Pirates?of?the?Caribbean“?“PG-13“?“137“?“pirates.jpg“)
???? createMovie(“X-Men“?“PG-13“?“131“?“X-MenFirstClass.jpg“)
???? createMovie(“Kung?Fu?Panda?3D“?“PG“?“95“?“kungfupanda2.jpg“)
???? };
???? return?Arrays.asList(movies);
????}
????
????private?Movie?createMovie(String?title?String?rating?String?runtime?String?imagePath)?{
???? Movie?m?=?new?Movie();
???? m.settitle(title);
???? m.setRating(rating);
???? m.setRuntime(runtime);
???? m.setImage(imagePath);
???? return?m;
????}
????
private?static?Log?log?=?LogFactory.getLog(MoviesController.class);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????3096??2011-06-21?21:13??jquery?mobile源碼\9781430239666\ch1\.tmp_responsive-design.html.75734~

?????文件???????1284??2011-09-27?01:54??jquery?mobile源碼\9781430239666\ch1\.tmp_theme-custom.html.3466~

?????文件???????1105??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch1\progressive.html

?????文件???????3769??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch1\responsive-design.html

?????文件???????1318??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch1\theme-custom.html

?????文件???????1288??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch1\theme-default.html

?????文件???????6148??2011-09-29?07:56??jquery?mobile源碼\9781430239666\ch10\.DS_Store

?????文件???????1874??2011-09-27?02:12??jquery?mobile源碼\9781430239666\ch10\.tmp_coming-soon.html.23219~

?????文件???????1061??2011-09-27?01:53??jquery?mobile源碼\9781430239666\ch10\.tmp_contact-us.html.4968~

?????文件???????1165??2011-09-27?02:14??jquery?mobile源碼\9781430239666\ch10\.tmp_contact-us.html.94063~

?????文件???????1924??2011-10-01?00:37??jquery?mobile源碼\9781430239666\ch10\.tmp_index.html.38166~

?????文件???????1889??2011-09-28?06:13??jquery?mobile源碼\9781430239666\ch10\.tmp_index.html.54126~

?????文件???????1915??2011-09-29?06:28??jquery?mobile源碼\9781430239666\ch10\.tmp_index.html.57395~

?????文件???????1961??2011-09-27?01:59??jquery?mobile源碼\9781430239666\ch10\.tmp_now-playing.html.90148~

?????文件???????2944??2011-09-27?01:49??jquery?mobile源碼\9781430239666\ch10\.tmp_springboard-gradient.html.73567~

?????文件???????1874??2011-09-27?02:13??jquery?mobile源碼\9781430239666\ch10\.tmp_top-rated.html.47333~

?????文件???????1417??2011-09-29?07:31??jquery?mobile源碼\9781430239666\ch10\custom.css

?????文件????????254??2011-10-13?07:26??jquery?mobile源碼\9781430239666\ch10\custom.js

?????文件???????2044??2011-11-18?04:56??jquery?mobile源碼\9781430239666\ch10\html\.tmp_coming-soon.html.94001~

?????文件???????2044??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch10\html\coming-soon.html

?????文件???????1322??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch10\html\contact-us.html

?????文件???????2416??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch10\html\now-playing.html

?????文件???????1767??2011-11-18?04:55??jquery?mobile源碼\9781430239666\ch10\html\top-rated.html

?????文件???????3058??2011-05-01?02:18??jquery?mobile源碼\9781430239666\ch10\images\09-chat-2.png

?????文件???????3229??2011-05-01?02:37??jquery?mobile源碼\9781430239666\ch10\images\103-map.png

?????文件???????4746??2011-06-23?07:54??jquery?mobile源碼\9781430239666\ch10\images\112-group-lg.png

?????文件???????4322??2011-06-23?07:50??jquery?mobile源碼\9781430239666\ch10\images\12-eye-lg.png

?????文件???????4647??2011-06-23?07:52??jquery?mobile源碼\9781430239666\ch10\images\15-tags-lg.png

?????文件???????3002??2011-05-01?01:43??jquery?mobile源碼\9781430239666\ch10\images\18-envelope.png

?????文件???????4502??2011-06-23?07:48??jquery?mobile源碼\9781430239666\ch10\images\45-movie-1-lg.png

............此處省略358個文件信息

評論

共有 條評論