08 2016 档案
摘要:http://blog.chinaunix.net/uid-20694808-id-57752.html Cross Enterprise Document Sharing 跨机构文档共享 IheOS http://sourceforge.net/projects/iheos/ IheOS源自NIS
阅读全文
摘要:Java内部类的作用 博客分类: 20110408实习 JavaCC++C#.net Java内部类的作用 20110408实习 JavaCC++C#.net 推荐一、 定义 放在一个类的内部的类我们就叫内部类。 二、 作用 1.内部类可以很好的实现隐藏 一般的非内部类,是不允许有 private
阅读全文
摘要:public class Test { public static void main(String[] args) { Integer a = 12; Integer b = 12; System.out.println(a == b); System.out.println(a.equals(b)); ...
阅读全文
摘要:public class Base { private String name="base"; public Base(){ sayHello(); } void sayHello() { System.out.println("Base hello " + name); } } class Derived extend...
阅读全文
摘要:public class Price{ final static Price INSTANCE = new Price(2.8); static double initPrice = 20; double currentPrice; public Price(double discount){ currentPrice = initPrice -...
阅读全文
摘要:public class ArrayTest { public static void main(String[] args) { int[][] cf99 = new int[9][9]; for(int i=0; i<cf99.length; i++){ for(int j=0; j<cf99[i].length;j++){...
阅读全文
摘要:1、Office Professional Plus 2010: 6QFDX-PYH2G-PPYFD-C7RJM-BBKQ8 BDD3G-XM7FB-BD2HM-YK63V-VQFDK2、Office Professional Plus 2010:(VL) MKCGC-FBXRX-BMJX6-F3Q
阅读全文
摘要:Intellij Idea 创建Web项目入门(一) 相关软件: Intellij Idea14:http://pan.baidu.com/s/1nu16VyD JDK7:http://pan.baidu.com/s/1dEstJ5f Tomcat(apache-tomcat-6.0.43):htt
阅读全文