SQLite是以SQL為基礎的數據庫軟件,SQL是一套強大的數據庫語言,主要概念是由「數據庫」、「資料表」(TabLE)、「查詢指令」(queries)等單元組成的「關聯性數據庫」(進一步的概念可參考網絡上各種關于SQL及關聯性數據庫的文件)。因為SQL的查詢功能強大,語法一致而入門容易,因此成為現今主流數據庫的標準語言(微軟、Oracle等大廠的數據庫軟件都提供SQL語法的查詢及操作)。
上傳時間: 2016-05-17
上傳用戶:2404
PE教程1: PE文件格式一覽 PE教程2: 檢驗PE文件的有效性 PE教程3: File Header (文件頭) PE教程4: Optional Header PE教程5: Section TabLE(節表) PE教程6: Import TabLE(引入表) PE教程7: Export TabLE(引出表)
標簽: Header Optional 教程 Section
上傳時間: 2016-05-19
上傳用戶:guanliya
This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the TabLE of contents, the 2nd chapter of example under "2" the TabLE of contents, to the order analogizes. Under corresponding TabLE of contents including Java source code document and by it correspondence translation class document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.
標簽: chapter arrangement according procedure
上傳時間: 2014-11-01
上傳用戶:希醬大魔王
Advanced SQL For this exercise, we will use the library schema. It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the library, and about orders placed with the suppliers. To distinguish the TabLE names used in this exercise from the TabLE names in other exercise, each TabLE name in this exercise ends with the character 4 .
標簽: information Advanced exercise includes
上傳時間: 2013-12-20
上傳用戶:s363994250
java屬性邦定的(JSR-295)的一個實現,通過它可以方便的將java bean的屬性綁定到List,TabLE等多種java組件
上傳時間: 2013-12-29
上傳用戶:變形金剛
sql equipment management system for the Institute of Laboratory office automation management system an important part of it can lend to the return of the equipment scrapped and a new standardized management, thereby increasing efficiency and avoiding waste of resources. background database using Access, prospects of development tools using Visual Basic. The system uses ADO data access technology, and each database TabLE and operation of the field to the type of package, which succeeded in object-oriented programming thinking applied to the database application design.
標簽: management system Laboratory automation
上傳時間: 2016-08-15
上傳用戶:784533221
Easy Grid is a JS/PHP tool kit for data linear lists management. It can help you to create quickly interfaces of TabLE list navigation and modification with AJAX features. High performance of the Grid is ensured by JSON data format. The Easy Grid includes sorting, filtering, pagination and mouse right click context menu. Files: grid.html - HTML of the grid file_controller.php - sample of grid controller with file-flat interface db_controller.php - sample of grid controller with DB interface sample.csv - Sample of grid data source (VDB) sample.sql - Sample of grid data source (MySQL) easygrid.js - Easy Gird library easygrid_contextmenu.js - Easy Grid context menu library
標簽: management quickly create linear
上傳時間: 2013-12-04
上傳用戶:cylnpy
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one TabLE.
標簽: i.e. management database simple
上傳時間: 2016-10-02
上傳用戶:851197153
一個J2EE四層架構的實例,采用jsp+javabean+sessionbean+entitybean做的,與大家共享: 1.開發環境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql語句如下: create TabLE ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.現在weblogic console下建立好數據源名:examples-dataSource-mssqlserverXAPool 4.可以用客戶端測試和網頁測試.
上傳時間: 2016-10-03
上傳用戶:zhouchang199
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in TabLE I and need to include the delay information (Tplh, Tphl) in your design.
上傳時間: 2013-12-13
上傳用戶:himbly