web.xml文件: 1 2 4 5 10 6 7 8 index.jsp 9 10 11
UrlRewriterHelper12 helper.UrlRewriterHelper13 14 15 Ur...
分类:
Web程序 时间:
2014-04-28 10:35:01
阅读次数:
2186
expandablelistview2_groups.xml
expandablelistview2_child.xml Expandablelistview2Activity.javapackage
com.wangzhu.demoexpandablelistv...
分类:
移动开发 时间:
2014-04-28 09:57:50
阅读次数:
4182
最近在学习FyiReporting的源码,参考FyiReporting的报表对象定义,结合自己在工作中开发报表的应用场景,自己设计了一套报表对象定义,实现在报表设计器中报表对象的修改,通过序列化成Json对象来达到存储报表对象,相对于FyiReporting报表直接对报表定义的XML操作省去编写大量...
分类:
Web程序 时间:
2014-04-28 08:25:35
阅读次数:
745
在Android开
发中,在Activity中关联视图View是一般使用setContentView方法,该方法一种参数是使用XML资源直接创 建:setContentView
(int layoutResID),指定layout中的一个XML的ID即可,这种方法简单。另一个方法是 setConte...
分类:
移动开发 时间:
2014-04-28 08:23:38
阅读次数:
739
在安装的tomcat的文件夹下有个conf文件夹下面有个server.xml文件,1.
使用80端口默认tomcat用的是8080端口。 把这个节点的8080修改成80端口,然后重新启动tomcat就可以 http://localhost
来访问tomcat的默认页面。2.新建网站和配置域名。在se...
分类:
Web程序 时间:
2014-04-28 07:56:05
阅读次数:
688
继续上篇博客 七、Hibernate双向一对多关联映射:让多的一端来维护关系。
主要是解决一对多单向关联的缺陷,而不是需求驱动的。 1、在Student.java实体类里添加Classes引用。private Classes
classes; 2、Student.hbm.xml里添加...
分类:
系统相关 时间:
2014-04-27 21:21:42
阅读次数:
1098
spring mvc 与mybatis
的整合.加入配置文件:spring-mybaits.xml ...
分类:
编程语言 时间:
2014-04-27 21:16:37
阅读次数:
869
这是一篇分享技巧的文章:myeclipse中配置spring xml自动提示。
① window -> preferences -> MyEclipse -> Files and Editors -> XML -> XML Catalog
② 选择User Specified Entries,点击add按钮弹出一个选框,填入以下三项
i. Location: D:\baidu...
分类:
编程语言 时间:
2014-04-27 17:49:51
阅读次数:
667
1 #include 2 #include 3 #include 4 #include 5
#include 6 #include 7 using namespace std; 8 9 #define OK 0 10 #define ERROR -1
11 #define OV...
分类:
其他好文 时间:
2014-04-27 16:56:44
阅读次数:
681