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

搜索资源列表

  1. PowcerCenter 使用过程中的Q&A

  2. Informatica学习笔记1:UPDATE AS INSERT Informatica学习笔记2:客户端连接服务器的问题 Informatica学习笔记3:workflow的问题 Informatica学习笔记4:Folder权限的问题 Informatica学习笔记6:建立workflow的问题 Informatica学习笔记7:workflow执行报错 Informatica学习笔记8:提示joiner输入字段没有排序 Informatica学习笔记9:import一系列mapping
  3. 所属分类:其它

    • 发布日期:2009-09-01
    • 文件大小:59392
    • 提供者:applelew
  1. aspdns域名查询IP地址

  2. 一个根据域名查询IP地址的asp组件,使用简单。 <% Set DNSLook = Server.CreateObject("AspDNS.Lookup") strRes = DNSLook.DNSLookup ("mailhost.onramp.net") Response.Write ("The IP Address of mailhost.onramp.net is " & strRes & &quo t;") %> ...展开收缩
  3. 所属分类:C#

    • 发布日期:2009-09-06
    • 文件大小:1048576
    • 提供者:funfire66
  1. CSS Cookbook(英文版)

  2. As the industry standard method for enriching the presentation of HTML-based web pages, Cascading Style Sheets (CSS) allow you to give web pages more structure and a more sophisticated look. But first, you have to get past CSS theory and resolve rea
  3. 所属分类:Web开发

    • 发布日期:2009-09-16
    • 文件大小:13631488
    • 提供者:snow_angel_wmy
  1. 微软C#3.0 Specification

  2. 微软官方关于C#3.0的参考书,Doc版 1. Introduction 1 1.1 Hello world 1 1.2 Program structure 2 1.3 Types and variables 4 1.4 Expressions 6 1.5 Statements 8 1.6 Classes and objects 12 1.6.1 Members 12 1.6.2 Accessibility 13 1.6.3 Type parameters 13 1.6.4 Base clas
  3. 所属分类:Access

    • 发布日期:2009-09-24
    • 文件大小:2097152
    • 提供者:timsonboy
  1. classes12.zip

  2. oracle数据库的驱动程序, 请参考,你所需要的classes12.zip 方法: DataSource ds = (javax.sql.DataSource) ctx.lookup ("java:comp/env/jdbc/连接名"); conn = ds.getConnection(); stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
  3. 所属分类:Java

    • 发布日期:2009-09-24
    • 文件大小:1048576
    • 提供者:dawei_li
  1. EJB 2 JMS

  2. 1.消息的生产者 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import javax.jms.JMSException; import javax.jms.ObjectMessage; import javax.jms.Session; import javax.jms.TextMessage; import javax.jms.Topic; impo
  3. 所属分类:Java

    • 发布日期:2009-09-25
    • 文件大小:61440
    • 提供者:onlyor
  1. MATLAB 图像处理命令.pdf

  2. MATLAB 图像处理命令.pdf 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut('sum(x(:)) == 4',2); BW1 = imread('text.tif'); BW2 = applylut(BW1,lut); imshow(BW1) figure, imshow(BW2)
  3. 所属分类:其它

    • 发布日期:2009-09-28
    • 文件大小:471040
    • 提供者:gaofeihifly
  1. VB编程资源大全(英文源码 数据库)

  2. 1 , datafile.zip"This sample demonstrates how to do file input and output using Visual Basic. The sample creates a new database file and allows you to view, add, or delete records in this database."2 , dbprint.zip<br&g t;This demonstrates how to
  3. 所属分类:Access

    • 发布日期:2007-10-24
    • 文件大小:11534336
    • 提供者:zhangxucool
  1. VB编程资源大全(英文源码 ASP)

  2. 1,xmldirviewer.zipThis is a sample from an XML implementation I created for my company's Intranet, giving the capability for user maintained content. 2,dnslookup.zipEasy DNS Lookup and Reverse Name lookup using qdns.dll (dll vb source is included in
  3. 所属分类:C#

    • 发布日期:2007-10-24
    • 文件大小:2097152
    • 提供者:zhangxucool
  1. 23种设计模式的java实现

  2. public class SingletonB { static private Hashtable registry = new Hashtable(); //static private SingletonB instance; public static void Register(String name, SingletonB aInstance) { registry.put(name, aInstance); } public static SingletonB GetInstan
  3. 所属分类:其它

    • 发布日期:2009-10-04
    • 文件大小:260096
    • 提供者:lixiaoquan4314
  1. C语言圣经(英文版)

  2. Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line Counting W
  3. 所属分类:C

    • 发布日期:2009-10-09
    • 文件大小:254976
    • 提供者:xiancaonima
  1. The Definitive Guide to NetBeans Platform 2009

  2. netbeans platform开发方面最新的一本不错的书。 感谢他们: Lead Editor: Jim Freeman Technical Reviewers: Jaroslav Tulach, Geertjan Wielenga Editorial Board: Clay Andres, Steve Anglin, Mark Beckner, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Jonathan
  3. 所属分类:Access

    • 发布日期:2009-11-01
    • 文件大小:14680064
    • 提供者:thekll
  1. EOS示例与教程.chm

  2. 02 EOS示例与教程 01 轻轻松松构建Web应用 01.01 快速开发:单表增删改查 01.01.01 页面效果 01.01.02 数据准备 01.01.03 创建数据模型 01.01.04 设置显示属性 01.01.05 增删改查一步完成 01.01.05.01 设置查询条件 01.01.05.02 选择目录并通过向导生成代码 01.01.06 EOS数据库维护功能开发诀窍 01.02 实现关联表操作 01.02.01 数据准备 01.02.02 创建数据模型 01.02.03 产生录
  3. 所属分类:Java

    • 发布日期:2009-11-03
    • 文件大小:6291456
    • 提供者:northstarwu
  1. \the c programming language

  2. C经典书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic E
  3. 所属分类:C

    • 发布日期:2009-11-05
    • 文件大小:254976
    • 提供者:MeteorRed
  1. 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。

  2. 实验一:词法分析 一、实验目的 通过设计一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。 二、实验预习提示 1、 词法分析器的功能和输出格式 词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属
  3. 所属分类:C++

    • 发布日期:2009-11-10
    • 文件大小:443392
    • 提供者:keyu1711
  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
    • 文件大小:1048576
    • 提供者:songsu
  1. 微软内部资料-SQL性能优化5

  2. Contents Overview 1 Lesson 1: Index Concepts 3 Lesson 2: Concepts – Statistics 29 Lesson 3: Concepts – Query Optimization 37 Lesson 4: Information Collection and Analysis 61 Lesson 5: Formulating and Implementing Resolution 75 Module 6: Troubleshoot
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:2097152
    • 提供者:songsu
  1. 数字图像处理的详细讲述

  2. MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用 lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut('sum(x(:)) == 4',2); BW1 = imread('text.tif'); BW2 = applylut(BW1,lut); imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.bestblk 功能: 确定进行块操作的块大小。 语法: siz
  3. 所属分类:其它

    • 发布日期:2009-12-07
    • 文件大小:509952
    • 提供者:wsfdffr
  1. workflow student guide-工作流手册

  2. Preface Profile xi Related Publications xii Typographic Conventions xiii Lesson 1: Introduction Course Objectives 1-2 Oracle Overview 1-3 Course Overview 1-4 Lesson 2: Overview of Oracle Workflow Objectives 2-2 Workflow Terms 2-3 Oracle Workflow Ove
  3. 所属分类:Oracle

    • 发布日期:2009-12-23
    • 文件大小:1048576
    • 提供者:ema100
  1. phpmaker610官方安装版

  2. 根据数据库自动生成php网页代码的工具,支持如下功能: Features: All scr ipts linked up properly Optional list, add/copy, view, edit, delete, multi-update and search pages for each table/view. (See Table Setup) Customizable table display order. Optional Grid-Add, Grid-Edit, I
  3. 所属分类:Web开发

    • 发布日期:2009-12-27
    • 文件大小:10485760
    • 提供者:fzulib
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »