Mybatis 加载 Mapper配置的四种方式 原文地址:http://blog.csdn.net/bestcxx/article/details/72966768 Mybatis的ResultMap对column和property的理解 原文地址:https://blog.csdn.net/u0 ...
分类:
其他好文 时间:
2021-02-15 11:57:55
阅读次数:
0
1. 在-(-8),-|-1|,-|5-3-2|,-4.3,-a这5个数中,负数共有[ ]A、4个B、3个C、2个D、1个 在-(-8),-|-1|,-|5-3-2|,- 4.3,-a这5个数中,负数共有 [ ] A、4个 B、3个 C、2个 D、1个 答案解析 2. 在固定汇率下,如果外国发生通货 ...
分类:
其他好文 时间:
2021-02-10 13:10:48
阅读次数:
0
SQL injection UNION attack, finding a column containing text 首先判断列数,过程略,得知有三列,因为null与任何数据类型兼容,所以我们只需要一次改一个位置即可,先将第一个位置的null改成题目中给出的随机字符串 发现第一个位置不能存放字符 ...
分类:
数据库 时间:
2021-02-09 12:26:59
阅读次数:
0
一、报错信息 Caused by: Column 'xxxx' in where clause is ambiguous 二、报错原因 表 person 和 表 class 都有字段 id 和 name ,所以要给它们增加别名来进行区分。 PersonVOMapper.java public int ...
分类:
其他好文 时间:
2021-02-04 12:11:49
阅读次数:
0
=""&A4&"," ="#{"&D4&",jdbcType=VARCHAR}," =CONCATENATE("<result column=""",A4,""""," jdbcType=""VARCHAR"""," property=""",D4,"""",& ...
分类:
其他好文 时间:
2021-01-29 11:51:41
阅读次数:
0
Sort the Matrix Diagonally (M) 题目 A matrix diagonal is a diagonal line of cells starting from some cell in either the topmost row or leftmost column a ...
分类:
其他好文 时间:
2021-01-25 11:27:14
阅读次数:
0
EdgeInsets我们看看EdgeInsets提供的便捷方法: fromLTRB(double left, double top, double right, doublebottom):分别指定四个方向的填充。 all(double value) : 所有方向均使用相同数值的填充。 only({ ...
分类:
其他好文 时间:
2021-01-25 11:23:12
阅读次数:
0
【通用条件:】 【比较大小: ( =, <>, >, >=, <, <= )】 eq(R column, Object val); // 等价于 =,例: eq("name", "老王") > name = '老王' ne(R column, Object val); // 等价于 <>,例: ne ...
分类:
数据库 时间:
2021-01-22 12:12:42
阅读次数:
0
Influx cli cheetsheet -- 管理用户 CREATE USER "hsj" WITH PASSWORD 'hsj' CREATE USER "zx" WITH PASSWORD 'zx' 创建admin账号 CREATE USER "todd" WITH PASSWORD '12 ...
分类:
其他好文 时间:
2021-01-21 10:44:35
阅读次数:
0
restic -o s3.bucket-lookup=dns -o s3.region=oss-cn-beijing -r s3:https://xxx(bucket_name).oss-cn-beijing.aliyuncs.com init 需要修改代码, Go语言不太熟悉, 改的合不合理不太清 ...
分类:
其他好文 时间:
2021-01-19 11:54:37
阅读次数:
0