摘要: 1,对基本控制流程的一些练习 1 package org.base.practice3; 2 3 import org.junit.Test; 4 5 /** 6 * Created with IntelliJ IDEA. 7 * User: cutter.li 8 * Date: 14-3-10 9 * Time: 上午10:14 10 * java基础练习题第三章 11 */ 12 public class PractiseTest { 13 14 15 @Test 16 public void exercise1() { 17 ... 阅读全文
posted @ 2014-03-10 17:48 李福春 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 1,平台的服务器整体架构2,项目结构3,业务结构4,技术实现5,业务举例登录页:登录:其它的服务只是业务不同,这里省略...6,应用的启动过程资源准备7,json的封装public static void CrossDomain2(HttpServletResponse response, HttpServletRequest request, Object msg) throws IOException { response.setContentType("application/json"); final String call = request.getParamet 阅读全文
posted @ 2014-03-10 17:36 李福春 阅读(602) 评论(0) 推荐(0) 编辑