=== === === === === === === === === 項目:圖書管理系統V2.0 作者:覃武權 主頁:http://cpucool.512j.com 郵箱:cooltoend@126.com 最后更新:2004-12-09 =================================================== */ [功能簡介] 一、用戶功能 1、查看個人基本資料 2、查看借書狀況 3、修改密碼 4、查看館藏圖書 5、圖書查詢 6、收發短消息 二、管理員功能 1、新書入庫 2、修改圖書 3、刪除圖書 4、用戶還書 5、圖書分類管理 6、添加會員 7、刪除會員 8、鎖定會員 9、系統配置 10、查看系統事情 三、系統功能 1、用戶驗證 2、權限分離 3、事件記錄 [說明] 這個系統技術含量不是很高,只是涉及到Access的基本操作:Select、Insert、Update、DELETE 系統可以免費傳播、拷貝、使用。在使用的過程中遇到任何問題,請與作者聯系 登陸系統可以用測試帳號: 卡號:8 密碼:qq 類型:普通用戶 以普通用戶的身份登陸系統,或以管理員身份登陸 用戶:admin 密碼:admin 類型:管理員
標簽: cooltoend cpucool http 2.0
上傳時間: 2014-01-22
上傳用戶:Altman
SQL數據庫工具就是一種即可以進行數據瀏覽、添加、刪除和修改等數據庫管理操作,又可以數據庫的備份和還原操作,還可以自動地根據需要產生各種SQL語句(包括了SELECT、UPDATE、DELETE、INSERT等SQL語句)的數據庫工具,將為數據庫管理員和數據庫軟件開發人員提供極大的方便。
上傳時間: 2014-01-17
上傳用戶:zxc23456789
我的文件管理設計中對于文件管理的功能主要有以下幾個:輸入文件(input), 從文件列表中刪除一個記錄(DELETE a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
上傳時間: 2013-12-10
上傳用戶:zxc23456789
定義一個類,從3開始查找出連續N個自然數,要求它們都是非素數。 //要注意的是new ,DELETE的用法,以及在怎么判定在循環中連續判定,關于t的用法。
標簽: 定義
上傳時間: 2016-06-03
上傳用戶:lacsx
C++名家精華.chm 我們用早期的C++語言編程。工作的第二天中午,厭煩了讀職工手冊,于是我寫了一個工具類,里面包含一個原始指針作為成員變量: #include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { DELETE xItem } void dump() { /* dumps xItem to cout */ } } 當然了,使用這個類的程序由于內存問題總是時不時的崩潰,因為我違反三個重要設計原則之一:任何時候,只要你提供了析構函數、拷貝構造函數或賦值運算符中的一個,你通常需要三個都提供。([1]) “所以,”我自言自語道,“我必須自己處理拷貝和賦值問題。簡單地...auto_ptr有拷貝構造函數和賦值運算符,我可以拿過來用一下。”(你知道早期C++程序庫中的auto_ptr,是嗎?)
上傳時間: 2013-12-28
上傳用戶:Amygdala
linux下用C語言寫的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist timing. The program when exit(), it do not DELETE the Shared Memory Segments,you maybe use atexit() but the program have some processes. When one process is exit(),others is continue. The service program s action is few. And so on. */
標簽: Semaphore Segments example protect
上傳時間: 2014-01-25
上傳用戶:xhz1993
最簡單實現的一個數據庫,支持select,insert,update,DELETE等操作,可以用來研究數據庫
標簽: 數據庫
上傳時間: 2014-08-14
上傳用戶:royzhangsz
數據庫操作,刪除記錄集數據,DELETE方法的使用,內有運行說明
標簽: 數據庫操作
上傳時間: 2014-01-05
上傳用戶:baiom
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, DELETE icon button
標簽: the password machine Client
上傳時間: 2016-06-27
上傳用戶:xsnjzljj
DataView 的一個主要功能是允許在 Windows 窗體和 Web 窗體上進行數據綁定。 另外,可自定義 DataView 來表示 DataTable 中數據的子集。此功能讓您擁有綁定到同一 DataTable、但顯示不同數據版本的兩個控件。例如,一個控件可能綁定到顯示表中所有行的 DataView,而另一個控件可能配置為只顯示已從 DataTable 刪除的行。DataTable 也具有 DefaultView 屬性。它返回表的默認 DataView。例如,如果希望在表上創建自定義視圖,請在 DefaultView 返回的 DataView 上設置 RowFilter。 若要創建數據的篩選和排序視圖,請設置 RowFilter 和 Sort 屬性。然后,使用 Item 屬性返回單個 DataRowView。 還可使用 AddNew 和 DELETE 方法從行的集合中進行添加和刪除。在使用這些方法時,可設置 RowStateFilter 屬性以便指定只有已被刪除的行或新行才可由 DataView 顯示。
上傳時間: 2014-01-21
上傳用戶:ywqaxiwang