摘要: @RequestMapping("/down") public void down(HttpServletRequest request, HttpServletResponse response) throws Exception { String messag... 阅读全文
posted @ 2013-09-23 14:28 942391815 阅读(508) 评论(0) 推荐(1) 编辑
摘要: package com.test.inner;public class Test { public String i; public Test(String s){ this.i=s; } class Inner{ public String getI(){ return Test.this... 阅读全文
posted @ 2013-09-18 10:19 942391815 阅读(133) 评论(0) 推荐(0) 编辑
摘要: package com.test.java;public class Test { public static void getService(ServiceFactory sf){ Service s = sf.getService(); s.method1();... 阅读全文
posted @ 2013-09-15 19:29 942391815 阅读(115) 评论(0) 推荐(0) 编辑