應用程序和示例代碼是針對一個環境,其中包括JBoss的4.0.x版( www.jboss.org ) , Apache的德比10.0.2.1 ( db.apache.org /德比郡)和SMTP服務器。因此您將需要這些應用程序安裝和配置。見附錄A的配置Apache的德比為4.0.x和附錄B和第10章配置的JBoss 。
上傳時間: 2014-01-20
上傳用戶:許小華
Derby database can be used to connect a database offline.These plugins can be used in Eclipse to connect DB offline
上傳時間: 2014-08-17
上傳用戶:pinksun9
除了畫面檢出的數據生成Excel報表外,還需要通過修改Excel報表上傳來更新DB的數據,客戶指定要求使用POI來控制Excel
上傳時間: 2017-06-23
上傳用戶:frank1234
linux下的日程表開發,提供記錄,日程安排提醒等功能,主要由時間控制等相關函數,需要db支持
標簽: linux
上傳時間: 2013-12-16
上傳用戶:牧羊人8920
這是用elipes平臺開發的java編程實例,數據庫用access .若想用elipes軟件加以開發只要連接該數據庫即可.數據庫連接步驟如下:"開始"-"設置"-"控制面板"-"管理工具"-"數據源"-"系統DSN"-"添加"-"Microsoft Access Driver(*.db)"-"完成"-"選擇(s)…"-(找到此文件的數據庫放置的位置,在左框里會顯示數據庫的名字,并點擊該數據庫名字,"確定")-在數據源名里填寫該數據庫名字后點"確定"-"確定"數據庫就連接好了.數據庫就可以在elipes中操作.該工程功能較為齊全,可做為畢業java實例設計.
上傳時間: 2014-01-03
上傳用戶:BIBI
用戶管理系統,可以從文件中讀取,也可以從數組中讀取。DB的讀取方式沒寫全
標簽: 用戶管理系統
上傳時間: 2017-07-27
上傳用戶:kbnswdifs
Java Application using EJB 3.0 for renting a car - Entities : Car, User, Renting Business Logic. Needs Glassfish v2, mysql DB
標簽: Application Business Entities Renting
上傳時間: 2017-07-27
上傳用戶:aa17807091
網上書店系統,代碼全1、本系統在 Windows 2003 Server/Windows xp professinal sp2 VS.NET2005 SQLServer2005 環境下調試通過 2、文件夾.MyBookShop\DB\下為系統所需要的數據庫,請在SQLServer2005下附加即可。 3、log4net文件夾為log4net源代碼。 網上書店管理系統,C#源代碼,有很好的參考價值,文件夾.MyBookShop\DB\下為系統所需要的數據庫,請在SQLServer2005下附加即可
標簽:
上傳時間: 2014-01-23
上傳用戶:eclipse
DATAS SEGMENT w dw 0 keybuf db 255 db 0 db 255 dup(0) ;定義鍵盤輸入需要的緩沖區 DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf ;用0a號功能,輸入一個字符串 mov ah,0ah ;用回車結束 int 21h mov dl,0ah ;再進行換行,以便在下一行顯示轉換后的字符串 mov ah,2 int 21h ; push ax ; push dx ; mov dl,cl ; mov ah,02 ; int 21h ; pop dx ; pop ax mov bx,offset keybuf+1 ;取出字符串的字符個數,作為循環的次數 mov cl,[bx] mov ch,0 mov ax,0 again: inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx ;是小寫字母,則轉換為大寫字母 mov [w],ax mov dl,[bx] ;取出一個字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1: sub dl,30h add [w],dx loop again mov ax,[w] mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h jmp lab5 ;循環,處理完整個字符串 lab4: MOV AH,4CH INT 21H CODES ENDS END START
標簽: 匯編
上傳時間: 2015-04-02
上傳用戶:wcc0310
The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio? suite of DSP code development software. PurePath Studio is a highly intuitive, drag-and-drop environment that minimizes software development effort while allowing the end user to utilize the power and flexibility of the TAS3204’s digital audio processing core. TAS3204 processing capability includes speaker equalization and crossover, volume/bass/treble control, signal mixing/MUXing/splitting, delay compensation, dynamic range compression, and many other basic audio functions. Audio functions such as matrix decoding, stereo widening, surround sound virtualization and psychoacoustic bass boost are also available with either third-party or TI royalty-free algorithms. The TAS3204 contains a custom-designed, fully-programmable 135-MHz, 48-bit digital audio processor. A 76-bit accumulator ensures that the high precision necessary for quality digital audio is maintained during arithmetic operations. Four differential 102 dB DNR ADCs and four differential 105 dB DNR DACs ensure that high quality audio is maintained through the whole signal chain as well as increasing robustness against noise sources such as TDMA interference. The TAS3204 is composed of eight functional blocks: Clocking System Digital Audio Interface Analog Audio Interface Power supply Clocks, digital PLL I2C control interface 8051 MCUcontroller Audio DSP – digital audio processing 特性 Digital Audio Processor Fully Programmable With the Graphical, Drag-and-Drop PurePath Studio? Software Development Environment 135-MHz Operation 48-Bit Data Path With 76-Bit Accumulator Hardware Single-Cycle Multiplier (28 × 48)
上傳時間: 2016-05-06
上傳用戶:fagong