-
风靡欧美的德克萨斯扑克,这是JAVA开发的游戏源码供参考,希望对想开发这游戏的有帮助...
风靡欧美的德克萨斯扑克,这是JAVA开发的游戏源码供参考,希望对想开发这游戏的有帮助-Texas poker popular in Europe and America, this is the development of the game JAVA source for reference, in the hope that the development of this game would like to help
- 2022-03-24 19:22:18下载
- 积分:1
-
jdbc简单源码
//登记JDBC驱动程序
Class.forName ( "org.gjt.mm.mysql.Driver" ).newInstance ( );
//连接参数与Access不同
String url = "jdbc:mysql://localhost/LearnJSP";
//建立连接
Connection connection = DriverManager.getConnection ( url, "root",
"011124" );
//SQL语句
String sql = "select * from userinfo where username="" + sUserName
+ "" and userpwd = "" + sPasswd + """;
Statement stmt = connection.createStatement ( );
ResultSet rs = stmt.executeQuery ( sql ); //返回查询结果
- 2022-11-28 04:10:04下载
- 积分:1
-
SeekBarTest
android开发 控件 seekbar的样例程序。(android seekbar样例。)
- 2012-04-22 13:28:41下载
- 积分:1
-
调度系统,该系统的java编程语言,这是计算…
排产系统,本系统Java语言编写,其计算生产排产的算法相当精妙-scheduling system, the system the Java programming language, which is calculated production scheduling algorithms very carefully
- 2023-01-14 09:10:04下载
- 积分:1
-
LoginAndRegister
用户注册和登录模块是每个电子商务系统必备的功能模块之一.本程序即实现了用户登录和注册,涉及验证码,MD5数字加密技术等.(User registration and login module is an essential function of every e-commerce module of the system. This procedure of achieving the user login and registration involves verification code, MD5 digital encryption technology.)
- 2010-08-02 21:51:51下载
- 积分:1
-
JdbcUtils3
jdbcUtils小工具,用于实现数据库的方便连接,本地执行已通过(jdbcUtils , Convenient for realization of the connection,Local execution has passed
)
- 2015-05-01 16:14:52下载
- 积分:1
-
JAVA书反编译
JAVA书反编译-JAVA-book compiler
- 2022-01-26 05:21:49下载
- 积分:1
-
04_File
Android文件上传演示范例,用于学习文件传送的基本特点及相关代码。(file upload demo)
- 2012-09-03 13:41:45下载
- 积分:1
-
findJar
根据class文件名搜索对应所属的*.jar(According to the file name search for the corresponding class belongs* .jar)
- 2016-12-23 10:27:42下载
- 积分:1
-
蓝牙签到
用来实现上课模拟老师点名,一般传统的定名都是人工这样很浪费时间而且很容易逃课所以这个APP可以实现手机点名打考勤
- 2022-03-17 22:29:41下载
- 积分:1