摘要: package test; public class Test { public static void main(String[] args) { int a, b; a = 10; b = 12; System.out.println(a + " " + b); /* * 借助第三方变量 这种算 阅读全文
posted @ 2016-07-27 20:27 晓容晓枫 阅读(3498) 评论(0) 推荐(0) 编辑
摘要: 一般认为,SSH为重量级。SSI为轻量级。 但轻重的概念怎么界定? 阅读全文
posted @ 2016-07-27 18:27 晓容晓枫 阅读(331) 评论(0) 推荐(0) 编辑