文件名称:easyjfbbs
-
所属分类:
- 标签属性:
- 上传时间:2016-01-30
-
文件大小:4.23mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
软件介绍
用纯Java写的基于EasyJWeb框架开发的论坛系统,支持UBB代码,使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,java代码与页面完全分离,易扩展-Software introduction
Written in pure Java based development framework easyJweb forum system, support UBB code, using the OO design method based on the multi-layer B/S architecture, persistence layer is mainly use the simple open source framework EasyJDO, java code and the page is completely separate, easy expansion
用纯Java写的基于EasyJWeb框架开发的论坛系统,支持UBB代码,使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,java代码与页面完全分离,易扩展-Software introduction
Written in pure Java based development framework easyJweb forum system, support UBB code, using the OO design method based on the multi-layer B/S architecture, persistence layer is mainly use the simple open source framework EasyJDO, java code and the page is completely separate, easy expansion
(系统自动生成,下载前可以参看下载内容)
下载文件列表
src/
src/easyjf-bbsconfig.xml
src/easyjf-cache.xml
src/easyjf-dbo.xml
src/lgpl.txt
src/LICENSE.txt
src/log4j.properties
src/com/
src/com/easyjf/
src/com/easyjf/web/
src/com/easyjf/web/Action.java
src/com/easyjf/web/ActionContext.java
src/com/easyjf/web/ActionServlet.java
src/com/easyjf/web/CharsetFilter.java
src/com/easyjf/web/FormConfig.java
src/com/easyjf/web/FormProperty.java
src/com/easyjf/web/FrameworkEngine.java
src/com/easyjf/web/Globals.java
src/com/easyjf/web/IAppInit.java
src/com/easyjf/web/IEvent.java
src/com/easyjf/web/IRequestInterceptor.java
src/com/easyjf/web/IWebAction.java
src/com/easyjf/web/Module.java
src/com/easyjf/web/NoPropertyException.java
src/com/easyjf/web/NoSuchModuleException.java
src/com/easyjf/web/Page.java
src/com/easyjf/web/RequestProcessor.java
src/com/easyjf/web/UserConnect.java
src/com/easyjf/web/UserConnectInterceptor.java
src/com/easyjf/web/UserConnectManage.java
src/com/easyjf/web/WebForm.java
src/com/easyjf/web/tools/
src/com/easyjf/web/tools/AbstractCmdAction.java
src/com/easyjf/web/tools/AbstractCombiQueryTool.java
src/com/easyjf/web/tools/AbstractCrudAction.java
src/com/easyjf/web/tools/ArrayQuery.java
src/com/easyjf/web/tools/CommTool.java
src/com/easyjf/web/tools/CrudAction.java
src/com/easyjf/web/tools/DbPageList.java
src/com/easyjf/web/tools/DbQuery.java
src/com/easyjf/web/tools/IActiveUser.java
src/com/easyjf/web/tools/ICombiQueryTool.java
src/com/easyjf/web/tools/ICommCRUDAction.java
src/com/easyjf/web/tools/ICommObj.java
src/com/easyjf/web/tools/IdExistException.java
src/com/easyjf/web/tools/ImageCode.java
src/com/easyjf/web/tools/IPageList.java
src/com/easyjf/web/tools/IQuery.java
src/com/easyjf/web/tools/ListQuery.java
src/com/easyjf/web/tools/PageList.java
src/com/easyjf/web/tools/RandomImgCode.java
src/com/easyjf/web/config/
src/com/easyjf/web/config/IConfigFactory.java
src/com/easyjf/web/config/WebConfig.java
src/com/easyjf/web/config/XMLConfigFactory.java
src/com/easyjf/util/
src/com/easyjf/util/CommUtil.java
src/com/easyjf/util/FileUtil.java
src/com/easyjf/util/HtmlUtil.java
src/com/easyjf/util/MD5.java
src/com/easyjf/util/regx/
src/com/easyjf/util/regx/Filter.java
src/com/easyjf/util/regx/FilterBuilder.java
src/com/easyjf/util/regx/FilterDirector.java
src/com/easyjf/util/regx/RegexFilter.java
src/com/easyjf/util/regx/RegFilterBuilder.java
src/com/easyjf/util/regx/UBBFilter.java
src/com/easyjf/news/
src/com/easyjf/news/business/
src/com/easyjf/news/business/ActiveUser.java
src/com/easyjf/news/business/AutoHtmlGenerater.java
src/com/easyjf/news/business/BaseSiteConfig.java
src/com/easyjf/news/business/DynamicStaticPair.java
src/com/easyjf/news/business/HTMLGenerater.java
src/com/easyjf/news/business/Message.java
src/com/easyjf/news/business/MessageModule.java
src/com/easyjf/news/business/ModuleRights.java
src/com/easyjf/news/business/ModuleRightsConfig.java
src/com/easyjf/news/business/NewsContentModule.java
src/com/easyjf/news/business/NewsDir.java
src/com/easyjf/news/business/NewsDoc.java
src/com/easyjf/news/business/NewsReview.java
src/com/easyjf/news/business/NewsUtil.java
src/com/easyjf/news/business/SiteConfig.java
src/com/easyjf/news/business/SiteLinkTool.java
src/com/easyjf/news/business/SystemBasicData.java
src/com/easyjf/news/business/SystemBasicDataDetail.java
src/com/easyjf/news/business/SystemDept.java
src/com/easyjf/news/business/SystemFile.java
src/com/easyjf/news/business/SystemLog.java
src/com/easyjf/news/business/SystemMenu.java
src/com/easyjf/news/business/SystemRights.java
src/com/easyjf/news/business/SystemRole.java
src/com/easyjf/news/business/SystemUser.java
src/com/easyjf/news/business/SystemUtil.java
src/com/easyjf/news/business/Template.java
src/com/easyjf/news/business/UserUtil.java
src/com/easyjf/news/business/VelocityFactory.java
src/com/easyjf/news/action/
src/com/easyjf/news/action/BaseAction.java
src/com/easyjf/news/action/BasicDataDetailAction.java
src/com/easyjf/news/action/CommUploadAction.java
src/com/easyjf/news/action/DynamicStaticPairAction.java
src/com/easyjf/news/action/ManageAction.java
src/com/easyjf/news/action/MessageAction.java
src/com/easyjf/news/action/NewsAction.java
src/com/easyjf/news/action/NewsDirAction.java
src/com/easyjf/news/action/NewsDocAction.java
src/com/easyjf/news/action/NewsShowAction.java
src/com/easyjf/news/action/ReviewAction.java
src/com/easyjf/news/action/SiteConfigAction.java
src/com/easyjf/news/action/SitePublishAction.java
src/com/easyjf/news/action/SystemBasicDataAction.java
src/com/easyjf/news/action/SystemDeptAction.java
src/com/easyjf/news/action/SystemFileAction.java
src/com/easyjf/news/action/SystemLogAction.java
src/com/easyjf/news/action/SystemMenuAction.java
src/com/easyjf/news/action/SystemModuleRightsAction.java
src/com/easyjf/news/action/SystemRightsAction.java
src/com/easyjf/news/action/SystemRoleAction.java
src/com/easyjf/news/action/SystemUserAction.java
src/com/easyjf/news/action/TemplateAction.java
src/com/easyjf/http/
src/com/easyjf/http/ChainedException.java
src/com/easyjf/http/ConnectionManager.java
src/com/easyjf/http/ConnectionMonitor.java
src/com/easyjf/http/Cookie.java
src/com/
src/easyjf-bbsconfig.xml
src/easyjf-cache.xml
src/easyjf-dbo.xml
src/lgpl.txt
src/LICENSE.txt
src/log4j.properties
src/com/
src/com/easyjf/
src/com/easyjf/web/
src/com/easyjf/web/Action.java
src/com/easyjf/web/ActionContext.java
src/com/easyjf/web/ActionServlet.java
src/com/easyjf/web/CharsetFilter.java
src/com/easyjf/web/FormConfig.java
src/com/easyjf/web/FormProperty.java
src/com/easyjf/web/FrameworkEngine.java
src/com/easyjf/web/Globals.java
src/com/easyjf/web/IAppInit.java
src/com/easyjf/web/IEvent.java
src/com/easyjf/web/IRequestInterceptor.java
src/com/easyjf/web/IWebAction.java
src/com/easyjf/web/Module.java
src/com/easyjf/web/NoPropertyException.java
src/com/easyjf/web/NoSuchModuleException.java
src/com/easyjf/web/Page.java
src/com/easyjf/web/RequestProcessor.java
src/com/easyjf/web/UserConnect.java
src/com/easyjf/web/UserConnectInterceptor.java
src/com/easyjf/web/UserConnectManage.java
src/com/easyjf/web/WebForm.java
src/com/easyjf/web/tools/
src/com/easyjf/web/tools/AbstractCmdAction.java
src/com/easyjf/web/tools/AbstractCombiQueryTool.java
src/com/easyjf/web/tools/AbstractCrudAction.java
src/com/easyjf/web/tools/ArrayQuery.java
src/com/easyjf/web/tools/CommTool.java
src/com/easyjf/web/tools/CrudAction.java
src/com/easyjf/web/tools/DbPageList.java
src/com/easyjf/web/tools/DbQuery.java
src/com/easyjf/web/tools/IActiveUser.java
src/com/easyjf/web/tools/ICombiQueryTool.java
src/com/easyjf/web/tools/ICommCRUDAction.java
src/com/easyjf/web/tools/ICommObj.java
src/com/easyjf/web/tools/IdExistException.java
src/com/easyjf/web/tools/ImageCode.java
src/com/easyjf/web/tools/IPageList.java
src/com/easyjf/web/tools/IQuery.java
src/com/easyjf/web/tools/ListQuery.java
src/com/easyjf/web/tools/PageList.java
src/com/easyjf/web/tools/RandomImgCode.java
src/com/easyjf/web/config/
src/com/easyjf/web/config/IConfigFactory.java
src/com/easyjf/web/config/WebConfig.java
src/com/easyjf/web/config/XMLConfigFactory.java
src/com/easyjf/util/
src/com/easyjf/util/CommUtil.java
src/com/easyjf/util/FileUtil.java
src/com/easyjf/util/HtmlUtil.java
src/com/easyjf/util/MD5.java
src/com/easyjf/util/regx/
src/com/easyjf/util/regx/Filter.java
src/com/easyjf/util/regx/FilterBuilder.java
src/com/easyjf/util/regx/FilterDirector.java
src/com/easyjf/util/regx/RegexFilter.java
src/com/easyjf/util/regx/RegFilterBuilder.java
src/com/easyjf/util/regx/UBBFilter.java
src/com/easyjf/news/
src/com/easyjf/news/business/
src/com/easyjf/news/business/ActiveUser.java
src/com/easyjf/news/business/AutoHtmlGenerater.java
src/com/easyjf/news/business/BaseSiteConfig.java
src/com/easyjf/news/business/DynamicStaticPair.java
src/com/easyjf/news/business/HTMLGenerater.java
src/com/easyjf/news/business/Message.java
src/com/easyjf/news/business/MessageModule.java
src/com/easyjf/news/business/ModuleRights.java
src/com/easyjf/news/business/ModuleRightsConfig.java
src/com/easyjf/news/business/NewsContentModule.java
src/com/easyjf/news/business/NewsDir.java
src/com/easyjf/news/business/NewsDoc.java
src/com/easyjf/news/business/NewsReview.java
src/com/easyjf/news/business/NewsUtil.java
src/com/easyjf/news/business/SiteConfig.java
src/com/easyjf/news/business/SiteLinkTool.java
src/com/easyjf/news/business/SystemBasicData.java
src/com/easyjf/news/business/SystemBasicDataDetail.java
src/com/easyjf/news/business/SystemDept.java
src/com/easyjf/news/business/SystemFile.java
src/com/easyjf/news/business/SystemLog.java
src/com/easyjf/news/business/SystemMenu.java
src/com/easyjf/news/business/SystemRights.java
src/com/easyjf/news/business/SystemRole.java
src/com/easyjf/news/business/SystemUser.java
src/com/easyjf/news/business/SystemUtil.java
src/com/easyjf/news/business/Template.java
src/com/easyjf/news/business/UserUtil.java
src/com/easyjf/news/business/VelocityFactory.java
src/com/easyjf/news/action/
src/com/easyjf/news/action/BaseAction.java
src/com/easyjf/news/action/BasicDataDetailAction.java
src/com/easyjf/news/action/CommUploadAction.java
src/com/easyjf/news/action/DynamicStaticPairAction.java
src/com/easyjf/news/action/ManageAction.java
src/com/easyjf/news/action/MessageAction.java
src/com/easyjf/news/action/NewsAction.java
src/com/easyjf/news/action/NewsDirAction.java
src/com/easyjf/news/action/NewsDocAction.java
src/com/easyjf/news/action/NewsShowAction.java
src/com/easyjf/news/action/ReviewAction.java
src/com/easyjf/news/action/SiteConfigAction.java
src/com/easyjf/news/action/SitePublishAction.java
src/com/easyjf/news/action/SystemBasicDataAction.java
src/com/easyjf/news/action/SystemDeptAction.java
src/com/easyjf/news/action/SystemFileAction.java
src/com/easyjf/news/action/SystemLogAction.java
src/com/easyjf/news/action/SystemMenuAction.java
src/com/easyjf/news/action/SystemModuleRightsAction.java
src/com/easyjf/news/action/SystemRightsAction.java
src/com/easyjf/news/action/SystemRoleAction.java
src/com/easyjf/news/action/SystemUserAction.java
src/com/easyjf/news/action/TemplateAction.java
src/com/easyjf/http/
src/com/easyjf/http/ChainedException.java
src/com/easyjf/http/ConnectionManager.java
src/com/easyjf/http/ConnectionMonitor.java
src/com/easyjf/http/Cookie.java
src/com/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.