-
springboot-mybatis
(4)结果映射:将操作数据库的结果按照映射的配置进行转换,可以转换成HashMap、JavaBean或者基本数据类型,并将最终结果返回(result mapping: transform the result of the operation database according to the configuration of the mapping, which can be converted into HashMap, JavaBean or basic data type, and return the final result)
- 2019-04-05 22:07:33下载
- 积分:1
-
Y2结业项目
应用背景医疗系统 可以下载来看看啊 希望对你有所帮助。谢谢关键技术医疗系统希望对你们真的的有用 没用的话就不会上传了 还有数据库 什么都有很值得学习
- 2022-01-20 23:28:10下载
- 积分:1
-
android天气预报APP
资源描述本实例是用android写的一个天气预报的APP,直接可以使用,大家下载下来可以参考一下。对照着做。希望对大家有所帮助。
- 2022-02-25 02:17:41下载
- 积分:1
-
基于java web的bbs开发
本程序是web程序,用了struts2+hibernate开发的网站,兼有数据库操作过程。在myeclipse7.5以上运行,里边也包含了所需的jar包。方便下载学习。
开发者可以通过这个程序学习struts2框架与hibernate框架。对java web入门者非常实用。
- 2022-05-30 06:11:07下载
- 积分:1
-
caidan
一个简单的右键菜单,能美化你的程序,简单 又实用(A simple menu, you can beautify the procedure simple and practical)
- 2009-04-27 09:42:55下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
iosshejiao
A jquery. mobile website demo with IOS style realizes image and text mixing similar to QQ space, and the login and registration interface is also very good. The drop-down refresh effect of jquery. mobile version is also very smooth.
- 2020-06-15 22:45:01下载
- 积分:1
-
semiSupervisedLearning
数据挖掘需要用到的一些waka资料和代码(Data mining need to use some of the information and code waka)
- 2011-11-23 21:53:43下载
- 积分:1
-
网页闹钟
利用网页实现闹钟功能 利用网页实现闹钟功能 利用网页实现闹钟功能 利用网页实现闹钟功能 利用网页实现闹钟功能 利用网页实现闹钟功能 利用网页实现闹钟功能
- 2022-02-09 20:55:35下载
- 积分:1
-
CD销售管理系统JSP+SQL(源代码+论文+英文文献)
运行环境:jdk1.5
数据库:SQLServer2000
服务器:tomcat5.0.28以上
附加数据库:CDxs.mdf
采用jdbc数据源连接方式,数据库用户名:sa 密码:123
将"运行文件"文件夹下的目录放在tomcat下的webapps文件夹下
启动数据库,启动tomcat服务器
在IE中输入:http://localhost:8080/CDxx/ 即可打开首页
http://localhost:8080/CDxx/admin/
管理员名:admin
密码:024admin
本系统用JSP语言来编写CD销售管理系统,数据库用Microsoft SQLServer2000来连接系统,通过编写JavaBeans来进行后台业务逻辑控制,即JSP +JavaBeans + SQLServer2000三层模式完成整个设计工作。本系统全部基于Internet网络,以JSP语言对网站进行开发,注重用户与网站的交互性。因此在这样的背景下,针对当前Internet网络发展趋势来计CD销售管理系统就成为了当今应用软件的首选体系结构。
1. 从用户角度来看:
用户通过在线注册成为网站的用
- 2022-04-09 14:29:22下载
- 积分:1