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

搜索资源列表

  1. Pro Objective-C

  2. Pro Objective-C The Objective-C programming language continues to grow in popularity and usage because of the power and ease-of-use of the language itself, along with the numerous features that continue to be added to the platform. If you have a bas
  3. 所属分类:iOS

    • 发布日期:2013-09-24
    • 文件大小:10485760
    • 提供者:zhuiqiu111
  1. 使用Spring进行统一日志管理,统一异常管理

  2. 统一日志和异常管理配置好后,SSH项目中,代码以往散落的log.info() 和 try..catch..finally 再也不见踪影!
  3. 所属分类:Java

    • 发布日期:2013-09-26
    • 文件大小:31744
    • 提供者:cz271882889
  1. zip4j demo + jar

  2. zip4j 压缩加密解密 /** * 使用zip4j执行带密码的压缩 * * @param srcFile * 需要压缩文件的目录 * @param destfile * 压缩后的文件名 * @param pwd * 压缩时的密码 * @throws Exception */ public static void encryptCompressZip(String srcFile, String destfile, String pwd) { ZipOutputStream outputStr
  3. 所属分类:Java

    • 发布日期:2013-09-26
    • 文件大小:668672
    • 提供者:marching1986
  1. C#语言规范4.0

  2. 目录 1. 简介 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型参数 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6.6.1 参数 15 1.6.6.2 方法体和局部变量 17 1.6.6.3 静态方法和实例方法 17 1.6.6.4 虚方法、重写方法和抽象方法 18 1.6.6.5 方法
  3. 所属分类:.Net

    • 发布日期:2013-10-01
    • 文件大小:2097152
    • 提供者:pengwen135
  1. 深入java虚拟机

  2. 前言 第1章 Java体系结构介绍 第2章 平台无关 第3章 安全 第4章 网络移动性 第5章 Java虚拟机 第6章 Java class文件 第7章 类型的生命周期 第8章 连接模型 第9章 垃圾收集 第10章 栈和局部变量操作 第11章 类型转换 第12章 整数运算 第13章 逻辑运算 第14章 浮点运算 第15章 对象和数组第16章 控制流 第17章 异常 第18章 finally子句 第19章 方法的调用与返回 第20章 线程同步 附录A 按操作码助记符排列的指令集 附录B 按功能排
  3. 所属分类:Java

    • 发布日期:2013-10-09
    • 文件大小:19922944
    • 提供者:u012379962
  1. 深入java虚拟机

  2. 前言 第1章 Java体系结构介绍 1.1 为什么使用Java 1.2 网络带来的挑战和机遇 1.3 体系结构 1.3.1 Java虚拟机 1.3.2 类装载器的体系结构 1.3.3 Java class文件 1.3.4 Java API 1.3.5 Java程序设计语言 1.4 Java体系结构的代价 1.5 结论 1.6 资源页 第2章 平台无关 2.1 为什么要平台无关 2.2 Java的体系结构对平台无关的支持 2.2.1 Java平台 2.2.2 Java语言 2.3.3 Java
  3. 所属分类:Java

    • 发布日期:2013-10-09
    • 文件大小:19922944
    • 提供者:zhao051328
  1. C#实验题目

  2. 实验2using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test2._1 { class MyException : Exception { public MyException(string message):base (message){ } public override string Message { get { return "Error"+
  3. 所属分类:C/C++

    • 发布日期:2013-10-09
    • 文件大小:36864
    • 提供者:u012382991
  1. JavaServer Faces in Action

  2. As I write this foreword, I am collaborating with four leading user interface (UI) component vendors on a presentation for the 2004 JavaOneSM conference. In our presentation, the vendors will show how they leverage JavaServerTM Faces technology in t
  3. 所属分类:Web开发

    • 发布日期:2013-10-14
    • 文件大小:12582912
    • 提供者:hqbwhatever
  1. Java虚拟机规范(Java SE 7).pdf

  2. 第1章 引言 ........................................................... 18 1.1 简史 .......................................................... 18 1.2 Java虚拟机 ................................................... 18 1.3 各章节提要 .................................
  3. 所属分类:Java

    • 发布日期:2013-10-17
    • 文件大小:2097152
    • 提供者:suixingbugai
  1. 一个非常不错的入侵检测软件

  2. Ax3soft Sax2 is a professional intrusion detection and prevention system (IDS) used to detect intrusion and attacks, analyze and manage your network which excels at real-time packet capture, 24/7 network monitor, advanced protocol analysis and autom
  3. 所属分类:网络监控

    • 发布日期:2013-10-21
    • 文件大小:6291456
    • 提供者:hdy2xbh
  1. C#语言规范5.0

  2. 目录 1. 介绍 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型形参 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6.6.1 参数 15 1.6.6.2 方法体和局部变量 16 1.6.6.3 静态方法和实例方法 17 1.6.6.4 虚方法、重写方法和抽象方法 18 1.6.6.5 方法
  3. 所属分类:.Net

    • 发布日期:2013-10-22
    • 文件大小:920576
    • 提供者:yjiesun
  1. 异常处理-简单的除法运算器

  2. 2. 两个加数分别输入2和3,调试并修改程序,得出结果 3. 两个加数分别输入字符a和b,调试并修改程序,在结果文本框中输出相应的异常提示,如图3所示。 图3 格式化异常 4. 两个加数分别输入123456789876543和1,调试并修改程序,在结果文本框中输出相应的异常提示。 5. 两个加数分别输入123和0,调试并修改程序,尝试用finally处理该异常。 6. 定义一个自己的异常MyException,并在TxtOp1或者TxtOp2为空的时候,抛出该异常。利用catch语句将该异常捕
  3. 所属分类:C#

    • 发布日期:2013-10-23
    • 文件大小:37888
    • 提供者:lengmoyixia
  1. Building Powerful and Robust Websites with Drupal 6

  2. Drupal is a hugely popular and widely celebrated open-source Content Management System that is day-by-day becoming the first choice of people for building blogs and other websites. Sir Tim Berners-Lee (the father of the Internet), Hillary Clinton, a
  3. 所属分类:Web开发

    • 发布日期:2008-09-28
    • 文件大小:10485760
    • 提供者:herberthbt
  1. 动画从屏幕下方弹出dialog

  2. package com.example.animdialogdemo; import com.example.calculatedemo.R; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Bu
  3. 所属分类:Android

    • 发布日期:2013-10-25
    • 文件大小:1048576
    • 提供者:u011300739
  1. DELPHI搜索文件的示例

  2. 搜索TXT 文件的示例unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.ExtCtrls; type TForm1 = class(TForm) ListBox
  3. 所属分类:Delphi

    • 发布日期:2013-10-31
    • 文件大小:706560
    • 提供者:teststudio
  1. DELPHI文本整理器

  2. DELPHI文本整理器 样式像记事本 // 字符串处理功能 unit StringFunctions; interface uses Windows, Messages, SysUtils, Variants, Classes, Forms, Dialogs, StdCtrls, Commctrl; type TStringFunction = class(TObject) private function IsUpper(ch: char): boolean; function IsLowe
  3. 所属分类:Delphi

    • 发布日期:2013-10-31
    • 文件大小:891904
    • 提供者:teststudio
  1. Practical Ext JS 4

  2. Practical Ext JS 4 will get you up and running, using Ext JS 4.2 for your projects, as quickly as possible. After a quick refresher on some Javascr ipt basics, you will get to grips with Ext JS 4’s OO concepts (such as mixins) and familiarize yourse
  3. 所属分类:Web开发

    • 发布日期:2013-10-31
    • 文件大小:4194304
    • 提供者:webabc999
  1. ttylinux 5.3

  2. ttylinux User Guide Version 5.3 Pascal Schmidt Contents 1 Introduction 1.1 What is ttylinux? 1.2 What is ttylinux not? 1.3 Who is ttylinux aimed at? 1.4 License 2 Installation guide 2.1 Requirements 2.2 Download 2.3 Booting the CD-ROM version 2.4 In
  3. 所属分类:Linux

    • 发布日期:2013-11-02
    • 文件大小:6291456
    • 提供者:wgtiyg
  1. jacob .jar 包

  2. JACOB一个Java-COM中间件.通过这个组件你可以在Java应用程序中调用COM组件和Win32程序库。 示例代码: import com.ms.com.*; import com.ms.activeX.*; public class DispatchTest { public static void main(String[] args) { ActiveXComponent xl = new ActiveXComponent("Excel.Application"); Object
  3. 所属分类:Java

    • 发布日期:2013-11-02
    • 文件大小:300032
    • 提供者:m694449212
  1. Android UI Fundamentals: Develop & Design (Develop and Design)

  2. Author Jason Ostrander walks developers through the different choices available on their way to creating a well-designed application for Android. While building a simple application, Jason works through the basics of Android UI development including
  3. 所属分类:Android

    • 发布日期:2013-11-07
    • 文件大小:3145728
    • 提供者:oak3524816
« 1 2 ... 42 43 44 45 46 4748 49 50 »