当前位置:网站首页>#{}和${}的区别
#{}和${}的区别
2022-07-28 22:23:00 【m0_54861649】
在使用mybatis的时候我们会使用到#{}和${}这两个符号来为sql语句传参数
那么这两者有什么区别呢?
1.#{}是预编译处理,是占位符,${}是字符串替换,是拼接符
2.Mybatis在处理#{}的时候会将sql中的#{}替换成?号,调用PreparedStatement来赋值
如:select * from user where name = #{userName};设userName=yuze
看日志我们可以看到解析时将#{userName}替换成了 ?
select * from user where name = ;
然后再把yuze放进去,外面加上单引号
3.Mybatis在处理 的时候就是把 {}的时候就是把 的时候就是把{}替换成变量的值,调用Statement来赋值
如:select * from user where name = #{userName};设userName=yuze
看日志可以发现就是直接把值拼接上去了
select * from user where name = yuze;
这极有可能发生sql注入,下面举了一个简单的sql注入案例
4.#{}的变量替换是在DBMS中、变量替换后,#{}对应的变量自动加上单引号
5. 的变量替换是在 D B M S 外、变量替换后, {}的变量替换是在DBMS外、变量替换后, 的变量替换是在DBMS外、变量替换后,{}对应的变量不会加上单引号
6.使用#{}可以有效的防止sql注入,提高系统的安全性
下面举一个简单的sql注入问题:
这是一条用户的账号、密码数据

当用户登录,我们验证账号密码是否正确时用这个sql:
username=yyy;password=123
select * from user where username=${username} and password=${password}
显然这条sql没问题可以查出来,但是如果有人不知道密码但是想登录账号怎么办
我们不需要填写正确的密码:
密码输入1 or 1=1,sql执行的其实是
select * from user where username='yyy' and password=1 or 1 =1
注意:这里的yyy外面的单引号不是 符号提供的。 {}符号提供的。 符号提供的。{}没有这个功能,可以是sql手动拼接的,这里前后逻辑可能并不严密,但是sql入去最简单的例子就是这样。
边栏推荐
- @Detailed explanation of the use of transactional annotation
- Leetcode59. Spiral matrix II
- Real time data warehouse: meituan reviews Flink's real-time data warehouse application sharing
- 器利而工善,以RPA+LCAP赋能企业司库管理数字化升级
- 熊市下PLATO如何通过Elephant Swap,获得溢价收益?
- Pycharm configuring the running environment
- Leetcode 763. partition labels divide alphabetic intervals (medium)
- GhostNets on Heterogeneous Devices via Cheap Operations
- Web系统常见安全漏洞介绍及解决方案-CSRF攻击
- Leetcode59. 螺旋矩阵 II
猜你喜欢

ISO 13400(DoIP)标准解读

Detailed explanation of 9 common reasons for MySQL index failure

Leetcode61. rotating linked list

Leetcode60. 排列序列

Detailed principle explanation and verification results of digital clock based on FPGA

Principle of meter skipping

PHP poster QR code synthesis

Leetcode62. 不同路径

【C】替换空格,宏实现整数的二进制奇偶位交换

Use pytoch to quickly train the network model
随机推荐
Type 1-5 components
[TA frost wolf _may- "hundred people plan"] art 2.2 model basis
Detailed principle explanation and verification results of digital clock based on FPGA
Leetcode59. 螺旋矩阵 II
Multi sensor fusion positioning (I) -- 3D laser odometer
How NAT configures address translation
VMware VCSA 7.0 Install
【C】atoi和offsetof的介绍和模拟实现
器利而工善,以RPA+LCAP赋能企业司库管理数字化升级
SQL left connection, internal connection writing method "recommended collection"
ISO 13400(DoIP)标准解读
JS高级 之 ES6~ES13 新特性
Leetcode59. Spiral matrix II
Those "experiences and traps" in the data center
DevOps在物联网解决方案中的应用
VS2005 accesses the setting method "recommended collection" of vss2005 through sourceoffsite
Use pytoch to quickly train the network model
PowerCLi 批量添加esxi到vCenter
【C】 Drink soda and find a single dog
EN 1935建筑五金.单轴铰链—CE认证