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為主。 結構清晰明了,未對頁面做美工處理,因此html和javascript代碼很少, 詳細介紹了jdbc的常用api以及數據庫中的表的級聯。 開發調試平臺為jbuilder9+tomcat4,在resin和weblogic下測試通過。 數據庫平臺為ms sql server2000 數據庫連接池為apache組織下jakarta項目組開發的commons-dbcp 1.0 info.sql 數據庫的表結構文件 其中表info_table1和info_table2有級聯關系 guestbook.properties 屬性文件,初始化了一些參數 mssqlserver.jar,msutil.jar,msbase.jar SQL驅動 commons-collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 數據庫連接池
上傳時間: 2014-01-19
上傳用戶:gtzj
Math.NET開源數學庫 C#實現 具體功能: - 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 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: 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數據結構的使用方法,包括Arrays類collections類HashSet類List類TreeSet類Map類Vector類
上傳時間: 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 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面試筆試題大匯總 第一,談談final, finally, finalize的區別。 最常被問到。 第二,Anonymous Inner Class (匿名內部類) 是否可以extends(繼承)其它類,是否可以implements(實現)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,說得越多越好(面試題有的很籠統)。 第四,&和&&的區別。 這個問得很少。 第五,HashMap和Hashtable的區別。 常問。 第六,Collection 和 collections的區別。 你千萬別說一個是單數一個是復數。 第七,什么時候用assert。 API級的技術人員有可能會問這個。 第八,GC是什么? 為什么要有GC? 基礎。 第九,String s = new String("xyz") 創建了幾個String Object? 第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少? 第十一,short s1 = 1 s1 = s1 + 1 有什么錯? short s1 = 1 s1 += 1 有什么錯? 面試題都是很變態的,要做好受虐的準備。 第十二,sleep() 和 wait() 有什么區
上傳時間: 2017-05-20
上傳用戶:壞壞的華仔
大家先試用一下,源碼后面奉上!!!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 { }}
標簽: 串口調試
上傳時間: 2022-03-25
上傳用戶:kent