摘要:
1,架构2,技术架构3,应用的启动过程4,用户的访问过程(前端为静态的html页面,这里主要是后端)5,高级的地方,通过泛型,抽象了整个的MVC访问过程,对增删改查只写了一份代码,每一个新增的业务只需增加几个类,继承复用泛型类即可。add adminGameProductAdd list editlistadminGameProductEdit del list list list adminHomePage adminGameProductList public String modify() throws Exception { EditType editType = EditT... 阅读全文
摘要:
这是最近参加的一个公司的笔试题,回家上机写了下代码,希望对有需要的小伙伴有用,简单实现字符串和数组在指定位置的插入:package org.flhs;import com.google.common.base.Strings;/** * Created with IntelliJ IDEA. * User: cutter.li * Date: 14-3-7 * Time: 下午3:10 * To change this template use File | Settings | File Templates. */ public class F... 阅读全文
摘要:
Realtime Updates for Payments are an essential method by which you are informed of changes to orders made through Facebook Payments within your app. Facebook has built Realtime Updates for Payments with a focus on reliability, allowing your app to depend on them for accurate and timely updates repre 阅读全文