Bookbooking

所属分类:Windows编程
开发工具:Java
文件大小:1015KB
下载次数:45
上传日期:2009-05-05 11:57:24
上 传 者jiefeng132
说明:  基于UML的书店采购管理系统设计主要是供书店管理员使用。系统提供了管理员登陆,书籍管理和采购的一系列功能,如下: 管理员登陆:输入合法管理员信息登陆系统。 书籍管理:查询、修改、录入和删除基本书籍库中的图书信息。 采购管理:查询库存不足(本系统假定设定库存少于20本为不足)信息,录入采购信息,打印采购单采购,录入采购信息,删除采购信息或全部采购单。有代码和文档。
(UML-based procurement management system design book primarily for the use of bookstore manager. Landing systems administrator, books, a series of management and procurement functions, as follows: Administrator Login: Enter the legal system administrator login information. Books Management: query, modify, and delete the entry of basic books library book information. Procurement Management: Query stock (assuming that the system set up less than 20 stocks to be inadequate) information, input procurement information, print purchase order procurement, the procurement of information entry, delete all procurement information or purchase order.)

文件列表:
景攀峰0120510680417\book_booking\build\classes\book_booking\Addbooks.class (4993, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\BookingListQuery.class (4102, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\BooksQuery.class (5967, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\CheckID$1.class (667, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\CheckID.class (4289, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\Delete.class (7314, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\Interface$1.class (679, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\Interface.class (4365, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\Modifybooks.class (6267, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\PrintBooking.class (3028, 2009-01-14)
景攀峰0120510680417\book_booking\build\classes\book_booking\SqlBean.class (2409, 2009-01-14)
景攀峰0120510680417\book_booking\build.xml (3373, 2009-01-04)
景攀峰0120510680417\book_booking\data\booking.mdb (303104, 2009-01-14)
景攀峰0120510680417\book_booking\dist\book_booking.jar (46102, 2009-01-14)
景攀峰0120510680417\book_booking\image\10.jpg (11527, 2009-01-04)
景攀峰0120510680417\book_booking\image\14.jpg (11386, 2009-01-04)
景攀峰0120510680417\book_booking\image\17.jpg (12189, 2009-01-04)
景攀峰0120510680417\book_booking\image\19.jpg (12137, 2009-01-04)
景攀峰0120510680417\book_booking\image\2.jpg (12201, 2009-01-04)
景攀峰0120510680417\book_booking\image\27.jpg (11858, 2009-01-04)
景攀峰0120510680417\book_booking\image\29.jpg (11214, 2009-01-04)
景攀峰0120510680417\book_booking\image\33.jpg (14937, 2009-01-04)
景攀峰0120510680417\book_booking\image\35.jpg (15332, 2009-01-04)
景攀峰0120510680417\book_booking\image\40.jpg (13817, 2009-01-04)
景攀峰0120510680417\book_booking\image\45.jpg (12015, 2009-01-04)
景攀峰0120510680417\book_booking\image\47.jpg (11954, 2009-01-04)
景攀峰0120510680417\book_booking\image\48.jpg (10909, 2009-01-04)
景攀峰0120510680417\book_booking\image\52.jpg (12880, 2009-01-04)
景攀峰0120510680417\book_booking\image\56.jpg (11514, 2009-01-04)
景攀峰0120510680417\book_booking\image\62.jpg (14780, 2009-01-04)
景攀峰0120510680417\book_booking\image\64.jpg (11263, 2009-01-04)
景攀峰0120510680417\book_booking\image\74.jpg (12079, 2009-01-04)
景攀峰0120510680417\book_booking\image\78.jpg (13450, 2009-01-04)
景攀峰0120510680417\book_booking\image\Thumbs.db (35328, 2009-01-15)
景攀峰0120510680417\book_booking\manifest.mf (85, 2008-12-29)
景攀峰0120510680417\book_booking\nbproject\build-impl.xml (33175, 2009-01-04)
景攀峰0120510680417\book_booking\nbproject\genfiles.properties (455, 2009-01-04)
景攀峰0120510680417\book_booking\nbproject\private\config.properties (0, 2008-12-30)
景攀峰0120510680417\book_booking\nbproject\private\private.properties (257, 2008-12-30)
... ...

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "book_booking.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, none of the classpath elements are copied to the lib folder. In such a case, you need to copy the classpath elements to the lib folder manually after the build. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

近期下载者

相关文件


收藏者