Doc2Db.bat:用來將數(shù)據(jù)表描述文檔轉(zhuǎn)換成sql腳本。由于不方便解析WORD,需要先WORD中的表格拷貝至Excel,一個Table占用一個Sheet。如實例中的table.xls Db2Doc.bat:用來將數(shù)據(jù)庫表轉(zhuǎn)成描述文檔。數(shù)據(jù)庫的鏈接和指定表需要在conf.properties文件中配置一下。 conf.properties:配置文件。配置Excel中代表表屬性的相關(guān)單元格和反向工程需要的數(shù)據(jù)庫鏈接配置,具體配置請打開看下里面的注釋說明。 特別注意:此工具僅僅是為了節(jié)省一點手工工作量,不是有意破壞數(shù)據(jù)庫設(shè)計“概念設(shè)計-邏輯設(shè)計-物理設(shè)計-文檔”過程。 另外,運行時候,機器需要有java環(huán)境,在pATh環(huán)境變量中添加java。
上傳時間: 2013-12-01
上傳用戶:釣鰲牧馬
Cport263很不錯的串口控件 1??截恈port263目錄to 指定控件目錄 例如:我的為D:\Borland\dracolib 2??截恇pl目錄下所有文件to delphi2005的..\bpl目錄 3。安裝packages dsgnCPort7.bpl 4。添加Library pATh
標(biāo)簽: Borlanddracolib 263 delphi Cport
上傳時間: 2016-12-21
上傳用戶:fhzm5658
這是初學(xué)者學(xué)習(xí)匯編語言的必備編譯鏈接工具! 先要設(shè)置一下環(huán)境變量,下載此壓縮包后,解壓縮到一個路徑,然后將此路徑添加到系統(tǒng)變量的pATh下,然后在命令行鍵入masm進行編譯,鍵入link進行鏈接
上傳時間: 2014-01-11
上傳用戶:yzhl1988
java課程設(shè)計 案例精編03 (1) 硬件配置 CPU:≥Pentium III 600 內(nèi)存:≥128MB 硬盤剩余空間:≥512MB (2) 軟件環(huán)境 安裝Sun公司的Java運行環(huán)境(JRE 1.5或以上版本),推薦安裝Java開發(fā)工具包(JDK 1.5)。 安裝相應(yīng)平臺上的Java虛擬機(JVM)。 讀者可以到www.sun.com下載JDK 1.5的相應(yīng)版本,安裝并配置pATh之后即可達(dá)到運行要求,Windows下的配置方法請參照第1章。 書中的案例可以跨平臺運行。
上傳時間: 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
上傳時間: 2014-01-19
上傳用戶:BIBI
實現(xiàn)matlab中一些經(jīng)常使用的功能,只要將其加入matlab中的pATh里,就可以直接調(diào)用這些函數(shù)。
標(biāo)簽: matlab
上傳時間: 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)境所需要的兩個工 具) 假設(shè)把源碼包解壓所在/root/build-arm下 1安裝tmake 進入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
上傳時間: 2013-12-22
上傳用戶:sk5201314
java編寫的短信收發(fā)程序,十分好用,為了保證Java通信API被正確的安裝了,從命令框中進入到commapi\samples\BlackBox目錄中。按如下方式設(shè)置pATh變量:以我為例,JRE的家目錄為C:\j2sdk1.4.2_03\jre。根據(jù)你的JRE設(shè)置做相應(yīng)的改變。
上傳時間: 2017-04-21
上傳用戶:coeus
C++圖論算法,dijistra shortest pATh, floyd shortest pATh等最短路算法
上傳時間: 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
上傳時間: 2017-05-27
上傳用戶:l254587896
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1