`
gpo
  • 浏览: 2578 次
  • 性别: Icon_minigender_1
  • 来自: 大连
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
if (inputStream == null) { // Find the inputstream from the invocation variable stack inputStream = (InputStream) invocation.getStack().findValue(conditionalParse(inputName, invocation)); } if (inputStream == null) { ...
@Entity public class User { private int id; //userID private String passWord; //userPassWord private String userName;  //userName private String permission; //权限 private String avatar; //头像(路径) private int postNum; //发表数 private int requestNum; //提问数 private int repl ...

Spring jar包

1、 Spring2.0压缩包目录说明 aspectj目录下是在Spring框架下使用aspectj的源代码和测试程序文件。 Aspectj是java最早的提供AOP的应用框架。 dist 目录下是Spring 的发布包,关于发布包下面会详细进行说明。 docs 目录下是相关的文档, ...
Global site tag (gtag.js) - Google Analytics