-
VCardParser_V40
vCard parser for vCard 4.0.
- 2013-11-21 22:07:30下载
- 积分:1
-
java-learning-books
java学习书籍,java设计模式,适用于初学者,,内容详细丰富(java learning books)
- 2013-11-30 19:17:02下载
- 积分:1
-
Exe4_2
2.设计一个简单的课程管理系统(CourseManager)。主要功能包括:
(1)课程信息的录入。主要包括:课程号(no)、课程名(name)、学分(grade)等;
(2)课程信息的查询。根据课程号、课程名和学分等查询课程的信息。注意:查询结果可能不唯一。
(3)课程信息的修改。根据课程号查询到指定课程的信息,再用新的内容替换。
(4)课程信息的删除。根据课程号删除指定课程的信息。
设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_2包中。(2. Design a simple course management system (CourseManager). Key features include:
(1) entry program information. Including: course number (no), course name (name), credits (grade) and the like
(2) information about courses. Information based curriculum, course name and credit and other inquiries courses. Note: query results may not be unique.
(3) Course modify information. Inquiry based curriculum to the specified courses, and then replaced with new content.
(4) Delete course information. Remove a specified course of information based curriculum.
Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_2 package.)
- 2020-12-09 21:29:20下载
- 积分:1
-
eshop
java_web电子商城项目 ,商城项目功能模块源代码, 功能:
1、用户注册
2、用户登录
3、添加商品(上传)
4、商品查看-- 列表查询
5、商品详情页面
6、将商品添加购物车
7、查看购物车
8、修改购物车
9、生成订单
10、留言板
11、新闻管理(java web sql)
- 2018-06-13 12:57:53下载
- 积分:1
-
Version-8-Update-JavaSetup8u181-09102018
java programa 8 testes
- 2018-10-25 23:51:12下载
- 积分:1
-
thininjava
think in java java编程思想中习题的答案(the answer of think in java java programming )
- 2016-12-05 19:52:51下载
- 积分:1
-
JxtaPipe1
利用Eclipse开发的基于sun公司jxta协议的Jxta管道编程的通信程序(The use of sun-based Eclipse development company Jxta pipeline agreement JXTA programming Communication Program)
- 2009-01-16 02:23:20下载
- 积分:1
-
cangkuguanli
仓库管理系统,主要实现了仓库管理的各个细节,希望那个能帮到大家。(warehouse system。)
- 2012-12-06 08:33:50下载
- 积分:1
-
Demo
简单的登录界面,可改变背景颜色,输入正确的用户名和密码才可登陆成功(Simple login screen, you can change the background color, enter the correct user name and password before landing successfully)
- 2012-10-28 15:46:50下载
- 积分:1
-
Java进阶篇课设
说明: 实现扑克牌,一副牌中抽去大小王剩下52张(如果初练也可只用1~10这40张牌),任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。每张牌必须用一次且只能用一次,如抽出的牌是3、8、8、9,那么算式为(9-8)×8×3或3×8+(9-8)或(9- 8÷8)×3等。(In order to realize playing cards, 52 cards are removed from a deck (only 40 cards can be used for the first practice). Four cards are randomly selected (called card groups). The number on the deck is calculated as 24 by adding, subtracting, multiplying and dividing (brackets can be added). Each card must be used once and only once. If the drawn card is 3, 8, 8, 9, the formula is (9-8)*8*3 or 3*8+ (9-8) or (9-8 8)*3)
- 2020-12-31 16:18:59下载
- 积分:1