Location:
Search - connector.http
Search list
Description: 使用说明:请您先正确设置数据库及JDBC驱动。
参考:
http://blog.raofeng.com/love/kiss/archives/2006/16.html
http://blog.raofeng.com/love/kiss/archives/2006/13.html
http://dev.mysql.com/downloads/connector/j/3.1.html下载JDBC驱动
先新建一数据库(默认名为jspmo)建立数据库及表格的命令都在sql.txt内,可以直接复制到数据库里运行。
默认管理员名为: admin ,密码为:jspmo.com
请修改config.jsp中的name(管理员名),password(管理员密码),sitename(留言本标题),copyright(版权信息).
以及conn.jsp中的host(数据库服务器主机),user(数据库用户名),pw(数据库密码),db(数据库名),tab(数据库表名)。-use : you first set the correct database and JDBC driver. Reference : http : / / blog.raofeng.com/love/kiss/archives/20 06/16.html http : / / blog.raofeng.com/love/kiss/archives/20 06/13.html http : / / dev.mysql.com/downloads/connector/j/3. 1.html first JDBC Driver download a new database (known as the default jspmo) Establishment of the database and forms The orders are sql.txt, can be directly copied into the database operation. Administrators called default : admin, password : jspmo.com config.jsp please amend the name (administrator), password (administrator password), sitename (voice of the title), copyright (copyright information). conn.jsp and the host (the main database server Machine), the user (users of the database), pw (database password), db (database), tab (database).
Platform: |
Size: 167059 |
Author: zgx |
Hits:
Description: 1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project;
2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据;
3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码;
4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\\Catalina\\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如\"F:\\jsp\\21\\WebRoot\";
5、确保Tomcat安装目录的common\\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\\WEB-INF\\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\\lib下;
6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
Platform: |
Size: 2761278 |
Author: 张磊 |
Hits:
Description: 留言簿架构
oracle 9i + jsp + struts
留言簿基本功能:
1 、客人签写留言
2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color=\"red\"]红色字[/color]
3 、ctrl+enter可提交留言
4 、搜索留言
5 、悄悄话功能
安全:
1 、解决了连串字母将表格撑大问题
2 、用户名与留言内容不能太长或为空
3 、用户不能冒充版主留言
4 、屏垃圾语言功能
管理:
默认页为/admin/login.do
9 、留言簿基本参数的设置如留言簿标题,每页显示条数
10、设置版主信息
11、设置管理员用户名、密码
12、回复留言、编辑留言、删除留言
13、设置悄悄话功能的开启与关闭
14、垃圾语言过滤
15、在线更改最大留言字节数
安装:
1、在oracle中执行document/sql/guestbook.sql
2、设置tomcat server.xml中Connector配置节增加一个属性,URIEncoding=\"gb2312\"
3、用记事本打开WEB-INF/classes/init.properties,修改其中的数据库ip地址,sid,帐号和密码等
首页默认为indx.do
Platform: |
Size: 3038819 |
Author: apolo |
Hits:
Description: 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明
www.easyjf.com 简易java框架--简易、实用才是硬道理!
简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分离,易扩展。欢迎广大Java爱好者下载使用。
由于水平有限,难免有很多不足这处,请把您的建议通过www.easyjf.com提交给我们。我们也会根据广大网友的建议对论坛系统保持不断更新。更多实用开源代码及框架,请登录我们的网站。我们将在近期推出一系列的简易、实用J2EE开源框架及构件。
一、超级菜鸟安装说明
1、JDK1.4.2以上版本(注意配置java_home路径)
2、安装tomcat
3、把本论坛的全部程序拷贝到tomcat的webapps\ROOT目录下。
4、执行数据库结构生成脚本。MySql:执行bbs-mysql.sql 若Microsoft Sql Server:执行bbs-mssql.sql
5、根据您的数据库配置情况,修改WEB-INF/class/easyjf-dbo.xml文件配置。
6、启动tomcat,在浏览器中输入http://localhost:8080/bbs/即可运行论坛程序。
二、安装注意事项
1、本论坛程序使用数据为连接池使用的apache commons-dbcp-1.2.1管理数据库连接,确保该包可用。(tomcat自带)
2、若不能正常访问数据库,请把以下的JDBC驱动程序拷贝到tomcat的common\lib目录。
mysql-connector-java-3.1.11-bin.jar(mySql的驱动)
msbase.jar(MSSql的驱动)
mssqlserver.jar(MSSql的驱动)
msutil.jar(MSSql的驱动)
3、不要把程序安装在中文路径下面。
4、本论坛资源文件使用的绝对路径。因此,需要要把论坛程序设置成主站。
5、系统使用Log4j-1.2 作为日志系统
三、论坛初始设置(确保论坛程序正常运行后执行)
1、注册一个用户名为admin的帐号。论坛系统的超级管理员帐号。
2、刷新左边的菜单栏。然后通过“栏目管理”添加论坛栏目即可。
四、代码说明
bbs目录:存放论坛主页及其它静态页面
WEB-INF\src:论坛的源代码
WEB-INF\easyjweb\bbs:论坛动态页面模板。
WEB-INF\lib:论坛的支持库文件。(全为开源软件:其中EasyJWeb0.2.jar为EasyJWeb框架、EasyDBO0.1.jar为EasyDBO框架,可通过本站下载源代码。)
Platform: |
Size: 2988376 |
Author: fhg2010@sohu.com |
Hits:
Description: 使用说明:请您先正确设置数据库及JDBC驱动。
参考:
http://blog.raofeng.com/love/kiss/archives/2006/16.html
http://blog.raofeng.com/love/kiss/archives/2006/13.html
http://dev.mysql.com/downloads/connector/j/3.1.html下载JDBC驱动
先新建一数据库(默认名为jspmo)建立数据库及表格的命令都在sql.txt内,可以直接复制到数据库里运行。
默认管理员名为: admin ,密码为:jspmo.com
请修改config.jsp中的name(管理员名),password(管理员密码),sitename(留言本标题),copyright(版权信息).
以及conn.jsp中的host(数据库服务器主机),user(数据库用户名),pw(数据库密码),db(数据库名),tab(数据库表名)。-use : you first set the correct database and JDBC driver. Reference : http :// blog.raofeng.com/love/kiss/archives/20 06/16.html http :// blog.raofeng.com/love/kiss/archives/20 06/13.html http :// dev.mysql.com/downloads/connector/j/3. 1.html first JDBC Driver download a new database (known as the default jspmo) Establishment of the database and forms The orders are sql.txt, can be directly copied into the database operation. Administrators called default : admin, password : jspmo.com config.jsp please amend the name (administrator), password (administrator password), sitename (voice of the title), copyright (copyright information). conn.jsp and the host (the main database server Machine), the user (users of the database), pw (database password), db (database), tab (database).
Platform: |
Size: 166912 |
Author: zgx |
Hits:
Description: 1.JICQ部署 安装JDBC连接器|SQL SERVER补丁 广域网需要打开7890(聊天)\1433(数据库端口)
2.导入数据库文件(在数据库文件夹里面)
3.广域网部署网页注册网站申请JICQ号码,端口需要打开80
访问地址:http://localhost/register/firsts.htm
4.启动chatserverthree.java聊天服务器
5.打开主程序MainFrame.java登陆JICQ
-1.JICQ deployment to install JDBC connector | SQL SERVER WAN patches need to open 7890 (chat) c3 (data port) 2. To import database files (in the database inside the folder) 3. Wide Area Network deployment of the page to apply for registration site JICQ numbers, ports need to 80 Open Access Address: http://localhost/register/firsts.htm4. Start chatserverthree.java chat server 5. MainFrame.java open the main landing JICQ
Platform: |
Size: 20480 |
Author: zengji |
Hits:
Description: 1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project;
2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据;
3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码;
4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot";
5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下;
6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
Platform: |
Size: 2760704 |
Author: 张磊 |
Hits:
Description: 留言簿架构
oracle 9i + jsp + struts
留言簿基本功能:
1 、客人签写留言
2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color="red"]红色字[/color]
3 、ctrl+enter可提交留言
4 、搜索留言
5 、悄悄话功能
安全:
1 、解决了连串字母将表格撑大问题
2 、用户名与留言内容不能太长或为空
3 、用户不能冒充版主留言
4 、屏垃圾语言功能
管理:
默认页为/admin/login.do
9 、留言簿基本参数的设置如留言簿标题,每页显示条数
10、设置版主信息
11、设置管理员用户名、密码
12、回复留言、编辑留言、删除留言
13、设置悄悄话功能的开启与关闭
14、垃圾语言过滤
15、在线更改最大留言字节数
安装:
1、在oracle中执行document/sql/guestbook.sql
2、设置tomcat server.xml中Connector配置节增加一个属性,URIEncoding="gb2312"
3、用记事本打开WEB-INF/classes/init.properties,修改其中的数据库ip地址,sid,帐号和密码等
首页默认为indx.do
-err
Platform: |
Size: 3038208 |
Author: apolo |
Hits:
Description: 网页采集系统
=== === =====
安装配置
--- -
1 程序我就不说了
2 配置文件 applicationContext.xml 里面有详细的注释
3 已经包含了多个论坛博客的参数,如CSDN论坛、博客园、新浪博客、百度Hi、ccidnet等的解析参数
需要的类库
---------
1 Spring 2.5
2 common-logging 1.1
3 paoding-analysis 2.0.4-beta
4 commons-dbcp-1.2.2.jar
5 mysql-connector-java-5.1.7-bin.jar
6 commons-pool-1.4.jar
7 Lucene.2.4.0.jar
8 Lucene-highlighter-2.4.0.jar
9 java2000.jar
演示例子
-------
本地:在com.laozizhu.search.demo目录下面
B/S: http://search.laozizhu.com
-Page acquisition system installation configuration =================------- 1 program I do not say 2 configuration file applicationContext.xml has detailed notes which already contains 3 a number of forums blog parameters, such as CSDN forum, blog, garden, Sina blog, Baidu Hi, ccidnet Analytical parameters such as the library required--------- 1 Spring 2.5 2 common-logging 1.1 3 paoding- analysis 2.0.4-beta 4 commons-dbcp-1.2.2.jar 5 mysql-connector-java-5.1.7-bin.jar 6 commons-pool-1.4.jar 7 Lucene.2.4.0.jar 8 Lucene-highlighter demo-2.4.0.jar 9 java2000.jar example------- Local: com.laozizhu.search.demo directory at the following B/S: http://search.laozizhu.com
Platform: |
Size: 10865664 |
Author: wfx |
Hits:
Description: 模拟tomcat连接器,可以作为tomcat学习资料-simulate tomcat connector
Platform: |
Size: 103424 |
Author: wang |
Hits:
Description: 一个J2EE购物网站的实现
运用struts1.2+hibernate+spring 框架,数据库连接池,事务管理;Struts 应用国际化,Struts 标签库与Tiles框架, JSTL标签库,Spring IOC。
采用优化性能技术,采用oscache缓存,freemarker静态页面生成;
安装方法:
1:mysql中新建数据库dgssen.导入dgssen.sql
也可以修改:WebRoot\META-INF\context.xml
2:把mysql-connector-java-5.0.4-bin.jar这个mysql驱动jar包放到tomcat 6 下的lib下
3:把根目录下的net文件夹放到WebRoot\WEB-INF\classes下。因为这个是在线编辑器用到的.class
4:
后面管理地址:
http://localhost:8080/webdgs/admin/frame.jsp 用户名/密码:admin/123456
合作商管理
http://localhost:8080/webdgs/ad
相应的用户与密码在后台管理设置-Implementation of a J2EE application shopping site struts1.2+ hibernate+ spring framework, database connection pooling, transaction management Struts Application International, Struts and Tiles tag library framework, JSTL tag library, Spring IOC. Optimized performance technology, oscache cache, freemarker static page generation installation methods: 1: mysql in the new database dgssen. Import dgssen.sql can also modify: WebRoot \ META-INF \ context.xml 2: the mysql-connector-java-5.0.4-bin.jar into the mysql driver jar package lib under tomcat 6 under the 3: the root directory of the folder into the net under the WebRoot \ WEB-INF \ classes the next. Because this is the online editor used. Class 4: after management address: http://localhost:8080/webdgs/admin/frame.jsp username/password: admin/123456 Partner Management http://localhost:8080/ webdgs/ad corresponding user and password management settings in the background
Platform: |
Size: 28949504 |
Author: 杨晓民 |
Hits:
Description: 分布式切表:
guzz特性。
分布式切表以guzz的Shadow Table为基础。在Shadow Table的基础上,通过配置完成,应用不需要修改现有代码即可完成小表的分布式存储。具体请参看:http://code.google.com/p/guzz/wiki/TutorialVirtualDB?wl=zh-Hans -分布式切表:
guzz特性。
分布式切表以guzz的Shadow Table为基础。在Shadow Table的基础上,通过配置完成,应用不需要修改现有代码即可完成小表的分布式存储。具体请参看:http://code.google.com/p/guzz/wiki/TutorialVirtualDB?wl=zh-Hans
Platform: |
Size: 10966016 |
Author: lele |
Hits:
Description: 绿色健康购物网SSH
个人水平有限,如有问题与建议,请指教!
(1)个人独立完成,包括mysql数据库设计,后台程序编写,前台美工设计;
(2)运用struts1.2+hibernate+spring 框架,数据库连接池,事务管理;
(3)Struts 应用国际化,Struts 标签库与Tiles框架, JSTL标签库,Spring IOC;
(4)采用优化性能技术,采用oscache缓存,freemarker静态页面生成;
(5)功能比较多但操作简单的后台管理 (后台管理附图片);
安装方法:
1:mysql中新建数据库dgssen.导入dgssen.sql
也可以修改:WebRoot\META-INF\context.xml
2:把mysql-connector-java-5.0.4-bin.jar这个mysql驱动jar包放到tomcat 6 下的lib下
3:把根目录下的net文件夹放到WebRoot\WEB-INF\classes下。因为这个是在线编辑器用到的.class
4:
后面管理地址:
http://localhost:8080/webdgs/admin/frame.jsp 用户名/密码:admin/123456
合作商管理
http://localhost:8080/webdgs/ad
相应的用户与密码在后台管理设置
-Green and healthy shopping network SSH personal level, If you have any questions, and suggestions, please advise! (1) Personal independently, including the mysql database design, background programming, graphic design front (2) use struts1.2+hibernate+spring framework, database connection pool and transaction management (3) Struts application internationalization, the Struts tag library with the Tiles framework, JSTL tag libraries, Spring IOC (4) using the optimized performance technology, using oscache caching, the freemarker static page generation (5) functions more operating simple background management (Admin attached picture) installation methods: 1: mysql new database dgssen import dgssen.sql can also modify: WebRoot \ META-INF \ context.xml 2: put the mysql-connector-java- 5.0.4-bin.jar The mysql driver jar package into the tomcat' s lib: net folder under the root directory on the WebRoot \ WEB-INF \ classes. Because this is used by the online editor. Class 4: behind th
Platform: |
Size: 28937216 |
Author: Alex |
Hits:
Description: Title: full conver interbase/firebird to mysql or sql server
Description: with this program you easily convert your database from the interbase/firebird with extention. GDB or. FDB to Mysql server or Ms Sql Server, please install interbase 2.5 and interbase connector
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=73999&lngWId=1
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
Platform: |
Size: 858112 |
Author: asnezio |
Hits:
Description: 1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project;
2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据;
3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码;
4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot";
5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下;
6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
-1, imported in Eclipse projects, to by Eclipse menu File → Import → Existing Projects intoWorkspace Project create a database in MySQL using MySQL Control Center to perform the database directory dbscript.sql database script file to create the database SQL statements to create the database and tables, and data 3, setting the database connection configuration to, modify doc directory exam.xml file, the database user name and password is set to the actual user name and password 4, the doc directory of the exam. xml file is copied to the Tomcat installation directory conf \ Catalina \ localhost folder, docBase modify the exam.xml file, directory points to the value of the project, such as " F: \ jsp \ 21 \ WebRoot" ensure that the Tomcat installation directory common \ lib under the mysql-connector-java-3.0.16-ga-bin.jar class package file, if no copy WebRoot \ WEB-INF \ lib directory mysql-connector-java-3.0. a 16-ga-bin.jar class package file to the Tomcat installation dire
Platform: |
Size: 2764800 |
Author: charles |
Hits:
Description: 本补丁完美破解,附带两个验证程序,可验证本补丁的完美破解程度!
1. 下载易语言5.11静态编译正式版-精简版
下载地址: http://www.eyuyan.com/edown/e/E5.11/e511_chs.exe
下载易语言5.11静态编译正式版-完整版
下载地址: http://www.eyuyan.com/edown/e/E5.11/e511_chs_all.exe
下载解压后覆盖到易语言安装目录
2. 下载VC6链接器
地址:
http://bbs.eyuyan.com/dispbbs.asp?boardid=124&Id=202913
下载后解压到易语言目录(例如: c:\e5\vc98linker)
3.
修改易语言安装目录下的 tools\link.ini (例如: c:\e5\tools\link.ini)
linker="C:\full\path\link.exe"
修改为VC6连接器所在路径并去掉前面的分号
(例如: linker="c:\e5\vc98linker\bin\link.exe" )
4.
将易语言5.11静态编译正式版完美破解补丁(e.patch.exe) 放到易语言目录内运行.
点击PATCH按钮,完成后退出补丁.
5.
运行易语言就可以正常编译程序了!-This patch is the perfect break, comes with two verification process verifies the perfect crack the extent of the patch! 1 download easy statically compiled languages 5.11 official version- Lite Download: http://www.eyuyan.com/edown/e/ E5.11/e511_chs.exe download easy language 5.11 static compile the official version- full version download address: http://www.eyuyan.com/edown/e/E5.11/e511_chs_all.exe downloading codecs coverage to easy language installation directory 2 download VC6 linker address: http://bbs.eyuyan.com/dispbbs.asp?boardid=124& Id=202913 after downloading extract to easy language directory (eg: c: \ e5 \ vc98linker) 3. modify the easy language install the tools \ link.ini directory (for example: c: \ e5 \ tools \ link.ini) linker = " C: \ full \ path \ link.exe modified to VC6 the path of the connector and remove the front semicolon (eg: linker = " c: \ e5 \ vc98linker \ bin \ link.exe" ) 4. easy language 5.11 Static compile the official ve
Platform: |
Size: 11458560 |
Author: Green |
Hits: