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

搜索资源列表

  1. 看实例学VFP:更复杂的查询

  2. 看实例学VFP:更复杂的查询 时间:2009-02-12来源:编程入门网 作者:老马   在看实例学VFP:对表中记录进行定位与查找操作及看实例学VFP:用SELECT语句创建查询这两个例子中,我们可以在查询时可以从组合框中选定一个要查询的字段。本例对这种查询方式再做进一步改进,使之在查询时不仅可以从一个组合框中选取要查询的字段,还可以从另一个组合框中选定操作符(如等),从而实现更复杂的查询。本例应用到了数据环境,并使用“数据1”数据库中的“人员信息表”作为数据环境的数据源,关于该数据库的情
  3. 所属分类:专业指导

  1. gun tar for windows

  2. windows中打包tar文件 GUN tar 和在unix中使用tar命令基本上一样的。可以使用tar --help得到帮助的详细信息。 ------------------------------------------- GNU `tar' saves many files together into a single tape or disk archive, and can restore individual files from the archive. Usage: tar [
  3. 所属分类:C

    • 发布日期:2009-08-10
    • 文件大小:1048576
    • 提供者:ghy_999
  1. FIFO的HDL代码

  2. module FIFO2(clock,reset,data,wrreq,rdreq,q,full,empty); parameter N=8; parameter M=16; input clock; input reset; //低有效 input [N-1:0]data; input wrreq; input rdreq; output [N-1:0]q; output full; //FIFO为满时,输出高电平,不可写 output empty; //FIFO为空时,输出高电平,不可读
  3. 所属分类:其它

    • 发布日期:2009-08-21
    • 文件大小:2048
    • 提供者:sunwaveliu
  1. Addison Wesley - C++ Templates

  2. Chapter 1. About This Book Section 1.1. What You Should Know Before Reading This Book Section 1.2. Overall Structure of the Book Section 1.3. How to Read This Book Section 1.4. Some Rem arks About Programming Style Section 1.5. The Standard ver
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:754688
    • 提供者:ojlovecd
  1. webservice-ajax

  2. In order to AJAX enable it we will have to add the following attribute to the Web Service declaration part: [System.Web.scr ipt.Services.scr iptService()]When this is done our Web Service is ready to respond to client-side Javascr ipt calls.One more
  3. 所属分类:Web开发

    • 发布日期:2007-10-09
    • 文件大小:39936
    • 提供者:wanabe
  1. 自定义标签的简单例子

  2. 自定义标签的简单例子hello包括四个文件,自定义标签由标记处理程序( java)和标签的描述组成(tld,xml).java中是定义一个类,jsp所有的标签都实现jsptag接口。标签库的接口与类的继承关系见图tag.bmp。其中红色的框为类,非红色的是接口,自已画的图,有点烂,仔细一点看吧。tld中 <br& gt; hello_int com.jspdev.ch11.HelloTag_Interface empty xml中 /demotag /WEB-INF/tlds/myta
  3. 所属分类:Java

    • 发布日期:2007-10-11
    • 文件大小:7168
    • 提供者:facepp
  1. VC之路.chm

  2. 第一只小板凳:打开"an empty project"后,在VC的IDE中,打开文本编辑器。输入以下内容:#include "windows.h" int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) &l t;br>{   MessageBox (NULL, TEXT ("你好,欢迎来到VC之路"), TEXT ("欢迎"), 0) ;   retu
  3. 所属分类:C++

    • 发布日期:2007-10-11
    • 文件大小:1048576
    • 提供者:WudGaby
  1. DataVisChartControl.chm

  2. MS CHART帮助文档 The Microsoft Chart Control for .NET Framework provides rich data visualization for developers. It enables you to create ASP.NET pages or Windows Forms applications with simple, intuitive, and visually compelling charts for complex stat
  3. 所属分类:C#

    • 发布日期:2009-08-22
    • 文件大小:1048576
    • 提供者:java_xzy
  1. 图像修补matlab程序

  2. object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全-object removal in image processing means that users can remove images of an object, the algorithm can automatically use the backg
  3. 所属分类:其它

    • 发布日期:2009-08-22
    • 文件大小:1048576
    • 提供者:niedx2007
  1. SWING高级设计,RCP技术讲解,SWT/JFACE RCP入门资料

  2. Swing组件简介 1. 模型-视图-控制器设计模式 Swing组件都有三个要素:  内容,例如,按钮的状态(是否按下)或者文本框中的文本。  外观显示(颜色,尺寸)。  行为(对事件的反应)。 也就是MVC模式:实现此模式的三个独立的类:  模型-------存储内容  视图-------显示内容  控制器----处理用户输入 这个模式明确规定了三个对象如何进行交互。模型存储内容,它没有任何用户界面。对于一个按钮来说,内容非常简单—它只是一组标志,用来说明按钮是否按下,是否启用等
  3. 所属分类:Java

    • 发布日期:2009-08-26
    • 文件大小:4194304
    • 提供者:tbslj
  1. C#生成流水号小代码

  2. 自己写的一点小代码,多有不当,请指正! public string GetAutoDocNo() { string DocNo = "AD"; string today = DateTime.Today.Date.ToString("yyyyMMdd", DateTimeFormatInfo.InvariantInfo); DataSet DocDs = GetDataSe t(" select * from News"); //初始化 if (DocDs.Tables[0].Rows.Cou
  3. 所属分类:C#

    • 发布日期:2009-09-04
    • 文件大小:5120
    • 提供者:wddpxqq
  1. WM发送短信(C#)

  2. WM发送短信(C#) 绝对不错的东西 using Microsoft.WindowsMobile.PocketOutlook; private void button1_Click(object sender, EventArgs e) { OutlookSession m_outlookSession = new OutlookSession(); try { // 构造短信息对象 SmsMessage msg = new SmsMessage( this.textBox1.Text.Tri
  3. 所属分类:C#

    • 发布日期:2009-09-05
    • 文件大小:659
    • 提供者:bjtuwj
  1. scjp(310-065 part2)

  2. Given that the current directory is empty, and that the user has read and write privileges to the current directory, and the following: 1. import java.io.*; 2. public class Maker{ 3. public static void main(String args){ 4. File dir = new File(&qu o
  3. 所属分类:Java

    • 发布日期:2009-09-07
    • 文件大小:350208
    • 提供者:kakingka
  1. asp.NET上传实例

  2. 很好的实现大文件上传的实例,效果很不错 Ajax based Forum applicatio Ajax based Forum application This example shows you how to use Ajax Uploader create a forum application. It shows how to allow users upload attachments to their posts and manage person
  3. 所属分类:C#

    • 发布日期:2009-09-10
    • 文件大小:4194304
    • 提供者:zjs1003
  1. VBScrip基础 VBScript 语言参考

  2. 欢迎光临 VBscr ipt 语言参考 这里的信息可以帮你很方便地浏览 Visual Basic 脚本的许多不同部分。 你可以找到在按字母排序的关键字列表中列出的 VBscr ipt 语言的所有部分。如果你只想调阅某一部分,例如“对象”,那么语言的每一部分都有它自己更严密的章节。 如何查找呢?单击左边的某个标题,即显示该部分中包含的项目列表。从这张列表中选择要查看的主题。当这个主题打开后,再链接到其他相关的部分就简单多了。 好了,让我们试一试,体会体会!学习几个语句,研究几种方法,或者熟悉几个
  3. 所属分类:VB

    • 发布日期:2009-09-10
    • 文件大小:479232
    • 提供者:dragonhuanhn
  1. SQLite ADO.NET 2.03.5 +示例源码

  2. using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Configuration; using System.Data; using System.Data.SQLite; namespace DAL { public class Sqlite { /// /// 获得连接对象 // / /// public static SQLiteConnec
  3. 所属分类:其它

    • 发布日期:2009-09-13
    • 文件大小:5242880
    • 提供者:solond
  1. ImpREC 1.7c

  2. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= ~ Import REConstructor v1.7c FINAL by MackT/uCF2000 in 2001-2008 ~ = = ~ - *for Windows 9x, ME, NT, 2K, XP, Vista32/64* - ~ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
  3. 所属分类:C#

    • 发布日期:2009-09-20
    • 文件大小:424960
    • 提供者:cmyl2006
  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. EJB3.0入门经典

  2. 第1章 EJB知识与运行环境配置  1.1 什么是Enterprice JavaBeans(EJB)  1.2 EJB的运行环境  1.3 什么是JNDI  1.4 下载与安装JDK  1.5 下载与安装Eclipse  1.6 下载与安装JBoss  1.7 运行第一个EJB 3.0例子  1.8 熟悉JBoss的目录结构  1.9 在JBoss部署应用  1.10 如何恢复本书配套例子的开发环境  1.11 执行项目中的Ant任务  1.12 运行单元测试用例 第2章 会话Bean(Ses
  3. 所属分类:Java

    • 发布日期:2009-09-27
    • 文件大小:2097152
    • 提供者:co_coa
  1. 怎样设置打印报表时运用自己的纸张格式

  2. //根据纸张名称获取其所在本地机上的PaperSize:调用的是PaperSizeGetter.Get_PaperSizes静态方法(是从水晶报表中reflect精简出来的,版权归原作者所有) public class PaperSizeGetter { public static string OutputPort = String.Empty;
  3. 所属分类:C#

    • 发布日期:2007-10-29
    • 文件大小:5120
    • 提供者:stonewanglei
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »