摘要:
hibernate.cfg.xml <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http 阅读全文
posted @ 2022-05-10 23:18
iforeverhz
阅读(41)
评论(0)
推荐(0)
摘要:
1. 用于创建对象 作用就和在xml配置文件中标签实现的功能是一样的 Component 作用:把当前类对象存入spring容器中 属性:value ,用于指定bean的id,它的默认值为当前类名,且首字母改小写 Controller:一般用于业务层 Service:一般用于服务层 Reposito 阅读全文
posted @ 2022-05-10 23:18
iforeverhz
阅读(70)
评论(0)
推荐(0)
摘要:
/** * 实现模拟斗地主的功能 * 1.组合牌 * 2.洗牌 * 3.发牌 * 4.看牌 */ public class DouDiZhu { public static void main(String[] args) { //1.组合牌 //创建Map集合,键是编号,值是排 HashMap<I 阅读全文
posted @ 2022-05-10 23:18
iforeverhz
阅读(94)
评论(0)
推荐(0)
摘要:
基本数据类型和字符串类型 (1)提交表单的name和参数的名称是相同的 (2)区分大小写 <a href="param/testParam?username=hky&pwd=123">请求参数绑定</a> @GetMapping("/testParam") public String testPar 阅读全文
posted @ 2022-05-10 23:18
iforeverhz
阅读(38)
评论(0)
推荐(0)
摘要:
docker安装教程 阅读全文

posted @ 2022-05-10 22:26
iforeverhz
阅读(1997)
评论(0)
推荐(0)