亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Collections

  • SnackAmp is a powerful multi-platform audio music (mp3, ogg ,wav, streams ...) player and organizer

    SnackAmp is a powerful multi-platform audio music (mp3, ogg ,wav, streams ...) player and organizer for large music Collections. Manage your entire collection, including ID3 tagging and auto-playlisting. Integrated web server for remote control/streaming

    標簽: multi-platform organizer SnackAmp powerful

    上傳時間: 2013-12-22

    上傳用戶:3到15

  • 采用jsp+servlet+javabean

    采用jsp+servlet+javabean,jsp負責(zé)少量的頁面處理,以servlet為主。 結(jié)構(gòu)清晰明了,未對頁面做美工處理,因此html和javascript代碼很少, 詳細介紹了jdbc的常用api以及數(shù)據(jù)庫中的表的級聯(lián)。 開發(fā)調(diào)試平臺為jbuilder9+tomcat4,在resin和weblogic下測試通過。 數(shù)據(jù)庫平臺為ms sql server2000 數(shù)據(jù)庫連接池為apache組織下jakarta項目組開發(fā)的commons-dbcp 1.0 info.sql 數(shù)據(jù)庫的表結(jié)構(gòu)文件 其中表info_table1和info_table2有級聯(lián)關(guān)系 guestbook.properties 屬性文件,初始化了一些參數(shù) mssqlserver.jar,msutil.jar,msbase.jar SQL驅(qū)動 commons-Collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 數(shù)據(jù)庫連接池

    標簽: javabean servlet jsp

    上傳時間: 2014-01-19

    上傳用戶:gtzj

  • Math.NET開源數(shù)學(xué)庫 C#實現(xiàn) 具體功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A spa

    Math.NET開源數(shù)學(xué)庫 C#實現(xiàn) 具體功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Distribution fonctions, see MathNet.Numerics.Distributions. - Statistical accumulator, see MathNet.Numerics.Statistics. - Fourier transformations, see MathNet.Numerics.Transformations. - Miscellaneous utilies (polynomials, rationals, Collections).

    標簽: LinearAlgebra Numerics MathNet algebra

    上傳時間: 2015-07-24

    上傳用戶:思琦琦

  • A detailed explanation of C# 2.0 An introduction to Visual Studio 2005, a tool set for building

    A detailed explanation of C# 2.0 An introduction to Visual Studio 2005, a tool set for building Windows and web applications More than 200 questions and programming exercises to help you better judge your understanding of the material A greater emphasis on event handling Information on generics and generic Collections

    標簽: introduction explanation detailed building

    上傳時間: 2013-12-14

    上傳用戶:愛死愛死

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    標簽: Introduction Thinking Revision Preface

    上傳時間: 2014-07-13

    上傳用戶:netwolf

  • 常見java數(shù)據(jù)結(jié)構(gòu)的使用方法

    常見java數(shù)據(jù)結(jié)構(gòu)的使用方法,包括Arrays類Collections類HashSet類List類TreeSet類Map類Vector類

    標簽: java 數(shù)據(jù)結(jié)構(gòu)

    上傳時間: 2014-02-10

    上傳用戶:qiao8960

  • December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7

    December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7 introduces a resource framework. Some of the core ant tasks such as <copy/> are now able to process not only file system resources but also zip entries, tar entries, paths, ... Resource Collections group resources, and can be further combined with operators such as union and intersection. This can be extended by custom resources and custom tasks using resources. Ant 1.7 starts outsourcing of optional tasks to Antlibs. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant. Support for the version control system Subversion will be only provided as an antlib to be released shortly. Ant 1.7 fixes also a large number of bugs. Ant 1.7 has some initial support for Java6 features.

    標簽: Ant Available available December

    上傳時間: 2014-01-06

    上傳用戶:daoxiang126

  • java面試筆試題大匯總 ~很全面 java面試筆試題大匯總 第一

    java面試筆試題大匯總 ~很全面 java面試筆試題大匯總 第一,談?wù)刦inal, finally, finalize的區(qū)別。   最常被問到。   第二,Anonymous Inner Class (匿名內(nèi)部類) 是否可以extends(繼承)其它類,是否可以implements(實現(xiàn))interface(接口)?   第三,Static Nested Class 和 Inner Class的不同,說得越多越好(面試題有的很籠統(tǒng))。   第四,&和&&的區(qū)別。 這個問得很少。     第五,HashMap和Hashtable的區(qū)別。   常問。     第六,Collection 和 Collections的區(qū)別。   你千萬別說一個是單數(shù)一個是復(fù)數(shù)。     第七,什么時候用assert。   API級的技術(shù)人員有可能會問這個。     第八,GC是什么? 為什么要有GC?   基礎(chǔ)。     第九,String s = new String("xyz") 創(chuàng)建了幾個String Object?     第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少?     第十一,short s1 = 1 s1 = s1 + 1 有什么錯? short s1 = 1 s1 += 1 有什么錯?   面試題都是很變態(tài)的,要做好受虐的準備。     第十二,sleep() 和 wait() 有什么區(qū)

    標簽: java 筆試題

    上傳時間: 2017-05-20

    上傳用戶:壞壞的華仔

  • 界面漂亮 功能實用的串口調(diào)試助手

    大家先試用一下,源碼后面奉上!!!using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Threading.Tasks;using System.Windows;namespace SerialCom{    /// <summary>    /// App.xaml 的交互邏輯    /// </summary>    public partial class App : Application    {    }}

    標簽: 串口調(diào)試

    上傳時間: 2022-03-25

    上傳用戶:kent

主站蜘蛛池模板: 阜康市| 子洲县| 金坛市| 张家口市| 沽源县| 河津市| 来安县| 贵阳市| 洱源县| 咸阳市| 唐河县| 文登市| 上林县| 嘉义县| 石泉县| 吉隆县| 饶阳县| 山阴县| 鹿泉市| 聂拉木县| 东乌| 逊克县| 菏泽市| 石渠县| 兖州市| 福鼎市| 沙田区| 通渭县| 泽州县| 互助| 绩溪县| 扎囊县| 甘德县| 祥云县| 临澧县| 锦屏县| 犍为县| 塘沽区| 仲巴县| 布尔津县| 荥阳市|