今天下午用了1个小时左右,和同事Pair Work敏捷开发了一把,感觉挺爽的。...
分类:
移动开发 时间:
2014-08-08 21:23:26
阅读次数:
394
If you've been followingmy series on Vim, it should be clear now that Vim has a pretty clear philosophy of how text editing should work. It's based on...
分类:
其他好文 时间:
2014-08-08 21:06:16
阅读次数:
361
http://www.geeksforgeeks.org/amazon-interview-set-107/F2F-I:1) Brief discussion on work in current company2) Flatten linked list – http://www.geeksfor...
分类:
其他好文 时间:
2014-08-08 06:22:45
阅读次数:
375
To see how pointers work, look at the following example.1 var2 X, Y: Integer; // X and Y are Integer variables3 P: ^Integer; // P points to an Intege....
分类:
其他好文 时间:
2014-08-08 01:47:55
阅读次数:
304
今日后开启进阶模式! 谈到MVC与EntityFramework,则不得不说一说事务与仓储(Unit of work + Repository)。 仓储(Repository):领域对象集合。用于操作领域对象与数据库上下文(DbContext)的交互(在此不得不说一声,领域对象和数据库表对象...
分类:
Web程序 时间:
2014-08-08 01:41:05
阅读次数:
442
Most of the people who work with Xamarin’s Mono for Android in Visual Studio 2012 face a bug where Intellisense doesn’t work for AXML in source view.O...
分类:
移动开发 时间:
2014-08-08 01:31:35
阅读次数:
355
java mle前会wa 或者 t 这种事我会乱说?
import java.math.*;
import java.util.*;
import java.io.*;
public class Main {
BigInteger[] a = new BigInteger[3007];
public void work() {
int T;
...
分类:
编程语言 时间:
2014-08-07 23:04:25
阅读次数:
275
在初始化仓库的时候,做好用git --bare init 而不要用git init ,如果使用了git init初始化,则远程仓库的目录下,也包含work tree,当本地仓库向远程仓库push时, 如果远程仓库正在push的分支上(如果当时不在push的分支,就没有问题), 那么push后的结果不...
分类:
其他好文 时间:
2014-08-07 22:56:25
阅读次数:
308
Tour
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3585
Accepted: 1597
Description
John Doe, a skilled pilot, enjoys traveling. While on vacation, he r...
分类:
其他好文 时间:
2014-08-07 13:23:41
阅读次数:
333
Tomcat安装好后打开目录;可以看到如下结构:bin :存放服务器脚本;conf :存放配置文件;lib :存放需要的JAR文件;wabapps :存放需要发布的Web应用程序及其部署文件;work :存放jsp 文件编绎生成的class文件;logs :存放日志文件;在conf目录下可以看到 C...
分类:
其他好文 时间:
2014-08-07 12:06:30
阅读次数:
194