您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Hibernate使用技巧汇总

  2. Hibernate使用技巧汇总1.两种配置文件: A.hibernate.cfg.xml 和 B.hibernate.properties A中可含映射文件的配置,而B中hard codes加映射文件。 A。Configuration config=new Configuration().config(); B. Configuration config=new Conf iguration(); config.addClass(TUser.class); 2.你不必一定用hiber
  3. 所属分类:Java

    • 发布日期:2007-08-31
    • 文件大小:39kb
    • 提供者:miaoyishui
  1. jquery+jstree

  2. 1.4 --- * Added changelog (this file) * Fixed tree control to search only for anchors, allowing images or other elements inside the controls, while keeping the control usable with the keyboard * Restructured folder layout: root contains plugin resou
  3. 所属分类:Javascript

  1. JSP+SQLSERVER 网上书店系统

  2. 一次作业,上网找了很久,希望对大家有用,添加数据库进sql,建立odbc数据源,数据库连接文件为WEB-INF\classes\db下的condb.java
  3. 所属分类:其它

    • 发布日期:2009-06-26
    • 文件大小:683kb
    • 提供者:terrdylee
  1. 微软内部资料-SQL性能优化3

  2. Contents Overview 1 Lesson 1: Concepts – Locks and Lock Manager 3 Lesson 2: Concepts – Batch and Transaction 31 Lesson 3: Concepts – Locks and Applications 51 Lesson 4: Information Collection and Analysis 63 Lesson 5: Concepts – Formulating and Impl
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:1mb
    • 提供者:songsu
  1. sqlhelper.rar

  2. //=============================================================================== // Microsoft Data Access Application Block for .NET微软.NET数据访问程序块 // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp(可在此网页查看) // // SQLHelper.cs // // Th
  3. 所属分类:其它

    • 发布日期:2009-12-01
    • 文件大小:6kb
    • 提供者:zhy251917345
  1. A.Developers.Guide.to.SQL.Server.2005.Apr.2006.chm

  2. 国外的经典数据库学习资料,通俗易懂,是chm格式的。 下面是目录: Table 1-1: New Data Types in SQL:1999 11 Table 2-1: Code Requirements and Constructs, and SQL Server Permission Sets 50 Table 2-2: Contents of sys.assemblies 54 Table 2-3: Contents of sys.assembly_references 54 Tabl
  3. 所属分类:其它

    • 发布日期:2010-01-02
    • 文件大小:17mb
    • 提供者:plwuxin
  1. Delphi用SQLDMO实现带进度条的SQL Server数据库备份!

  2. unit Unit3; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,SQLDMO_TLB, StdCtrls, ComCtrls,comobj; type TForm3 = class(TForm) Button1: TButton; ProgressBar1: TProgressBar; procedure Button1Click(Send
  3. 所属分类:其它

    • 发布日期:2010-04-08
    • 文件大小:3kb
    • 提供者:Jack_Yin
  1. A First Look at ADO.NET and System.Xml v. 2.0 (CHM)

  2. 1. ADO.NET and System.Xml Version 2.0 2. Bulk Loading, Batch Execution, and Paging 3. MARS, Asynchronous Commands, and ObjectSpaces 4. ADO.NET and SQL Server "Yukon" 5. New Features of System.XmlL Server "Yukon" 6. The XPathDocument2 Class 7. The Xm
  3. 所属分类:Java

    • 发布日期:2010-08-17
    • 文件大小:2mb
    • 提供者:david_cs_dn
  1. 数据库操作类sqlhelper.cs

  2. 数据库操作类sqlhelper.cs SQLHelper.cs // This file contains the implementations of the SqlHelper and SqlHelperParameterCache // classes.
  3. 所属分类:其它

    • 发布日期:2010-11-05
    • 文件大小:137kb
    • 提供者:jiaolin317
  1. DB2 Access Classes

  2. These classes encapsulate the complicated DB2 CLI APIs, so that developers can access DB2 database in a simple, ADO style way. CSqlDatabase Represents a connection to a database CSqlCommand Defines a specific command (SQL statement) CSqlRecordset Re
  3. 所属分类:其它

    • 发布日期:2010-11-08
    • 文件大小:31kb
    • 提供者:shaozg168
  1. 250个常用java实例源代码

  2. 常用的java实例源代码包括: applet, basics, beans, classes, datatransfer, graphics, gui, i18n, io, net, print, reflect, rmi, security, serialization, servlet, sql, thread, xml等
  3. 所属分类:Java

    • 发布日期:2011-02-16
    • 文件大小:394kb
    • 提供者:spring321
  1. jsp+sql宿舍管理系统

  2. 宿舍管理系统基于jsp开发,用sql2000数据库,用于学生宿舍的管理。 1、解压缩,把文件夹MyDesign复制到你Tomcat的ROOT文件夹下面. 2、把MyDesign\WEB-INF下的mydesign文件夹复制到ROOT文件夹下的WEB-INF\classes下面. 3、把ROOT\MyDesign\WEB-INF\下的web.xml中的和内容复制到ROOT\WEB-INF\下web.xml的和中,即 可完整了配置! 4、配置数据源:使用SQL Server 2000的企业管理器,
  3. 所属分类:软件测试

    • 发布日期:2011-05-02
    • 文件大小:561kb
    • 提供者:changjl2
  1. 整理后java开发全套达内学习笔记(含练习)

  2. abstract (关键字) 抽象 ['æbstrækt] access vt.访问,存取 ['ækses]'(n.入口,使用权) algorithm n.算法 ['ælgәriðm] Annotation [java] 代码注释 [ænәu'teiʃәn] anonymous adj.匿名的[ә'nɒnimәs]'(反义:directly adv.直接地,立即[di'rektli, dai'rektli]) apply v.应用,适用 [ә'plai] application n.应用,应用
  3. 所属分类:Java

    • 发布日期:2011-06-06
    • 文件大小:546kb
    • 提供者:lq_1987
  1. p6spy SQL监听和分析

  2. P6spy是一个JDBC Driver的包装工具,p6spy通过对JDBC Driver的封装以达到对SQL语句的监听和分析,以达到各种目的。 一、P6Spy的安装与使用 1、下载P6Spy的文件包; 2、把P6Spy的jar包p6spy.jar放到classpath中,如果是Web应用程序则放在YourWebApp/WEB-INF/lib/目录下; 3、把spy.properties放到classes目录下,如果是webapp就放在YourWebApp/WEB-INF/classess/目录
  3. 所属分类:Java

    • 发布日期:2013-02-23
    • 文件大小:104kb
    • 提供者:laowangji2
  1. T-SQL高级查询

  2. --高级查询在数据库中用得是最频繁的,也是应用最广泛的。 Ø 基本常用查询 --select select * from student; --all 查询所有 select all sex from student; --distinct 过滤重复 select distinct sex from student; --count 统计 select count(*) from student; select count(sex) from student; select count(dis
  3. 所属分类:SQLServer

    • 发布日期:2015-04-26
    • 文件大小:34kb
    • 提供者:tangsanbo
  1. Pro.SQL.Server.Wait.Statistics.1484211405

  2. Pro SQL Server Wait Statistics is a practical guide for analyzing and troubleshooting SQL Server performance using wait statistics. Whether you are new to wait statistics, or already familiar with them, this book will help you gain a deeper understa
  3. 所属分类:SQLServer

    • 发布日期:2015-09-04
    • 文件大小:10mb
    • 提供者:ramissue
  1. WPF Data Binding with LINQ to SQL

  2. This is the final part of a three-part series on using LINQ to SQL: Part 1: Mapping Tables to Objects Part 2: Adding/Updating/Deleting Data Part 3: WPF Data Binding with LINQ to SQL These tutorials describe how to map your classes to your tables man
  3. 所属分类:C#

    • 发布日期:2017-04-23
    • 文件大小:598kb
    • 提供者:mvp_java
  1. 自定义sql导出报表工具,最大支持100w条数据

  2. 自定义sql导出报表工具,最大支持100w条数。 \WEB-INF\classes\properties目录下db.properties修改oracle数据库配置。访问地址localhost:8080/export/export1 sql必须包含rownum rownum_ 如 select rownum rownum_ ,t.* from user t;如果想要源码或者mysql版本,联系我
  3. 所属分类:Oracle

    • 发布日期:2018-09-06
    • 文件大小:29mb
    • 提供者:dingzi__
  1. classes.sql

  2. lass.getResourceAsStream(String path) : path 不以’/'开头时默认是从此类所在的包下取资源,以’/'开头则是从ClassPath根下获取。其实也是通过path构造一个绝对路径,最终还是由ClassLoader获取资源。
  3. 所属分类:Java

    • 发布日期:2020-03-21
    • 文件大小:885byte
    • 提供者:qq_33351986
  1. SQL语句:给表添加外键的四种方式

  2. 1. 创建表的同时添加外键 create table score( score int(3), st_id int(16), cs_id int(16), primary key(st_id,cs_id), FOREIGN KEY (st_id) REFERENCES student(id), FOREIGN KEY (cs_id) REFERENCES classes(id) ); 2. 已经创建表了怎么办:在表的定义外进行添加 alter table 表名 add constraint F
  3. 所属分类:其它

    • 发布日期:2020-12-14
    • 文件大小:22kb
    • 提供者:weixin_38685961
« 12 3 4 5 6 7 8 9 10 ... 19 »