-
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
-
T_ReboundAnim
提供了android的gallary和gridview的反弹效果,如已经到头了,在按《-键或鼠标拖动,会有反弹效果(Provides the android gridview gallary and rebound effects, such as have already been explored, and in the press "- key or mouse to drag, there will be a rebound effect)
- 2011-12-22 16:56:54下载
- 积分:1
-
Android 个人记账程序源码
Android 个人记账程序源码:
一个简单的个人记帐程序,基本上是对Sqlite的应用,比较合适初学者。值得一提的是这个程序还有一个启动闪屏。
- 2022-05-19 15:16:55下载
- 积分:1
-
从零开始学Spring Boot
SpringBoot的相关文档,看完可以搭建一个springboot项目(SpringBoot related documents, after seeing you can build a springboot project)
- 2017-12-07 13:31:24下载
- 积分:1
-
AD可用QFN全系列封装lib
AD10可用的QFN系列全品种的封装文件,已经做成lib,加载即可用
- 2019-04-17下载
- 积分:1
-
一个简单的购物车,
功能强大,
值得下载
一个简单的购物车,
功能强大,
值得下载-A simple shopping cart, powerful, it is worth to download
- 2022-02-24 14:01:13下载
- 积分:1
-
Accp5.0北大青鸟毕业项目CRM源代码
Accp5.0北大青鸟毕业项目CRM源代码-Accp5.0 Beida Jade Bird graduated from the project source code for CRM
- 2022-09-30 12:30:14下载
- 积分:1
-
Java Applet与Java Servlet的安全通信策略与实现
Java Applet与Java Servlet的安全通信策略与实现(Java Applet with the Java Servlet secure communications strategy and implementation)
- 2004-12-19 16:24:31下载
- 积分:1
-
完整SSM框架云笔记项目
完整的SSM架构的云笔记项目,包含单独的源页面代码,可以自己单独练习,包含完整的源码,基于MVC结构分层开发,简单明了,包含框架的配置文件,用于学习
- 2022-02-22 05:18:17下载
- 积分:1
-
Shopping
ssh框架实现增删改查以及购物车的实现和分页功能(SSH framework implementation questions and increase the realization of the shopping cart check and paging function)
- 2012-04-23 23:02:14下载
- 积分:1