Java企業人事管理系統源碼javahr 配置Oracle數據庫 在配置Oracle數據庫時,請參見以下步驟: (1)請確定數據庫已經成功啟動; (2)請確認已經存在名稱為“PERSONNEL_MANAGE”的用戶,如果不存在,請先創建。 (3)將光盤\\TM\\03\\Database\\文件夾中的personnel_manage.dmp文件拷貝到C盤的根目錄下; (4)依次單擊“開始”→“運行”,在彈出的窗口文本框中輸入“cmd”命令,然后單擊“確定”按鈕,打開DOS命令窗口; (5)在DOS命令窗口輸入如下代碼: imp PERSONNEL_MANAGE/MWQ@DBSQL file=C:\\personnel_manage.dmp fromuser=PERSONNEL_MANAGE ignore=y commit=y grants=y (6)單擊回車鍵,即可成功導入Oracle數據庫了。 說明:第一個“PERSONNEL_MANAGE”為登錄數據庫的用戶名,第二個“MWQ”為登錄數據庫的密碼,“DBSQL”為欲登錄的數據庫名稱。 library. No code was changed, only classes irrelevant for Azureus were left out.
上傳時間: 2013-12-28
上傳用戶:xfbs821
The major functionality added in this release includes: - Rootless mode in X11 - Widget Templtes [both compiled and XML] As always, this isn t meant to be a stable release, it is only provided so people can more easily experiment with PicoGUI and possibly help in its development. Some of the more significant known bugs: - The PicoGUI laucher may not work right now, it s undergoing some change. - Several of the apps included here are not finished, not started, or otherwise broken. - There is a redrawing bug that may cause flickering on some platforms
標簽: functionality Rootless includes release
上傳時間: 2014-01-03
上傳用戶:gxmm
LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Installation: 1. type ./configure options: --disable-sound [no sound] --disable-install [no installation play from source directory] [e.g. ./configure --disable-sound --disable-install ] 2. type make 3. become root 4. type make install [only if install is not disabled] 5. type lbreakout to play
標簽: breakout-style Requirements LBreakout arcade
上傳時間: 2017-03-13
上傳用戶:xz85592677
It contains a vhdl description of the external bus interface unit for 68000 processor. currently only read and write cycle are supported
標簽: description currently interface processor
上傳時間: 2017-03-16
上傳用戶:chenlong
單總線多點測溫系統,單總線它采用單根信號線既傳輸時鐘又傳輸數據,而且數據傳輸是雙向的它具有節省I/O 口線資源結構簡單成本低廉便于總線擴展和 維護等諸多優點。本系統中所有的DS18B20都接在單片機的P1.1口上。用一個液晶屏顯示,從單片機P3口接上8個開關,與右邊的DS18B20 編號對應。當沒有開關按下時屏幕顯示"which NO you want press which key",要想看那一點處的溫度就按下幾號鍵(點擊key右邊的小紅 點,按一下彈下,再按一下彈起)。只能有一個按鍵按下,當有多個按鍵下時,屏幕上顯示“please press one key only !".
上傳時間: 2017-04-07
上傳用戶:小碼農lz
very simple nonvisual Delphi component useful for shareware program developing. It uses crypted license files containing information about exe file (size and crc), expired date and any additional information. As TArtLicense uses RSA asymmetric algorithm and TArtLicense knows only decryption key, nobody can change information inside license file.
標簽: developing nonvisual component shareware
上傳時間: 2017-04-08
上傳用戶:561596
This is hands-down the best C++ book for anyone who really wants to use C++, it will take you through all of the features of the language and not only explain what each feature is for, but also why it was included, and the best way to use it.
標簽: hands-down anyone really throug
上傳時間: 2017-04-10
上傳用戶:hakim
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s examining the processor state whatever the execution mode (monice) connecting to monice using mdi-server and using a gdb client on the processor to step and break accurately whatever the execution mode running semi-hosted applications fl ash write tool memory testing (MT command) real-time traces: has not been built in CPU (Config3_TL=0) and only supported by MajicPLUS probes (maybe built into emulator?)
標簽: interface processor allowing access
上傳時間: 2013-12-19
上傳用戶:youke111
Airline Reservations System A small airline has just purchased a computer for its new automated reservation system. You have been asked to develop the new system called ARSystem. You are to write an application to assign seats on each flight of the airline s only plane (capacity: 24 seats.) Your application should display the following alternatives: Please type 1 for FirstClass and Please type 2 for Economy. If the user types 1, your application should assign a seat in the first-class section (seats 1-8). If the user types 2, your application should assign a seat in the economy section (seats 9-24). Your application should then display a boarding pass indicating the person s seat number and whether it is in the first-class or economy
標簽: Reservations automated purchased computer
上傳時間: 2017-04-14
上傳用戶:lizhizheng88
RSA加密算法源代碼 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory SCRIPTS - Demo Applications Script Files INSTALL - Installation Instructions The documentation is supplied in both Postscript and ASCII formats. (At the moment due a problem with Windows Word The main docs are only availible as Postscript.) Please report any problems with the code or documentation to me on the bug report form. Also any problems you may have in using the toolkit. Please read the bug report form for more details.
標簽: Distribution distribution included RSAEURO
上傳時間: 2013-12-30
上傳用戶:moshushi0009