maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0.tar.gz or unzip maven-2.0.zip 2) A directory called "maven-2.0" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0/bin:$PATH or set PATH="c:\program files\maven-2.0\bin" %PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed.
標簽: instructions following archive install
上傳時間: 2014-01-19
上傳用戶:weiwolkt
學習制作網頁的好教程,從簡單到復雜一步步教會你如何制作網頁,讓你從菜鳥蛻變成一個網頁制作高手,顧名思義,主要用到的軟件是Dreamweaver,希望朋友們能從中得益
上傳時間: 2015-08-11
上傳用戶:我們的船長
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.
標簽: project implement developed Database
上傳時間: 2013-12-25
上傳用戶:semi1981
A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc
標簽: complete routines software created
上傳時間: 2013-12-17
上傳用戶:王小奇
This text introduces the spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 譯作:《黑客入侵的藝術》,也是從朋友的寶箱中搜來的,以前層大致瀏覽過,是難得一件的好資料。
標簽: introduces the hacking science
上傳時間: 2013-12-28
上傳用戶:離殤
JoSQL 1.5的源代碼。JoSQL(SQL for Java Objects)為Java開發者提供運用SQL語句來操作Java對象集的能力.利用JoSQL可以像操作數據庫中的數據一樣對任何Java對象集進行查詢,排序,分組。比如要查找所有的Html文件:SELECT * FROM java.io.File Where name $Like "%html"
上傳時間: 2015-09-16
上傳用戶:13188549192
JFCMS采用微軟公司先進ASP.NET技術開發完成。專業版采用MS ACCESS數據庫系統,完全免費;企業版采用MS SQL數據庫系統,需要購買后使用。 JFCMS非常適合希望建立信息類網站的用戶,通過對漸飛智能標簽的學習和簡單的HTML語言知識(可以用Dreamweaver所見即所得),不需要專門掌握高深的編程技術,再加上您的創造力,就將能輕松的制作出非常專業的網站來。
上傳時間: 2015-09-24
上傳用戶:jiahao131
利用OPENCV圖像處理軟件,選取擴展的Haar-like特征,實現基于Adaboost的人臉檢測技術,
上傳時間: 2013-12-08
上傳用戶:gut1234567
本系統分兩個子功能: 一:學生事務 統計學生的入學,繳費情況;考試報名情況;畢業設計情況 二:教務 學生的課程、教室安排;課程表打印;老師的課程,教室安排,課程表打印以及工作量統計。 本系統開發需要掌握ASP、數據庫等開發技術,運用網頁排版工具Dreamweaver MX以及圖像處理工具進行界面制作。 根據已經掌握的資料,查詢相關英文資料并進行翻譯。 查詢有關系統的相關資料,查找Web數據庫資料,熟悉數據庫的創建、管理以及優化。掌握ADO客戶端數據庫訪問技術和應用開發過程。 準備工作: 安裝所需的開發工具:網頁排版工具:Dreamweaver MX,編程工具:C++ Builder 6.0,數據庫系統:SQL Server 2000,計算機一臺及網絡環境
標簽: 分
上傳時間: 2015-09-30
上傳用戶:ghostparker
Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, splay tree program, and LZRW1. Quite a variety.
標簽: Compression compression Lossless lossless
上傳時間: 2014-01-24
上傳用戶:caixiaoxu26