自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 工具编写思路

import osfrom lxml import etreedef generate_xml(template_path, params): # 读取模板文件 with open(template_path, 'r') as f: template = f.read() # 使用参数替换模板中的占位符 xml = template.format(**params) # 将字符串解析为 xml 元素树 root = etree.froms

2023-01-09 18:33:06 65 13

原创 Mybatis 2

1、输入映射和输出映射 a) 输入参数映射 b) 返回值映射 2、动态sql :动态拼接SQL语句 a) If标签 b) Where标签 c) Sql片段 d) Foreach标签 3、关联映射 a) 一对一关联 b) 一对多关联 4、Mybatis整合spring a) 如何整合spring b) 使用原始的方式开发dao c) 使用Mapper

2017-11-15 07:36:19 171

原创 Mybatis 1

**Mybatis**1、Mybatis的介绍 2、Mybatis的入门 a) 使用jdbc操作数据库存在的问题 b) Mybatis的架构 c) Mybatis的入门程序 3、Dao的开发方法 a) 原始dao的开发方法:接口,实现类 b) 接口的动态代理方式 4、SqlMapConfig.xml文件说明1、输入映射和输出映射 a) 输入参数映射 b) 返回值映射

2017-11-15 07:19:43 148

java并发编程培训

This figure shows the monitor as three rectangles. In the center, a large rectangle contains a single thread, the monitor's owner. On the left, a small rectangle contains the entry set. On the right, another small rectangle contains the wait set. Active threads are shown as dark gray circles. Suspended threads are shown as light gray circles.

2018-06-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除