Welcome![Sign In][Sign Up]
Location:
Search - sun online

Search list

[Other resourceOreillyJavaServletAndJSPCookbook

Description: Copyright Copyright © 2004 O Reilly Media, Inc. Printed in the United States of America. Published by O Reilly MediaInc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O Reilly & Associates books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or corporate@oreilly.com. Nutshell Handbook, the Nutshell Handbook logo, and the O Reilly logo are registered trademarks of O Reilly Media, Inc The Cookbook series designations, Java Servlet and JSP Cookbook, the image of a fennec fox, and related trade dress are trademarks of O Reilly & Associates, Inc. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States
Platform: | Size: 2969608 | Author: jing | 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: 11861 | Author: fly | Hits:

[Other resourcedds-design

Description: * DESCRIPTION: DDS design BY PLD DEVICES. * * AUTHOR: Sun Yu * * HISTORY: 12/06/2002 *-* DESCRIPTION : DDS BY PLD design Online. * * AUTHOR : Sun Yu * * HISTORY : 12/06/2002 *
Platform: | Size: 849 | Author: 魏杰 | Hits:

[Other resourceDSPuva16

Description: * DESCRIPTION: DDS design BY PLD DEVICES. * * AUTHOR: Sun Yu * * HISTORY: 12/06/2002 *-* DESCRIPTION : DDS BY PLD design Online. * * AUTHOR : Sun Yu * * HISTORY : 12/06/2002 *
Platform: | Size: 15849 | Author: 魏杰 | Hits:

[Other resourcePCB(Cadence)

Description: * DESCRIPTION: DDS design BY PLD DEVICES. * * AUTHOR: Sun Yu * * HISTORY: 12/06/2002 *-* DESCRIPTION : DDS BY PLD design Online. * * AUTHOR : Sun Yu * * HISTORY : 12/06/2002 *
Platform: | Size: 468438 | Author: 魏杰 | Hits:

[WinSock-NDIScode3sharp

Description: 本软件需求规格说明书按照CMM2级标准编写,由项目经理孙昱拟制。项目全称为:SARS病人网络管理系统,项目代号为NK001。预期读者为参与SARS病人网络管理系统设计、开发、实施、维护各阶段任务的人员。包括项目组人员、部门经理、客户代表、与项目相关的其他小组负责人等。 本软件需求规格说明书包括正文和附录部分。正文包括概述、系统用例分析、报告参与人员、需求说明、在线帮助需求、设计约束、组件购买、接口、许可需求、法律和版权条款、应用标准。附录包括参考书目、索引、术语表、版本号。 关键词:SARS病人 设计约束 组件购买 -the software requirements specification manuals in accordance with SW-class standards prepared by the project manager Yu Sun fiction. Project name : SARS patients Network Management System, the project code-named NK001. Expect readers to participate in SARS patients network management system design, development, implementation, maintenance of the various stages of the mission staff. Including the project team, department managers, customer representatives and other items related to the group, and so on. The software requirements specification manuals include some text and appendices. Including an overview of the body, the system use cases, the staff report, demand, online help demand, design constraints, the purchase of components, interfaces, permit requirements, legal and copyright provi
Platform: | Size: 13609 | Author: wq57 | Hits:

[JSPOreillyJavaServletAndJSPCookbook

Description: Copyright Copyright © 2004 O Reilly Media, Inc. Printed in the United States of America. Published by O Reilly MediaInc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O Reilly & Associates books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or corporate@oreilly.com. Nutshell Handbook, the Nutshell Handbook logo, and the O Reilly logo are registered trademarks of O Reilly Media, Inc The Cookbook series designations, Java Servlet and JSP Cookbook, the image of a fennec fox, and related trade dress are trademarks of O Reilly & Associates, Inc. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States -err
Platform: | Size: 2969600 | Author: jing | 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:

[VHDL-FPGA-Verilogdds-design

Description: * DESCRIPTION: DDS design BY PLD DEVICES. * * AUTHOR: Sun Yu * * HISTORY: 12/06/2002 *-* DESCRIPTION : DDS BY PLD design Online.** AUTHOR : Sun Yu** HISTORY : 12/06/2002*
Platform: | Size: 1024 | Author: 魏杰 | Hits:

[VHDL-FPGA-VerilogDSPuva16

Description: * DESCRIPTION: DDS design BY PLD DEVICES. * * AUTHOR: Sun Yu * * HISTORY: 12/06/2002 *-* DESCRIPTION : DDS BY PLD design Online.** AUTHOR : Sun Yu** HISTORY : 12/06/2002*
Platform: | Size: 15360 | Author: 魏杰 | Hits:

[VHDL-FPGA-VerilogPCB(Cadence)

Description: * DESCRIPTION: DDS design BY PLD DEVICES. * * AUTHOR: Sun Yu * * HISTORY: 12/06/2002 *-* DESCRIPTION : DDS BY PLD design Online.** AUTHOR : Sun Yu** HISTORY : 12/06/2002*
Platform: | Size: 467968 | Author: 魏杰 | Hits:

[Internet-Networkcode3sharp

Description: 本软件需求规格说明书按照CMM2级标准编写,由项目经理孙昱拟制。项目全称为:SARS病人网络管理系统,项目代号为NK001。预期读者为参与SARS病人网络管理系统设计、开发、实施、维护各阶段任务的人员。包括项目组人员、部门经理、客户代表、与项目相关的其他小组负责人等。 本软件需求规格说明书包括正文和附录部分。正文包括概述、系统用例分析、报告参与人员、需求说明、在线帮助需求、设计约束、组件购买、接口、许可需求、法律和版权条款、应用标准。附录包括参考书目、索引、术语表、版本号。 关键词:SARS病人 设计约束 组件购买 -the software requirements specification manuals in accordance with SW-class standards prepared by the project manager Yu Sun fiction. Project name : SARS patients Network Management System, the project code-named NK001. Expect readers to participate in SARS patients network management system design, development, implementation, maintenance of the various stages of the mission staff. Including the project team, department managers, customer representatives and other items related to the group, and so on. The software requirements specification manuals include some text and appendices. Including an overview of the body, the system use cases, the staff report, demand, online help demand, design constraints, the purchase of components, interfaces, permit requirements, legal and copyright provi
Platform: | Size: 28672 | Author: wq57 | Hits:

[Windows DevelopAgentServer

Description: agent server for sun online server
Platform: | Size: 97280 | Author: ludaks | Hits:

[Windows DevelopDdatabase

Description: Databases for sun online of webzen
Platform: | Size: 48128 | Author: asdasd | Hits:

[JSP/Javanetctoss

Description: 该项目是为电信运营的IP计费服务的。主要为openlab在线实验室出租业务。该 系统运行于Sun Solaris Unix系统,数据库采用Oracle9i ,Web部分采用Weblogic 服务器。后台主要由数据采集系统从AAA服务器采定时采集出用户的登入登出信息, 存入数据库相应的表中,由数据整合系统定时对采集的数据按时、天、月、年进行 整合,以便对web部分的查询提供支持。前台部分主要分为用户自服务管理,资费 管理,用户管理,管理员管理,帐单管理,帐务管理6个模块。-The project is a carrier of IP billing services. Mainly openlab online lab rental business. The system runs on Sun Solaris Unix systems, databases using Oracle9i, Web Part using Weblogic server. Background mainly by the data acquisition system collected from the AAA server, from time to time taken out of the user' s login logout information into the appropriate table in the database from the data integration system, timing of the data collected on time, days, months, years, be integrated in order to web part of the query to provide support. Foreground some of the major is divided into user-service management, tariff management, user management, administrators management, billing management, account management module 6.
Platform: | Size: 2571264 | Author: 南风 | Hits:

[Dialog_WindowYes!SUN

Description: 整站基于PHP+MYSQL技术,体积小巧、应用灵活、功能强大,是一款为企业网站量身打造的完全免费的WEB系统;动态缓存、静态生成、伪静态、URL友好设置等功提升搜索引擎及用户友好度,一键多语言版开设,支持数据模型,后台操作即可为网站添加产品属性、留言板、调查、帮助、在线报名等在线交互系统,数据调用功能让建设网站无需懂得任何脚本语言。 -The whole station based PHP+MYSQL technology, compact, flexible, powerful, is a website tailored for the enterprise completely free WEB system dynamic cache, static generation, pseudo-static, URL-friendly setting and other functions to enhance the search engine and user friendliness, a key multi-language version of the creation, support for data models, background operation to add product attributes for websites, message boards, surveys, help, online registration and other online interactive systems, data call feature allows the construction site without know any scripting language.
Platform: | Size: 625664 | Author: 雷晨杰 | Hits:

[Game EngineSUN-3D-Engine

Description: SUN online 3D Engine
Platform: | Size: 13967360 | Author: LeonidKuzmin | Hits:

[WEB CodeYes!SUN

Description: 支持前沿技术:动态缓存、伪静态、静态生成、友好URL、SEO设置等提升网站性能、用户体验、搜索引擎友好度的技术均为Yes!Sun所支持。 易于二次开发:采用独创的平台化理念,按需定制项目中的各种元素,如:产品属性、产品相册、新闻列表、单篇文章、帮助系统、投票模块、在线留言、提交表单、广告管理等,只有想不到,没有做不到。 后台管理简单:配置模式和普通模式分别对应网站设计者和使用者,避免核心参数暴露给使用者导致错误的或不必要的操作,造成误解和损失。 -Support for cutting-edge technologies: dynamic cache, pseudo static, static generation, friendly URL, SEO settings and other web site performance, user experience, search engine friendliness of the technology are Yes! Sun support. Easy to secondary development: the original concept of the platform, according to the various elements of the need to customize project, such as: product attributes, product photo album, a list of news, Chanpian articles, help system, voting module, online message, submit form, advertising management, only unexpected did not. The backstage management is simple: the configuration mode and the common mode correspond to the website designer and the user separately, avoiding the core parameter to expose to the user causes the wrong or unnecessary operation, causes the misunderstanding and the loss.
Platform: | Size: 625664 | Author: 商连永 | Hits:

[Web ServerYes!SUN

Description: 整站基于PHP+MYSQL技术,体积小巧、应用灵活、功能强大,是一款为企业网站量身打造的完全免费的WEB系统;动态缓存、静态生成、伪静态、URL友好设置等功提升搜索引擎及用户友好度,一键多语言版开设,支持数据模型,后台操作即可为网站添加产品属性、留言板、调查、帮助、在线报名等在线交互系统,数据调用功能让建设网站无需懂得任何脚本语言。-The entire station is based on PHP+ MYSQL technology, the volume is small and exquisite, the application is nimble, the function is formidable, is one section for the enterprise website tailor-made completely free WEB system The dynamic cache, the static generation, the false static, the URL friendly establishment and so on enhances the search engine And user-friendly degree, a key multi-language version set up to support the data model, the background operation can be added to the site product attributes, message boards, surveys, help, online registration and other online interactive system, the data call function to build the site without any script Language.
Platform: | Size: 742400 | Author: sej | Hits:

[Game Hook CrackSun Online UcD WPK Tool

Description: a WPK tool for older version from Sun Online
Platform: | Size: 205515 | Author: mg_kill@hotmail.com | Hits:
« 12 3 »

CodeBus www.codebus.net