Doc2Db.bat:用來(lái)將數(shù)據(jù)表描述文檔轉(zhuǎn)換成sql腳本。由于不方便解析WORD,需要先WORD中的表格拷貝至Excel,一個(gè)Table占用一個(gè)Sheet。如實(shí)例中的table.xls Db2Doc.bat:用來(lái)將數(shù)據(jù)庫(kù)表轉(zhuǎn)成描述文檔。數(shù)據(jù)庫(kù)的鏈接和指定表需要在conf.properties文件中配置一下。 conf.properties:配置文件。配置Excel中代表表屬性的相關(guān)單元格和反向工程需要的數(shù)據(jù)庫(kù)鏈接配置,具體配置請(qǐng)打開看下里面的注釋說(shuō)明。 特別注意:此工具僅僅是為了節(jié)省一點(diǎn)手工工作量,不是有意破壞數(shù)據(jù)庫(kù)設(shè)計(jì)“概念設(shè)計(jì)-邏輯設(shè)計(jì)-物理設(shè)計(jì)-文檔”過(guò)程。 另外,運(yùn)行時(shí)候,機(jī)器需要有java環(huán)境,在PATH環(huán)境變量中添加java。
上傳時(shí)間: 2013-12-01
上傳用戶:釣鰲牧馬
Cport263很不錯(cuò)的串口控件 1。拷貝cport263目錄to 指定控件目錄 例如:我的為D:\Borland\dracolib 2。拷貝bpl目錄下所有文件to delphi2005的..\bpl目錄 3。安裝packages dsgnCPort7.bpl 4。添加Library PATH
標(biāo)簽: Borlanddracolib 263 delphi Cport
上傳時(shí)間: 2016-12-21
上傳用戶:fhzm5658
這是初學(xué)者學(xué)習(xí)匯編語(yǔ)言的必備編譯鏈接工具! 先要設(shè)置一下環(huán)境變量,下載此壓縮包后,解壓縮到一個(gè)路徑,然后將此路徑添加到系統(tǒng)變量的PATH下,然后在命令行鍵入masm進(jìn)行編譯,鍵入link進(jìn)行鏈接
標(biāo)簽: 初學(xué)者 匯編語(yǔ)言 變量 編譯
上傳時(shí)間: 2014-01-11
上傳用戶:yzhl1988
java課程設(shè)計(jì) 案例精編03 (1) 硬件配置 CPU:≥Pentium III 600 內(nèi)存:≥128MB 硬盤剩余空間:≥512MB (2) 軟件環(huán)境 安裝Sun公司的Java運(yùn)行環(huán)境(JRE 1.5或以上版本),推薦安裝Java開發(fā)工具包(JDK 1.5)。 安裝相應(yīng)平臺(tái)上的Java虛擬機(jī)(JVM)。 讀者可以到www.sun.com下載JDK 1.5的相應(yīng)版本,安裝并配置PATH之后即可達(dá)到運(yùn)行要求,Windows下的配置方法請(qǐng)參照第1章。 書中的案例可以跨平臺(tái)運(yùn)行。
上傳時(shí)間: 2013-12-21
上傳用戶:極客
The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same root-to-leaf PATH. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results
標(biāo)簽: combinatorial assignment problem arises
上傳時(shí)間: 2014-01-19
上傳用戶:BIBI
實(shí)現(xiàn)matlab中一些經(jīng)常使用的功能,只要將其加入matlab中的PATH里,就可以直接調(diào)用這些函數(shù)。
標(biāo)簽: matlab
上傳時(shí)間: 2017-01-28
上傳用戶:zhuimenghuadie
Qt/Embedded的安裝(本人親自安裝步驟) 準(zhǔn)備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應(yīng)用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產(chǎn)生x11開發(fā)環(huán)境所需要的兩個(gè)工 具) 假設(shè)把源碼包解壓所在/root/build-arm下 1安裝tmake 進(jìn)入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標(biāo)簽: Embedded Qt Makefile tmake
上傳時(shí)間: 2013-12-22
上傳用戶:sk5201314
java編寫的短信收發(fā)程序,十分好用,為了保證Java通信API被正確的安裝了,從命令框中進(jìn)入到commapi\samples\BlackBox目錄中。按如下方式設(shè)置PATH變量:以我為例,JRE的家目錄為C:\j2sdk1.4.2_03\jre。根據(jù)你的JRE設(shè)置做相應(yīng)的改變。
上傳時(shí)間: 2017-04-21
上傳用戶:coeus
C++圖論算法,dijistra shortest PATH, floyd shortest PATH等最短路算法
上傳時(shí)間: 2014-01-03
上傳用戶:笨小孩
安裝JDK 從java.sun.com/">http://java.sun.com/下載jdk-1_5_0_04-windows-i586-p.exe 安裝到指定路徑,我選擇D:jdk1.5.0 配置環(huán)境變量: JAVA_HOME: D:jdk1.5.0 PATH: D:jdk1.5.0 in CLASSPATH: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar
標(biāo)簽: java com sun windows-i
上傳時(shí)間: 2017-05-27
上傳用戶:l254587896
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1