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

搜索资源列表

  1. java压缩文件源码--ZipUtils

  2. package com.hexiang.utils; import java.io.*; import java.util.*; import java.util.zip.Adler32; import java.util.zip.CheckedInputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; import java.util.zip.ZipOutputStream; public
  3. 所属分类:Java

    • 发布日期:2010-01-14
    • 文件大小:2048
    • 提供者:hexiang221
  1. Servlet查询数据库案例--Query(java源码)

  2. /* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or implied. * You may study, use, and modify it for any
  3. 所属分类:Java

    • 发布日期:2010-01-14
    • 文件大小:2048
    • 提供者:hexiang221
  1. Cooperative.Communications.and.Networking

  2. Presenting the fundamental principles of cooperative communications and networking, this book treats the concepts of space, time, frequency diversity, and MIMO, with a holistic approach to principal topics where significant improvements can be obtai
  3. 所属分类:C#

    • 发布日期:2010-01-14
    • 文件大小:5242880
    • 提供者:wolfhunterhu
  1. Computer+Networking+A+Top-Down+Approach+Featuring+The+Internet

  2. Welcome to our online textbook, Computer Networking: A Top-Down Approach. We ( Jim Kurose, Keith Ross, and Addison-Wesley-Longman) think you will find this textbook to be very different than the other computer networking books that are currently ava
  3. 所属分类:Access

    • 发布日期:2010-01-15
    • 文件大小:9437184
    • 提供者:ffqiu
  1. 通过java操作excel表格的工具类库jxl

  2. jxl.jar  jxl.jar   通过java操作excel表格的工具类库   支持Excel 95-2000的所有版本   生成Excel 2000标准格式   支持字体、数字、日期操作   能够修饰单元格属性   支持图像和图表   应该说以上功能已经能够大致满足我们的需要。最关键的是这套API是纯Java的,并不依赖Windows系统,即使运行在Linux下,它同样能够正确的处理Excel文件。另外需要说明的是,这套API对图形和图表的支持很有限,而且仅仅识别PNG格式。   搭建环
  3. 所属分类:Java

    • 发布日期:2010-01-15
    • 文件大小:1048576
    • 提供者:hexiang221
  1. Java邮件开发Fundamentals of the JavaMail API

  2. Fundamentals of the JavaMail API Presented by developerWorks, your source for great tutorials ibm.com/developerWorks Table of Contents If you're viewing this document online, you can click any of the topics below to link directly to that section. 1.
  3. 所属分类:Java

    • 发布日期:2010-01-15
    • 文件大小:73728
    • 提供者:hexiang221
  1. Test-Driven Development By Example

  2. Copyright Preface Courage Acknowledgments Introduction Part I. The Money Example Chapter 1. Multi-Currency Money Chapter 2. Degenerate Objects Chapter 3. Equality for All Chapter 4. Privacy Chapter 5. Franc-ly Speaking Chapter 6. Equality for All, R
  3. 所属分类:专业指导

    • 发布日期:2010-01-15
    • 文件大小:391168
    • 提供者:lilysinger
  1. MVel 2.0.15 doc

  2. MVEL is an expression language – similar to OGNL – and a templating engine. I’d like to give you an example of MVEL Templates in this post so you can find out if MVEL might work for you. Templating Examples This is how templating with MVEL looks lik
  3. 所属分类:Access

    • 发布日期:2010-01-17
    • 文件大小:496640
    • 提供者:liuzihuang
  1. Programming WinCE(普通下载).chm

  2. I'd heard stories from authors about the travails of writing a book. Still I was unprepared for the task. While I wrote, I learned just how much of a team effort is necessary to make a book. My name appears on the cover, but countless others were in
  3. 所属分类:其它

    • 发布日期:2010-01-18
    • 文件大小:2097152
    • 提供者:freearea_liang
  1. c#3.0语言规范高清PDF

  2. 1. 简介 ................................................................................................................................................................... 1 1.1 Hello world .............................................................
  3. 所属分类:C#

    • 发布日期:2010-01-18
    • 文件大小:4194304
    • 提供者:jjx0224
  1. java面试题解析困惑之一

  2. java面试题解析困惑之final、finally和finalize的区别
  3. 所属分类:Java

    • 发布日期:2010-01-19
    • 文件大小:43008
    • 提供者:leo771
  1. 四、六级作文应试模版.ppt

  2. Para 1: when it comes to …, some people think(argue, claim, maintain, hold, believe, say, regard) that A is more important than B. It goes without saying that A plays an important part in… The reasons are as follows. Firstly, (To begin with, first o
  3. 所属分类:C++

    • 发布日期:2010-01-19
    • 文件大小:229376
    • 提供者:CXB100000
  1. 大公司的Java面试题集

  2. 大公司的Java面试题集 大公司的Java面试题集   第一,谈谈final, finally, finalize的区别。   final 用于声明属性,方法和类,分别表示属性不可变,方法不可覆盖,类不可继承。 finally是异常处理语句结构的一部分,表示总是执行。 finalize是Object类的一个方法,在垃圾收集器执行的时候会调用被回收对象的此方法,可以覆盖此方法提供垃圾收集时的其他资源回收,例如关闭文件等。
  3. 所属分类:Java

    • 发布日期:2010-01-20
    • 文件大小:7168
    • 提供者:dpgg521
  1. inside java virtual machine.chm(中文名:深入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 cla
  3. 所属分类:Java

    • 发布日期:2010-01-20
    • 文件大小:1048576
    • 提供者:eitisiks
  1. 关于Java的几个经典问题

  2. 1.类的初始化顺序 2.到底创建了几个String对象(三)——变量(属性)的覆盖 (四)——final、finally和finalize的区别 (五)——传了值还是传了引用(六)——字符串(String)杂谈 (七)——日期和时间的处理 (八)——聊聊基本类型(内置类型)(九)——继承、多态、重载和重写(十)——话说多线程 (十一)——这些运算符你是否还记得?
  3. 所属分类:Java

    • 发布日期:2010-01-21
    • 文件大小:143360
    • 提供者:teffi
  1. java基础实例200题

  2. 复 习 题 一、 单选题(40 道) 1. 电子商务有许多分类,其中 B to C 是指( )。 A、企业与企业 B、企业与消费者 C、消费者与消费者 D、企业与政府 2. 在一个由客户端,协议防火墙、中间层(DMZ) 、域防火墙及企业内部网构成的电子商务 系统中,一般情况下,协议防火墙会允许哪个/些协议通过? A. IIOP B. FTP C. HTTP/HTTPS D. JAVA 3. 在 HTML 文件中可以嵌入 JSP 表达式。下面哪一个表明了正确的嵌入方式? A. B. C.
  3. 所属分类:C

    • 发布日期:2010-01-24
    • 文件大小:1048576
    • 提供者:zgyBrittany
  1. C# 完全手册.pdf

  2. C#在Microsoft.net初始版本中占中心位置,是Microsoft公司开发的一种最新的面向对象编程语言,它结合了C++的强大功能和Visual Basic的易用性。本书分为三部分来帮助读者学习C#语言。第一部分提供了对C#语言的全面讨论,描述了C#语言里定义的关键字、语句和特性。同时介绍了I/O、文件处理、映射和预处理程序。第二部分讨论了C#类库,它也是.NET框架类库。由于篇幅有限,本书重点讲述了包含在系统名字空间里的核心类库,这部分的内容几乎每个C#程序员都会用到。第三部分包括C#
  3. 所属分类:C#

    • 发布日期:2010-01-24
    • 文件大小:1048576
    • 提供者:cishon
  1. servlet+jsp+javaBean开发的网站书店(完整源码)

  2. servlet+jsp+javaBean开发的网站书店(完整源码) java,jsp,web,servlet,j网上商城源码 package com.lovo.cq.shopping10_1.daoimpl; import com.lovo.cq.shopping10_1.common.DbUtil; import com.lovo.cq.shopping10_1.dao.OrderDao; import com.lovo.cq.shopping10_1.po.Order; import co
  3. 所属分类:Java

    • 发布日期:2010-01-27
    • 文件大小:2097152
    • 提供者:hexiang221
  1. JavaSwingTutorial.rar

  2. 全英文版 chm格式和pdf格式都有 Lesson: Getting Started with Swing This lesson gives you a quick introduction to using the JFC Swing packages to create a program's GUI. First, it tells you what the JFC and Swing are. Next, it helps you get the necessary releases
  3. 所属分类:Java

    • 发布日期:2010-01-29
    • 文件大小:7340032
    • 提供者:xiaoguan2008
  1. Modern Multidimensional Scaling, Theory and Applications, 2ed (Springer Series in Statistics) (Ingwer Borg, Patrick J. F

  2. Multidimensional scaling (MDS) is a technique for the analysis of similarity or dissimilarity data on a set of objects. Such data may be intercorrelations of test items, ratings of similarity on political candidates, or trade indices for a set of co
  3. 所属分类:Java

    • 发布日期:2010-01-31
    • 文件大小:5242880
    • 提供者:ffloatgang
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »