New Plan For My Own Projects

嗯,顾大静搬来我这里暂住两个礼拜,所以我不能学英语了(?)要趁这个时候开始自己的小项目啦。

再见川沙

我要走了,远离这地方了。

接着写日记

妹妹从学校里回来了,还带回来了一个好消息,她要转正了。今天老大也跟我讲了,说我会升职。

生活启示录

跟着她们看了一点儿,我是越来越喜欢闫妮了,搞不懂她们为什么那么mean,不就是姐弟恋吗,有必要吗,难道只有兄妹恋是主流吗(⊙_⊙)?

Get a life instead of a living

看到这样一篇文章,我想,我也应该自己做做项目了,一直都在空想的阶段,什么时候才能真正开始呢,那就现在吧。

Interview Questions

DAY1:

Java Annotation

apt tool and API have been deprecated as of JDK 7. Mention on: API

RESTful Spring

As you see in steps below, Spring uses the Jackson JSON library to automatically marshal instances of type Greeting into JSON.

When you’re working with Spring, assume someone else has come up against the same issue. You can dump all the server-side JSON generation, because all you need to do is:

Spring 3 MVC Intro

  1. Front Controller: DispatcherServlet

    mvc config it in web.xml:

Merge Sort

Merge Sort

  • Java sort for objects
  • Divide array into two halves
  • Take an auxiliary array to hold the data