`
文章列表
http://developer.51cto.com/art/200906/127423.htm
http://tech.ddvip.com/2009-01/1231516803105463.html
http://iamcaihuafeng.blog.sohu.com/155470647.html
http://www.iteye.com/news/16580 http://http://ckeditor.com/demo
http://redis.jiaogen.com/2010/04/12/key-value-%E6%95%B0%E6%8D%AE%E5%BA%93redis%E4%BD%BF%E7%94%A8/
MYSQL集群安装配置  http://hx100.blog.51cto.com/44326/343389
JUnit三分钟教程 ---- 快速起步 来源网站:http://lavasoft.blog.51cto.com/62575/65625
安装Ant: 假设安装在d盘:D:\apache-ant-1.7.0,直接解压就行。 设置ANT_HOME系统变量和PATH系统变量: 路径设置代码 set ANT_HOME= D:\apache-ant-1.7.0   set PATH=%ANT_HOME%\bin   运行build.xml文件 在dos命令下输入,有两种方式运行build.xml 1、 采用绝对路径:ant -buildfile f:\workspace\zhangmon\build.xml,如 2、 采用相对路径:进入build.xml所在的目录,输入ant即可,如图 以下均用相对路径演示: 当在d ...
在Eclipse中使用Ant Ant是Java平台下非常棒的批处理命令执行程序,能非常方便地自动完成编译,测试,打包,部署等等一系列任务,大大提高开发效率。如果你现在还没有开始使用Ant,那就要赶快开始学习使用,使自己的开发水平上一个新台阶。 Eclipse中已经集成了Ant,我们可以直接在Eclipse中运行Ant。 以前面建立的Hello工程为例,创建以下目录结构: 新建一个build.xml,放在工程根目录下。build.xml定义了Ant要执行的批处理命令。虽然Ant也可以使用其它文件名,但是遵循标准能更使开发更规范,同时易于与别人交流。 通常,src存放Java源文件,c ...
首先准备一个要排序的list:tempList 然后写一个类:tempComparator,该类实现Comparator ,在实现方法int compare(Object o1,Object o2){}中写出你要的规则(任何你想要的规则),返回值为1或0,具体情况根据你 的需要! 最后: Collections.sort(tempList,tempComparator); 此时tempList将是一个你写的规则排好序的集合!
OpenSocial is a set of APIs for building social applications that run on the web.OpenSocial’s goal is to make more apps available to more users,by providing a common API that can be used in many different contexts.Developers can create applications,using standard JavaScript and HTML,that run on so ...
//ArrayList { ArrayList arraylist=new ArrayList(); arraylist.add(0,"end");//指定索引加入值 //需注意的是,如果现有2个值,我加入索引为5的那么就会出现异常 for(int i=0;i<2;i++){ arraylist.add(i,String.valueOf(i)); } System.out.println("ArrayList:"); for(int i=0;i<arraylist.size();i++){ System.out.print(arraylist. ...
http://topic.csdn.net/u/20100327/12/12488fe5-a0df-48ff-a1e4-8a8db018d79b.html
http://hi.baidu.com/luodaijun/blog/item/5bbe4cfb5ffef864034f56a1.html http://jackandroid.iteye.com/blog/627147
http://www.cnbeta.com/articles/108908.htm
Global site tag (gtag.js) - Google Analytics