Welcome![Sign In][Sign Up]
Location:
Search - jdbc jsp

Search list

[WEB CodeJDBC+JSP购物网站项目

Description: 在学校用JDBC+JAVA+Servlet+JSP做的一个电子购物网站项目例子
Platform: | Size: 2931946 | Author: ruyi_yi@126.com | Hits:

[ADO-ODBCJava 的JDBC 数据库连接池实现方法

Description: J2EE 程序员一般都有现成的应用服务器所带的JDBC 数据库连接池,不过对于开发一般的 Java Application 、 Applet 或者 JSP、velocity 时,我们可用的JDBC 数据库连接池并不多,并且一般性能都不好。我们可以自己写一个JDBC 数据库连接池。-J2EE programmers tend to have a ready-made application server release the JDBC database connection pool, but for the general development of the Java Application, applet or JSP, velocity, we can use JDBC database connection pool is not over, and generally not a good performance. We ourselves wrote a JDBC database connection pool.
Platform: | Size: 3072 | Author: 王文轩 | Hits:

[ADO-ODBCjsp_sqlserver_shopping

Description: 用JSP和数据库实现购物车的源程序,JSP通过JDBC-ODBC来调用sql数据库-using JSP and database Cart source, JSP through JDBC-ODBC to call sql database
Platform: | Size: 3072 | Author: 张剑侠 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver") String driver = "jdbc:microsoft:sqlserver://localhost:1433" Connection conn = DriverManager.getConnection(driver,"","") 修改成: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") String driver = "jdbc:odbc:try" Connection conn = DriverManager.getConnection(driver,"sa","") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http :// localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11264 | Author: fly | Hits:

[JSP/JavaJSP+JDBC+DB

Description: Java做的采用多种方式连接各种常用的数据库的程序。-Java do employ a variety of methods to connect various common database procedures.
Platform: | Size: 1705984 | Author: yyyyhhh | Hits:

[JSP/JavaBookShop_Javabean

Description: 利用Java Bean,JDBC,JSP技术实现网上书店功能。程序具有图书展示,加入购物车,购物篮展示,移出商品,继续购物,交银台,结账单,记录数据信息等功能。-use Java Bean, JDBC, JSP technology to achieve functional online bookstores. Procedures library display, a shopping cars, shopping basket display and outflow of goods, continue to be offered Silver Terrace, single closure, record data information, and other functions.
Platform: | Size: 532480 | Author: 陈正昌 | Hits:

[JSP/Javabookshop_jsp

Description: 利用JDBC,JSP技术实现简单的网上书店程序设计,程序具有图书展示(三本书),加入购物车,购物篮展示,移出商品,继续购物,交银台,结账单等功能。-use JDBC, JSP technology to achieve simple online bookstore programming, procedures to display books (three books), a shopping cars, shopping basket display and outflow of goods, continue to be offered Silver Terrace, Regulations alone, and other functions.
Platform: | Size: 80896 | Author: 陈正昌 | Hits:

[JSP/JavaOnlineBookStore

Description: jsp+javabean的在线书店 没有用什么框架 jsp +javabean+jdbc-jsp+ javabean online bookstore did not use any framework jsp+ javabean+ jdbc
Platform: | Size: 1387520 | Author: 潘吉祥 | Hits:

[JSP/Javajsp+servlet+jdbc

Description: jsp + servlete + jdbc开的管理系统
Platform: | Size: 2441216 | Author: yihu | Hits:

[OtherJSPprogram

Description: JSP高级编程,本书从最基础的JSP开发开始,循序渐进地介绍了JSP 开发技术,并涵盖了许多高级主题,如需要在企业级Web应用中使用的特性—Enterprise JavaBeans、JDBC 2.0、数据库连接池和自定义标签库。本书既适合初学者阅读,也适合具有一定JSP基础的开发人员深入研究使用。 -JSP high-level programming, this book from the most basic JSP development started, step-by-step introduction to JSP technology, and cover many advanced topics, such as the need for enterprise-level Web applications using the characteristics-Enterprise JavaBeans, JDBC 2.0, Database Connectivity pool and custom tag libraries. This book is suitable for beginners to read, but also the basis for a certain JSP developers to use in-depth study.
Platform: | Size: 4122624 | Author: 章伟 | Hits:

[JSP/JavaJSP+MYSQLdzbbs

Description: jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } String bbs_name="DzBBS" //論壇名稱 String temple="default" //風格模版 String adminpass="pass" //管理員密碼 設定好後運行http://user.net/dzbbs,然後再注冊成為會員即可,密碼需要和上面所設定的一樣 免費論壇空間推荐 MyJavaServer+db4free 完美組合 MyJavaServer是國外免費5mb空間 如何申請請看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx db4free是國外免費Mysql空間 -JSP prepared to set up a BBS system Methods: dzbbs.zip decompress, open dzbbs/set.jsp, amendments in the following try (cn = DriverManager.getConnection (jdbc: mysql:// localhost/mysql? useUnicode = true
Platform: | Size: 839680 | Author: James | Hits:

[Web Serverxinxiuganli

Description: 一个信息管理系统,本系统基于Java平台,采用设计模式:MVC(模型--视图--控制),采用的技术:Jsp+JavaBean+Struts+JDBC,数据库:MySQL Struts采用Struts 1.2 版本,MySQL采用MySQL5.0-An information management system, this system is based on the Java platform, using design patterns: MVC (Model View Control), the technologies used: Jsp+ JavaBean+ Struts+ JDBC, database: MySQLStruts using Struts 1.2 version, MySQL used MySQL5.0
Platform: | Size: 3544064 | Author: da | Hits:

[JSP/Javajava-network-source

Description: 《JAVA网络编程实例》源代码,内容包括:JDBC技术、网络与通信技术、JavaBean组件、Servlet编程、JSP技术、Java与XML、JNDI与RMI、J2EE核心技术EJB- JAVA Network Programming examples source code, including: JDBC technology, network and communications technologies, JavaBean components, Servlet Programming, JSP technology, Java and XML, JNDI and RMI, J2EE core technology EJB
Platform: | Size: 8946688 | Author: 张晓 | Hits:

[JSPJSP-anlikaifa

Description: JSP案例开发集锦(PDF) JSP是一种动态网页技术标准,可以无缝地运行在UNIX、Linux及Windows操作系统平台上,可以在多种Web服务器下使用。本书注重实用性,通过大量典型案例,以实际的技术和开发环境讲解JSP编程方法、使用技术及操作技巧,内容从JSP的基本语法到与其他技术如JavaScript、EIB、Servlet的综合使用都有专门章节及案例详细分析。本书配套光碟包括书中所有案例的源代码,读者可直接运行。 本书具有语言简明扼要、结构清晰,内容丰富、范例典型的特点,既适合网页制作人员、Web应用开发人员使用,也适合高校相关专业师生阅读。
Platform: | Size: 35096576 | Author: 郭姗姗 | Hits:

[JSP/JavaJSP-with-jdbc

Description: jsp与数据库通信编程。PDF 这本书介绍了 JSP连接各种数据库的 源代码 还有例子-jsp programming and database communication. PDF Introduction This book is a JSP to connect the various databases are examples of source code
Platform: | Size: 1003520 | Author: transientlee | Hits:

[JSP/JavaBBS(JSP+Struct+MySql)

Description: 现今的社会是一个信息飞速发达的社会,其中在信息的交流当中,互联网占据着一个非常重要的位置。人们可以通过在互联网上收到最新的消息,也可以通过互联网进行信息的交流。而论坛就是大家进行信息交流的其中一个渠道。 论坛的概念:论坛(BBS)是Bulletin-Board-System的缩写,即电子公告栏。它是一种在Internet网上开放的信息服务系统,通过论坛用户可以方便的实现信息的交换和文件的共享。 本文主要完成了基于JSP技术的信息交流论坛的设计和实现,主要实现了客户端和服务器端的动态交互。该系统包含六个模块:论坛用户登陆注册模块,论坛账户信息模块,论坛文章发布模块,公告/制度模块,版块管理模块,信息管理模块。论文详细描述了模块的结构、功能以及具体设计过程。系统采用了JSP技术以及JavaBeans组件技术和JDBC技术实现。 关键词:JSP,BBS,MYSQL,JavaBeans,系统设计
Platform: | Size: 2790400 | Author: 天枫 | Hits:

[Internet-NetworkJSP+Struts+JDBC

Description: 基于JSP+Struts+JDBC的个人通讯录管理系统。很简单,作为入门资料很不错。-Based on JSP+ Struts+ JDBC personal address book management system. Very simple, as the introductory information is pretty good.
Platform: | Size: 1505280 | Author: liang | Hits:

[JSP/Javajdbc

Description: jsp连接数据库的事例代码,对多个数据库适用,以及jdbc的基础知识-jsp code to connect database instances on the application of multiple databases, as well as basic knowledge jdbc
Platform: | Size: 3215360 | Author: fenghuitao | Hits:

[JSP/JavaJSP+JDBC

Description: jsp+jdbc实用的留言管理系统,包括文档说明和源码部分,初学都不错的资料-jsp+ jdbc practical message management system, including documentation and source of good beginner information
Platform: | Size: 83968 | Author: 小光 | Hits:

[JSP/JavaJSP-Database

Description: Copy the code into your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to your public_html directory and use it connect to your database via the JSP code. Replace the test418 with your database name and the URL with your JSP URL. -Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to your public_html directory and use it connect to your database via the JSP code. Replace the test418 with your database name and the URL with your JSP URL.
Platform: | Size: 19456 | Author: vinayak | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net