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

搜索资源列表

  1. IEJSLeaksDetector

  2. IE内存泄漏检测工具。对检测web页面在IE678下的内存泄漏很有帮助 As described in detail in this MSDN article, the Jscr ipt garbage collector in previous versions of Internet Explorer manages the lifetime of Jscr ipt objects but not of DOM objects. As a result, the Jscr ipt garb
  3. 所属分类:Web开发

    • 发布日期:2014-04-14
    • 文件大小:483328
    • 提供者:cyberorc
  1. Delphi 线程池

  2. 在外国网站搜下来的线程池 压缩包里面有demo {** * ThreadPool is a abstract class framework for creating specialized * pool of workers (TPoolWorker, separate threads) which are managed * by a manager (TPoolManager, also a thread) * * * License * * The contents of this f
  3. 所属分类:Delphi

    • 发布日期:2014-04-18
    • 文件大小:1048576
    • 提供者:marszzx
  1. VB.net捕获整个网页并保存成图像

  2. VB.net捕获整个网页并保存成图像有软件 Private Sub GetImage() If WebBrowser1.Document Is Nothing Then Return End If Try Dim scrollWidth As Integer Dim scrollHeight As Integer scrollHeight = WebBrowser1.Document.Body.ScrollRectangle.Height scrollWidth = WebBrowser1.D
  3. 所属分类:VB

    • 发布日期:2008-10-13
    • 文件大小:835584
    • 提供者:jyb1982
  1. 编写安全的代码.chm

  2. If you design applications, or if you build, test, or document solutions, you need this book. If your applications are Web-based or Win32-based, you need this book. Finally, if you are currently learning or building Microsoft .NET Framework–based ap
  3. 所属分类:Web开发

    • 发布日期:2008-10-15
    • 文件大小:2097152
    • 提供者:chinayuanao
  1. Professional J2EE EAI.pdf

  2. 关于J2EE对于EAI的应用研究 Welcome to Professional J2EE EAI. Enterprise Application Integration (EAI) refers to the unrestricted sharing of data and business processes among the connected applications and data sources in an enterprise. While the need for EAI
  3. 所属分类:Java

    • 发布日期:2008-10-15
    • 文件大小:16777216
    • 提供者:sgsgh
  1. Android 启动界面设计

  2. Thread timer = new Thread() {public void run() {try {sleep(2000); } catch(InterruptedException e) {e.printStackTrace(); }finally{ Intent openMainActivityIntent = new Intent("com.jm.second1_1.MAINActivity"); startActivity(openMainActivityIntent);} }
  3. 所属分类:Android

    • 发布日期:2014-04-28
    • 文件大小:1048576
    • 提供者:jmps515
  1. commons-net-src

  2. apache对网络传输封装源码,易用简单, FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server. This class takes care of all low level details of interacting with an FTP server and provides a convenient higher level inte
  3. 所属分类:Java

    • 发布日期:2014-04-30
    • 文件大小:654336
    • 提供者:huhua_tarena
  1. C#程序的157个建议

  2. 第一部分 语言篇 第1章 基本语言要素 / 2 建议1:正确操作字符串 / 2 建议2:使用默认转型方法 / 6 建议3:区别对待强制转型与as和is / 9 建议4:TryParse比Parse好 / 12 建议5:使用int?来确保值类型也可以为null / 15 建议6:区别readonly和const的使用方法 / 16 建议7:将0值作为枚举的默认值 / 19 建议8:避免给枚举类型的元素提供显式的值 / 20 建议9:习惯重载运算符 / 22 建议10:创建对象时需要考虑是否实现比
  3. 所属分类:C#

    • 发布日期:2014-05-03
    • 文件大小:27262976
    • 提供者:gamecocos2dx
  1. Java_IO(输入输出)

  2. Java_IO(输入输出) FileInputStream类、FileOutputStream类、FileReader类、FileWriter类、try{}catch(){}finally{}应用
  3. 所属分类:Java

    • 发布日期:2014-05-05
    • 文件大小:3072
    • 提供者:wxy_19890722
  1. 英文参考文献

  2. Soft set theory is a newly emerging mathematical tool to deal with uncertain problems. In this paper, by introducing a generalization parameter, which itself is trapezoidal fuzzy, we define generalized trapezoidal fuzzy soft sets and then study some
  3. 所属分类:教育

    • 发布日期:2014-05-09
    • 文件大小:1048576
    • 提供者:qq_15197989
  1. Java异常处理

  2. 异常处理,异常处理功能提供了处理程序运行时出现的任何意外或异常情况的方法。异常处理使用 try、catch 和 finally 关键字来尝试可能未成功的操作
  3. 所属分类:Java

    • 发布日期:2014-05-16
    • 文件大小:8192
    • 提供者:baoge_leopard
  1. C/C++ and Matlab types convertor

  2. Title: C/C++ Matlab types convertor Brief: Bidirectional conversion between C/C++ types (native, STL, openCV...) and Matlab matrix (compile or run time). Key words: C, C++, mxArray, OpenCV, IplImage, iterator, mex, engine Descr iption: Consider bel
  3. 所属分类:C++

    • 发布日期:2014-05-17
    • 文件大小:65536
    • 提供者:erlingmusan
  1. NEURON Programming Tutorial

  2. This tutorial is divided into 5 parts (A - E) and will take you, step by step, through the process of creating a complex simulation. In part A we start with the basics: how to create a single compartment neuron model with Hodgkin-Huxley conductances
  3. 所属分类:专业指导

    • 发布日期:2014-05-24
    • 文件大小:119808
    • 提供者:sinat_15735647
  1. DataGridView带有1列CheckBox

  2. More than a year and a half ago, I wrote an article, Selecting/ Deselecting all the CheckBoxes Inside a GridView for Web Forms. Last month, I got a chance to implement the same functionality for the DataGridView control for Windows Forms. Initially,
  3. 所属分类:C#

    • 发布日期:2014-05-28
    • 文件大小:24576
    • 提供者:yelin042
  1. 简明Python教程

  2. 目录表 前言 本书的读者 本书的由来 本书目前的状况 官方网站 约定条款 欢迎给我反馈 值得思考的一些东西 1 介绍 简介 Python的特色 概括 为什么不使用Perl 程序员的话 2 安装Python Linux和BSD用户 Windows 用户 概括 3 最初的步骤 简介 使用带提示符的解释器 挑选一个编辑器 使用源文件 输出 它如何工作 可执行的Python程序 获取帮助 概括 4 基本概念 字面意义上的常量 数 字符串 变量 标识符的命名 数据类型 对象 输出 它如何工作 逻辑行与物
  3. 所属分类:Python

    • 发布日期:2014-05-30
    • 文件大小:803840
    • 提供者:u013897132
  1. Expert_Python_Programming

  2. This book presents an interesting list of topics. It covers a range of Python features and how to use them in unexpected ways. It also covers a selection of interesting third-party libraries and tools. Along the way, agile programming with Python to
  3. 所属分类:Python

    • 发布日期:2014-06-01
    • 文件大小:10485760
    • 提供者:patrick_lu_nj
  1. Microstrip Filter Design Using Electromagnetics

  2. In this talk we will start with some simple microstrip geometries to introduce basic field-solver and visualization concepts. Next, the field-solver will be used to analyze several microstrip discontinuity problems of general interest. Finally, a nu
  3. 所属分类:电信

    • 发布日期:2014-06-03
    • 文件大小:865280
    • 提供者:dengkundk
  1. 简易计算器

  2. so easy,when i was bored,i try to do it.and finally i do it
  3. 所属分类:C/C++

    • 发布日期:2014-06-05
    • 文件大小:917
    • 提供者:ersha1
  1. DLL注入实例+教程

  2. 远程注入DLL方法有很多种,也是很多木马病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.这里介绍一种用 CreateRemoteThread 远程建立线程的方式注入DLL. 首先,我们要提升自己的权限,因为远程注入必不可免的要访问到目标进程的内存空间,如果没有足够的系统权限,将无法作任何事.下面是这个函数是用来提升我们想要的权限用的. function EnableDebugPriv: Boolean; var hToken: THandle; tp: TToke
  3. 所属分类:网络攻防

    • 发布日期:2008-10-17
    • 文件大小:454656
    • 提供者:hmy211
  1. java jdbc 学习 数据

  2. bstract,break,byte,boolean,catch,case,class,char,continue,default,double,do,else,extends,false,final,float,for,finally,if,import,implements,int,interface,instanceof,long,length,native,new,null,package,private,protected,public,return,switch,synchroni
  3. 所属分类:Java

    • 发布日期:2008-10-18
    • 文件大小:77824
    • 提供者:luohai83
« 1 2 ... 45 46 47 48 49 50»