-
jsfjpa
J2EE中使用JSF和JPA技术的样例代码,包含完整工程可以部署到任何兼容J2EE标准的服务器上(The example code for using JSF and JPA in J2EE.)
- 2011-05-09 16:00:07下载
- 积分:1
-
1
说明: 第一个Java例子程序,源文件为HelloWorld.java,可以使用
javac HelloWorld.java
进行编译,然后运行,
java HelloWorld(The first example of a Java program, the source file is HelloWorld.java, you can use the javac HelloWorld.java compile and run, java HelloWorld)
- 2015-03-21 13:27:37下载
- 积分:1
-
Bulk-SMS-Mobile-phone-demo
Technically sound sms transferring software facilitates user to send promotional messages over global mobile phone networks without requiring any technical assistance. Visit company website www.smssoftware.org for downloading time saving SMS Software for GSM Mobile to post unlimited business news from your personal computer system to GSM supported mobiles. Excellent text sms broadcasting application has ability to skip duplicate contact number entries while sending bulk text sms from your personal computer system.
- 2013-01-09 15:20:39下载
- 积分:1
-
Hanio11
一个自动演示的汉诺塔JAVA小程序,效果不错,用HTML显示(An automatic presentation of the Tower of Hanoi JAVA applet, the effect is true that with HTML display)
- 2008-01-13 15:44:53下载
- 积分:1
-
机动.xlsx
说明: 解密的小功能,可以实现在线解密和加密,还可以实现多种加密解密方式(Decryption of small functions, can achieve online decryption and encryption, but also can achieve a variety of encryption and decryption)
- 2020-04-22 14:19:29下载
- 积分:1
-
baokandingyueguanlixitong
报刊订阅管理系统,代码和报告都在里面 完整的,需要的可以下载参考(baokandingyueguanlixitong wanzhengziliao )
- 2020-12-18 18:09:11下载
- 积分:1
-
netbanking
NETBANKING ONLINE SYSTEM
- 2012-12-16 14:21:57下载
- 积分:1
-
qxwuyetong
物业管理系统客户端物业管理系统客户端有需要的牵走(Property management system client property management system is pulled by clients in need)
- 2014-04-18 23:25:34下载
- 积分:1
-
SPPanAdmin
说明: 1、该权限管理系统包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。
2、使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。
3、系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。
4、前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。
5、系统部署:
1)使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。
2)把application.properties中的数据库连接信息修改成自己数据库的连接信息。
3)修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录下的import.sql文件。
6、系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。
7、初始用户名和密码为:admin/111111。(Running environment: jdk8 (jdk7 can also), mysql, Maven build)
- 2019-05-26 10:26:31下载
- 积分:1
-
Vooga-master
说明: 该项目的主要目的是使自己熟悉如何使用Golden T游戏框架以及在该框架中构建游戏的困难。因此,该游戏不必是有史以来最出色的游戏,但它必须满足一些基本要求:
1.游戏应是特定类型的视频游戏的可识别成员。我选择构建一个类似于TI-83计算器游戏BlockDude的拼图平台游戏。
2.游戏不一定是完整的,但您应该拥有在游戏中随处可见的角色,玩家应该可以与游戏互动(控件可能是粗糙的),并且您至少应拥有几个游戏的比喻。例如,实时策略游戏可以让您放置可以建造单位的建筑物,RPG可以进行基本的回合制战斗,等等。
3.游戏应具有两个不同的游戏“模式”或两个不同的级别。带有“开始游戏”之类的游戏菜单不算作一种模式。所谓“级别”,是指两个玩起来不同的级别-不仅是坏家伙更多,或者坏家伙更快。
4.专注于游戏机制,而不是图形,对话框或其他任何内容。您的游戏可以使用简笔图形或从现有游戏中窃取的粗裁图像。只需确保图像足够可识别即可,以便我们可以判断您的游戏中发生了什么。(The main point of this project was to familiarize ourselves with how to use the Golden T game framework and the difficulties of building a game in that framework. As a result, the game did not need to be the greatest ever created but it did have to meet a few basic requirements:)
- 2020-03-14 12:35:02下载
- 积分:1