联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Java编程(587) 
按平台查找All Java(587) 

[Java编程] wuliu

物流系统,用户的注册登陆,购物车功能,实现物品的出库入库,库存的管理,以及货物的运输 [wuliu.rar] - 本系统主要构建一个网上物流平台,以让物流的物资准时,准确,无误的送达目的地。而在后台实现公司管理物流信息,以备货物无误差的配送,让顾客无忧的接收货物。 本系统实现前台实现公司方面的信息发布等,后台实现客户上门的需求录入,以及仓储的信息配送等功能。 [javaDATABASE.rar] - JAVA数据库系统项目开发实践,包括了酒店信息管理系统、电子书店管理系统、办公自动化、会员管理、物流管理、学生信息管理系统的开发。
Logistics systems, registered users login, shopping cart functions to achieve the objects library storage, inventory management, and transportation of goods [wuliu.rar]- The system to build an online logistics platform, to allow the logistics of supplies on time, accurate, correct destination. In the background to achieve logistics information management, to prepare error-free delivery of goods, so that customers worry-free reception of the goods. Implementation of the system to achieve the reception of information publishing company, customers come back to realize the needs of entry, as well as information warehousing and distribution functions. [JavaDATABASE.rar]- JAVA database system project development practice, including hotel information management system, the development of electronic bookstore management systems, office automation, membership management, logistics management, student information management system. (2014-06-01, Java, 1409KB, 下载10次)

http://www.pudn.com/Download/item/id/2556954.html

[Java编程] GuessNumberGame

实验1 猜数字游戏 实验类型:验证性 实验目的:掌握Java语言数据类型、基本输入输出、控制语句和方法的使用。 实验内容: 编写程序,项目名与类名均为GuessNumberGame。 每次游戏程序随机产生一个0-9之间的整数,要求玩家输入自己猜的数字,并对用户输入数字进行检查,进行如下提示: 如果用户猜对了,则提示:恭喜你,猜对了。结束本次游戏。 如果用户猜错了,则提示:你猜的数字太(大或小)了。要求用户继续猜。 如果连续3次没有猜对,则提示:游戏失败。 一次游戏结束时,提示用户是否继续新的游戏,果用户选择继续,则开始新一次游戏,否则输出:你共进行了XXX次游戏,成功XXX次,失败XXX次。然后结束程序运行。 提交要求:打包为可以执行的JAR文档,其中要包含源程序文件。
Experiment 1 guessing game experiment type: confirmatory experimental purposes: to grasp the Java language data types, basic input output, control statements, and methods to use. Experiment: write a program, project name and class name are GuessNumberGame. Every game program randomly generates an integer between 0-9, requires players to enter their guess numbers, check numbers and user input, the following prompt: If you guess right, the prompt: Congratulations, you guessed it . The end of this game. If you guess wrong, you are prompted: Guess the number too (big or small) a. Requires the user to continue to guess. If you have not guessed it three consecutive times, then Tip: game failed. When a game ends, the user is prompted whether to continue a new game, if the user chooses to continue, then start a new game, otherwise the output: You were conducted XXX Game successful XXX times fail XXX times. Then the end of the program to run. Submission Requirements: packaged as JAR documents c (2014-04-21, Java, 19KB, 下载1次)

http://www.pudn.com/Download/item/id/2517823.html

[Java编程] fzufree

大三上学期写的博饼程序,以下是关于游戏的说明 (1)游戏开始时,可由玩家设置奖品数,例如:每会饼设“状元”1个,“对堂”2个,“三红”4个,“四进”8个,“二举”16个,“一秀”32个。 (2)游戏开始时,可设定玩家人数,游戏中应提示各位玩家轮流依次掷骰子,例如“1号玩家请掷筛子:y”; (3)游戏中,应显示玩家每次掷得的点数,并显示得奖情况。例如“1,2,3,5,5,6 无奖,继续努力”;“1,4,4,3,5,6 二举,恭喜”。程序应能保存各位玩家得奖的记录。 (4)游戏设定的“一秀”、“二举”、“三红”、“四进”、“对堂”的奖品若领完,后续玩家若再掷出此类点数,不再得奖。但在上述奖品领完前,“状元饼”采取追饼的方式,即在其他奖品分完前,后一个掷得“状元”的人若比前一个“状元”等级大,则可追得“状元饼”。 (5)所有奖品分完,游戏结束。或者某玩家掷出6个“四点”,夺得所有奖品,其他玩家将同时失去所有奖品,游戏结束。 (6)游戏结束后,应输出所有玩家得奖情况。
Bo wrote last semester junior cake program, the following is a description of the game (1) the game starts, players can set the number of prizes, for example: Each cake will be a "champion" a, "on the Church," 2, "three red" 4, "four into the" eight, "the second move" 16, "a show" of 32. (2) the game starts, you can set the number of players, game players take turns you should be prompted to turn the dice, such as "No. 1 player, please throw a sieve: y" (3) game, players should show the number of points obtained per throw, and display the winning situation. For example, "1,2,3,5,5,6 no award, to continue efforts" "1,4,4,3,5,6 second move, congratulations." Program should be able to save you the player winning record. (4) game set in "a show", "Second cite", "three red", "four into", and "Church" After receiving a prize if, if more players to throw up such points no longer have to Award. After receiving the prize in front, "top cake" cake to take to recover the way that end points (2010-10-15, Java, 7KB, 下载9次)

http://www.pudn.com/Download/item/id/1318917.html

[Java编程] bookshop

本系统包含250多个JavaBean类,整个系统全面实现MVC(模型 视图 控制)三层架构, 大量的应用到了类的反射机制涉及网络编程行业最高精尖技术STRUTS+HIBERNATER,最有说 服力的证实了多层建构框架模式的绝优越性。数据和逻辑处理由STRUTS的模型层Model进行处理, 页面调转由STRUTS的控制层Controller实现,页面负责显示请求和响应,大大增强了“人机”的 互动性,这一层在STRUTS的视图层View用STRUTS标签+HTML等实现,同时使用validator验证框架进行 数据检验。数据的存储和持久化由HIENATER持久层实现,数据库采用MYSQL,数据源采用数 据源连接池机制,整个系统完全贯穿JAVA面向对象的概念,全面完整地实现了JAVA的封装性 ,继承性,多态性的三大特征,完全按照J2EE企业级网络应用程序的开发方案设计和开发, 所有的繁重的计算和处理都由服务器端处理,运行速度快,安全稳定,数据库采用MYSQL大大减轻 了客户端用户机CPU频率受制的局限,同时绝对的安全性和稳定性是本系统最强大,最重要的设计 开发组成部分。
The system contains more than 250 JavaBean class, the full realization of the whole system MVC (model view control) three-tier structure, A large number of applications to the class reflection mechanism involves the industry s most sophisticated technology network programming STRUTS+ HIBERNATER, most say Convincing confirmation of the multi-layer construction of the absolute superiority of the framework model. Data and processing logic of the model layer by the STRUTS Model for processing, Page is turned around by the Controller to achieve STRUTS control layer, the page for display request and response, greatly enhancing the "human machine" and Interaction view of this layer in the layer View STRUTS STRUTS tag+ HTML with such implementation, and verification using the validator framework Data verification. Data storage and persistence to achieve by the HIENATER persistence layer, database using MYSQL, data source is the number of According to the source connection pooling m (2010-05-17, Java, 11391KB, 下载10次)

http://www.pudn.com/Download/item/id/1176043.html

[Java编程] hjblong

。支持各种操作系统(windows, Linux, Unix),或租用java空间 2。各种数据库(MySQL, SQL SERVER, Oracle, DB2)。 3。应用服务器Tomcat. Resin, WEBsphere, WEB Logic. 系统功能介绍: 1。播客节目发布管理系统 2。文件管理 3。个性化模版定义功能。可以定制你喜欢的网站风格和样式 4。完全支持RSS订阅,可以兼容iPod+iTunes 5。内置Flash多媒体播放器 6。手机格式(3gp)文件转换 7。论坛 8。标签 9。站内检索功能 10。留言言评论管理 11。节目投票系统 12。用户管理系统 13。防盗链插件
. Supports a variety of operating systems (windows, Linux, Unix), or rent java space 2. Various databases (MySQL, SQL SERVER, Oracle, DB2). 3. Application server Tomcat. Resin, WEBsphere, WEB Logic. System Features: 1. Podcast Management System Release 2. File Manager 3. Personalized template function definition. Can be customized website you like the style and the style 4. Full support for RSS subscriptions, can be compatible with iPod+ iTunes 5. Flash multimedia player with built-6. Phone format (3gp) file conversion 7. Forum 8. Tags 9. Search function 10. Comments made by the management of 11 messages. 12 shows the voting system. User management system 13. Anti-navigating to www.sina.com.cn. plug-ins (2009-08-09, Java, 142KB, 下载24次)

http://www.pudn.com/Download/item/id/871366.html

[Java编程] JavaEE

《精通JAVA EE项目案例-基于ECLIPSE SPRING STRUTS HIBERNATE》的源码,包括网上购物子系统、公告管理系统、网上书店、BBS系统、信息发布平台、学生课程及成绩管理系统、个性化定制系统、网上文件管理系统、航空票务系统。书中的实例在最新的Eclipse版本上开发完成,采用了JSP、Servlet、Struts、Hibernate、Spring及Ajax等众多技术,包括了许多重要的设计思想。
" JAVA EE project master case- based on the ECLIPSE SPRING STRUTS HIBERNATE" the source, including online shopping system, bulletin management system, online bookstore, BBS systems, information release platform for curriculum and student achievement management system, system customization , on-line document management system, air ticketing system. Examples of the book in the latest version of the Eclipse developed using JSP, Servlet, Struts, Hibernate, Spring and Ajax and other technologies, including a number of important design concepts. (2009-06-04, Java, 65549KB, 下载3808次)

http://www.pudn.com/Download/item/id/792628.html

[Java编程] java

Java来 自 于Sun公 司 的 一 个 叫Green的 项 目, 其 原 先 的 目 的 是 为 家 用 消 费 电 子 产 品 开 发 一 个 分 布 式 代 码 系 统, 这 样 我 们 可 以 把E-mail发 给 电 冰 箱、 电 视 机 等 家 用 电 器, 对 它 们 进 行 控 制, 和 它 们 进 行 信 息 交 流。 开 始, 准 备 采 用C++,但C++太 复 杂, 安 全 性 差, 最 后 基 于C++开 发 一 种 新 的 语 言Oak(Java的 前 身),Oak是 一 种 用 于 网 络 的 精 巧 而 安 全 的 语 言,Sun公 司 曾 依 此 投 标 一 个 交 互 式 电 视 项 目, 但 结 果 是 被SGI打 败。 可 怜 的Oak几 乎 无 家 可 归, 恰 巧 这 时Mark Ardreesen开 发 的Mosaic和Netscape启 发 了Oak项 目 组 成 员, 他 们 用Java编 制 了HotJava浏 览 器, 得 到 了Sun公 司 首 席 执 行 官Scott McNealy的 支 持, 触 发 了Java进 军Internet。 Java的 取 名 也 有 一 个 趣 闻, 有 一 天, 几 位Java成 员 组 的 会 员 正 在 讨 论 给 这 个 新 的 语 言 取 什 么 名 字, 当 时 他 们 正 在 咖 啡 馆 喝 着 Java(爪 哇) 咖 啡, 有 一 个 人 灵 机 一 动 说 就 叫Java怎 样, 得 到 了 其 他 人 的 赞 赏, 于 是,Java这 个 名 字 就 这 样 传 开 了。 (2008-04-08, Java, 125KB, 下载1次)

http://www.pudn.com/Download/item/id/432014.html