会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
微笑流氓兔
博客园
首页
新随笔
联系
订阅
管理
2017年4月14日
study--->String和StringBuffer
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-04-14 10:50 微笑流氓兔
阅读(1)
评论(0)
推荐(0)
编辑
2016年6月3日
java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
摘要: 缺少aspectjweaver.jar
阅读全文
posted @ 2016-06-03 11:49 微笑流氓兔
阅读(262)
评论(0)
推荐(0)
编辑
2016年6月1日
相对路径和绝对路径
摘要: 绝对路径:硬盘中真正存在的路径 相对路径:相对于当前目录的路径
阅读全文
posted @ 2016-06-01 16:13 微笑流氓兔
阅读(107)
评论(0)
推荐(0)
编辑
MVC
摘要: model:数据层 view:视图层 control:控制层 控制层负责接收数据和返回数据,视图层负责显示数据,数据层负责操作数据。
阅读全文
posted @ 2016-06-01 13:39 微笑流氓兔
阅读(81)
评论(0)
推荐(0)
编辑
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
摘要: 少slf4j-api.ar,slf4j-nop.jar
阅读全文
posted @ 2016-06-01 11:04 微笑流氓兔
阅读(96)
评论(0)
推荐(0)
编辑
2016年5月26日
hibernate -study
摘要: hibernate.cfg.xml配置 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
阅读全文
posted @ 2016-05-26 14:17 微笑流氓兔
阅读(97)
评论(0)
推荐(0)
编辑
2016年5月20日
struts2-study
摘要: web.xml配置 <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-clas
阅读全文
posted @ 2016-05-20 14:47 微笑流氓兔
阅读(124)
评论(0)
推荐(0)
编辑
2016年5月19日
ActionContext-study
摘要: ActionContext contex=ActionContext.getContext(); Actioncontext是上下文是一个容器,存放着Action这执行时要用到的一些对象, 如params,session,servletContext,本地化(Locale)信息等。 在每次执行时都会
阅读全文
posted @ 2016-05-19 09:44 微笑流氓兔
阅读(87)
评论(0)
推荐(0)
编辑
2016年5月17日
集合学习
摘要: List集合:ArrayList集合基于动态数组结构,查询优,LinkedList 基于链表结构 数据移动优。是一个有序的队列集合 set集合:HashSet和TreeSet 。是一个无序不重复集合 Map集合:HashMap和TreeMap。是一个KEY-VALUE映射的集合 遍历:Iterato
阅读全文
posted @ 2016-05-17 16:22 微笑流氓兔
阅读(191)
评论(0)
推荐(0)
编辑
2016年5月16日
SVN安装
摘要: 1、下载SVN 2、解压svn 把解压出来的两个文件夹放到myeclipse的dropins下自己创建的SVN文件夹下,完成。 3、查看SVN window - shouw view - other -svn ;选中资源库OK就添加上去了,之后在SVN空白处右键 - 新建-资源库位置-输入RRL就链
阅读全文
posted @ 2016-05-16 09:24 微笑流氓兔
阅读(195)
评论(0)
推荐(0)
编辑
下一页