StrutsArticle

所属分类:Java编程
开发工具:Java
文件大小:994KB
下载次数:38
上传日期:2006-02-12 17:37:38
上 传 者lopato
说明:  Struts 文章系统是一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能: 1、支持国际化 2、Web编辑器方式发表文章 3、分类管理 4、文章管理 5、文章搜索
(Struts article is a system based on Struts article management system, the use of the MySQL database, has the following functions : one, two international support, Web Editor released in the form of articles 3, 4 classification management, management of the article 5, article search)

文件列表:
Struts 文章系统\css\style.css (2117, 2004-07-08)
Struts 文章系统\css (0, 2005-03-25)
Struts 文章系统\editorFiles\color.htm (4378, 2004-07-19)
Struts 文章系统\editorFiles\editor_image\align_center.gif (119, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\align_left.gif (118, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\align_right.gif (119, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\anchor.gif (462, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\bold.gif (127, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\copy.gif (146, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\cut.gif (138, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\delete.gif (131, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\emaillink.gif (383, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\flash.gif (696, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\hr.gif (487, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\hyperlink.gif (443, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\image.gif (436, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\indent.gif (129, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\italic.gif (124, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\list_order.gif (123, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\list_unorder.gif (128, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\outdent.gif (127, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\paste.gif (193, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\redo.gif (125, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\table.gif (404, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\textcolor.gif (126, 2004-04-29)
Struts 文章系统\editorFiles\editor_image\undo.gif (127, 2004-04-29)
Struts 文章系统\editorFiles\editor_image (0, 2005-11-12)
Struts 文章系统\editorFiles\editor_js\editorFunction.js (4074, 2004-07-18)
Struts 文章系统\editorFiles\editor_js (0, 2005-03-25)
Struts 文章系统\editorFiles (0, 2005-03-25)
Struts 文章系统\example\StrutsArticle.xml (1077, 2004-07-19)
Struts 文章系统\example (0, 2005-03-25)
Struts 文章系统\ima\bg_2px.gif (43, 2004-06-07)
Struts 文章系统\ima\bg_vertical.gif (43, 2004-06-07)
Struts 文章系统\ima\search.gif (139, 2004-06-06)
Struts 文章系统\ima\title.gif (1906, 2004-07-18)
Struts 文章系统\ima\title_en.gif (1712, 2004-07-18)
Struts 文章系统\ima (0, 2005-03-25)
Struts 文章系统\ImageUploadForm.jsp (1688, 2004-07-18)
Struts 文章系统\ImageUploadFunction.jsp (2951, 2004-07-18)
... ...

Struts 文章系统 www.tiandinet.com 欢迎您使用《Struts 文章系统》!   《Struts 文章系统》是一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能:     1、支持国际化     2、Web编辑器方式发表文章     3、分类管理     4、文章管理     5、文章搜索 ============ 程序使用协议 ============ 1、程序的使用    您可以免费地以任何形式使用《Struts 文章系统》,但不能用作商业用途。任何因使用《Struts 文章系统》而产生的后果,《天地网络》不承担任何责任或连带责任。在您免费使用《Struts 文章系统》的同时,须保留所有的版权信息,这些信息包括显示于页面顶部、页面底部的版权信息和程序(包括Java、JSP、SQL、和HTML文件等)中的版权注释。若您希望对部份程序或页面进行可理解的更改,请联系webmaster@tiandinet.com,要进行这些更改您需要得到《天地网络》的授权。 2、程序的传播    在保证原程序没有被改动的情况下,您可以以任何方式传播该程序。《天地网络》对《Struts 文章系统》保留所有权利。 ============ 安 装 ============   1、建立数据表:    在MySQL数据库中导入SQL目录下的db.sql以建立程序需要的数据表。   2、建立Context:   在Tomcat中新建一个Context,让其docBase指向程序所在目录(若您下载的是war文件,则指向该文件)。   3、建立Data Source: 在该Context下建立一个JNDI Name为“jdbc/StrutsArticle”的DataSource,正确设置“Data Source URL”等。   完成后,即为通过http://${ServerURL}/${ContextName}来访问《Struts 文章系统》。   安装过程中的第2、第3步可以使用Tomcat的Administration Tool来完成(其他Servlet容器类似)。在example目录下有Context设置参考文件(该文件由Tomcat 5.0.19自动生成)。   若您无法建立Data Source或不能使用JNDI,您可以修改WEB-INF/classes/com/tiandinet/StrutsArticle/Utils/DBConnection.java文件,将其更改为适合您的容器环境,重编译后替换旧的DBConnection.class。 ============ 其他信息 ============ 1、程序的获得    您可以到《天地网络》(http://www.tiandinet.com)下载《Struts 文章系统》,同时也可以下载其他程序。 2、开发环境和测试     Windows 2000 Advanced Server(SP4)     Tomcat 5.0.19     J2SDK 1.4.2     MySQL 4.0.18     MySQL Connector/J 3.0.14     Struts 1.1 3、问题或BUG   在您使用的过程中若有任何不解之处或发现BUG,您可以:     1) 至本站的留言薄(http://www.tiandinet.com/guestbook/)留言     2) 发E-mail至tiandinet_support@hotmail.com(主题请注明:天地网络)     3) 联系本站的技术支持QQ:254753722   谢谢您的使用!更多的程序请至http://www.tiandinet.com 。  天地网络 2004年7月19日

近期下载者

相关文件


收藏者