• P

    Java EE 6 API 文檔

    lium-16 2011-10-21   9155   0
    P

    Java 5.0 中文 API 文檔

    本文檔是 Java 2 Platform Standard Edition 5.0 的 API 規范。 java.applet 提供創建 applet 所必需的類和 applet 用來與其 applet 上下文通信的類。 java.awt 包含用于創建用戶界面和繪制圖形圖像的所有類。 java.awt.color 提供用于顏色空間的類。 java.awt.datatransfer 提供在應用程序之間和在應用程序內部傳輸數據的接口和類。

    mwt 2014-05-26   3163   0
    P

    CORBA Networking with Java 文檔

    System administrators around the country, and in fact around the world, are seeking to solve their management’s desire to have an intranet and also have their companies involved on the Internet (read “World Wide Web”) for commercial reasons. They find that their key problem is hardware and software integration. The expected general technical goals of this enterprise network are: <br> <br>? Interoperability <br>? Portability <br>? Reusability <br>A possible scheme for achieving these goals is the use of the Common Object Request Broker Architecture (CORBA) and Java internetworking.

    why311 2014-10-20   1494   0
    P

    JDBC Database Access with Java 文檔

    THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have arranged the book so that information needed only by experts is separated out from the basic material. We hope that driver developers as well as application programmers and MIS administrators will find what they need.

    why311 2014-10-20   3825   0
    JDBC   Java開發   Java  
    P

    Java Concurrency in Practice 文檔

    Java Concurrency In Practice是講述java并發編程的經典著作"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book." --Martin Buchholz JDK Concurrency Czar, Sun Microsystems

    Grizzly 2013-03-25   3497   0

    Java 讀寫 Properties 文件 代碼段

    //讀操作 Properties properties = new Properties(); try { properties.load(new FileInputStream("filename.properties")); } catch (IOException e) { // implement catch logic } //寫操作 Properties properties = ne

    yb25 2015-01-29   1706   0
    Java  

    通用的Java DAO類 代碼段

    import java.io.Serializable; import java.util.Date; import java.util.List; import org.hibernate.Criteria;

    dd2d 2015-03-17   5756   1
    Java  

    Java數組操作 代碼段

    挺有用的額,其中有幾個方法自己都不熟悉

    autumnz613 2015-04-27   1291   0

    常用的Java代碼匯總 代碼段

    getMethodName(); 4. 轉字符串到日期 java.util.Date = java.text.DateFormat.getDateInstance().parse(date

    jopen 2015-06-18   4658   0
    Java  

    Java 圖片合并類 代碼段

    loyom.mp.handle; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import

    eg756 2015-08-05   1021   0
    Java  

    Java線程池例子 代碼段

    的優點就不多說了。 對于多線程的線程安全處理,這個也非常重要,有些同學還是要多補補課。 Java線程池說起來也簡單,簡單說下繼承關系: ThreadPoolExecutor extends

    jopen 2015-12-15   4606   0
    Java  

    Java中CountDownLatch用法 代碼段

    import java.util.concurrent.CountDownLatch; import java.util.concurrent.Executor; import java.util.concurrent

    MarRVP 2016-01-19   1047   0
    Java   多線程  

    Java實現Grep 代碼段

    Java實現Grep grep.java import java.io.*; public class grep{ public static void main(String [] args) throws

    ydongsky 2016-01-19   886   0
    Java  
    P14

      Java基礎問答 文檔

    ?Java基礎 1.如何獲得數組的長度? 數組名.length 2.訪問修飾符“public/private/protected/缺省的修飾符”的使用類? public :? 公共,均可訪問 private:?

    liu3340113 2011-10-08   2847   0
    P10

      JAVA 內存管理總結 文檔

    ?JAVA 內存管理總結 1. java是如何管理內存的 ?Java的內存管理就是對象的分配和釋放問題。(兩部分)? 分配 :內存的分配是由程序完成的,程序員需要通過關鍵字new 為每個對象申請內存空間

    kes168 2011-10-30   3908   0
    P5

      Flex+java入門 文檔

    ?Flex+java入門   學了幾天flex,想把flex與java進行交互,在網上找了一些資料,弄了一天多時間終于搞定了。Flex與java交互有三種方法,我較為習慣先建web程序再加入flex。我的開發環境室MyEclipse6

    lihai85 2012-02-22   5491   0
    P5

      Java操作ftp 文檔

    ????*?connectServer ????*?連接ftp服務器 ????*?@throws?java.io.IOException ????*?@param?path?文件夾,空代表根目錄 ???

    lovesanxia 2015-08-07   518   0
    P6

      java讀取excel數據 文檔

    ?利用java讀取Excel中的數據! 使用Windows操作系統的朋友對Excel(電子表格)一定不會陌生,但是要使用Java語言來操縱Excel文件并不是一件容易的事。在Web應用日益盛行的今天,

    sdfzq123 2013-05-07   704   0
    P5

      Java JNI實例 文檔

    今天作了一個JNI的實例,現將方法列出,以便以后的學習使用: 首先創建Java項目,項目名隨意,包名、類名隨意,本實例中用的為dllTest包和CallDll.java類. 其中CallDLL.java代碼如下: package org

    葉天義 2012-05-15   398   0

    Java EE 8 來了 資訊

    自2013年6月 Java EE 7 發布以 來,Java開發團隊在這段時間內一直在規劃和搜集下一個大版本Java EE 8帶來的新功能。 近日,Java EE 8中的JSR366部分已經通過JCP投票通過,正如大家所期待的Java

    jopen 2014-09-02   23715   0
    Java EE  
    1 2 3 4 5 6 7 8 9 10
  • sesese色