摘要: C. Mr. Kitayuta, the Treasure Huntertime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe Shuseki I... 阅读全文
posted @ 2015-02-13 12:04 伟gg 阅读(239) 评论(0) 推荐(0) 编辑
摘要: D. Mr. Kitayuta's Technologytime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputShuseki Kingdom is th... 阅读全文
posted @ 2015-02-13 11:54 伟gg 阅读(582) 评论(0) 推荐(1) 编辑
摘要: B. Mr. Kitayuta's Colorful Graphtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMr. Kitayuta has ... 阅读全文
posted @ 2015-02-12 18:47 伟gg 阅读(2487) 评论(0) 推荐(0) 编辑
摘要: A. Mr. Kitayuta's Gifttime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMr. Kitayuta has kindly giv... 阅读全文
posted @ 2015-02-12 18:45 伟gg 阅读(1174) 评论(0) 推荐(0) 编辑
摘要: B. Fox And Two Dotstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputFox Ciel is playing a mobile ... 阅读全文
posted @ 2015-02-11 19:59 伟gg 阅读(284) 评论(0) 推荐(0) 编辑
摘要: D. Fox And Jumpingtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputFox Ciel is playing a game. In... 阅读全文
posted @ 2015-02-11 19:46 伟gg 阅读(150) 评论(0) 推荐(0) 编辑
摘要: C. Fox And Namestime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputFox Ciel is going to publish a p... 阅读全文
posted @ 2015-02-11 19:19 伟gg 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 第一次弄安卓开发,有点坎坷,不过还好,经过两天的努力还是能完成。首先在res/layout的文件夹下配置activity_main.xml文件这是一个安卓页面文件,有关界面的控件都是在这里定义,例如在里面写一段内容: ... 阅读全文
posted @ 2014-12-25 23:02 伟gg 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 假如在后台需要向JSP界面传送一个List在java文件中这么写List albums = new ArrayList();..albums.add(user);..request.setAttribute("albums",albums);在JSP文件中遍历传送过来的链表 ${album.a... 阅读全文
posted @ 2014-12-10 12:41 伟gg 阅读(224) 评论(0) 推荐(0) 编辑