摘要:
开门见山的说,平时写模糊查询,一直用${name},例如: 1 select * from table where name like '%${name}%' 后来知道了,这样写可能会引发sql注入,于是乎,要用到这样一个标签 bind,经过改正上面的sql可以变成 1 2 <bind name=" 阅读全文
摘要:
转载:https://juejin.im/post/6883857443982409742 阅读全文
摘要:
转载:https://juejin.im/post/6883840383688638471 阅读全文
摘要:
转载:https://juejin.im/post/6883685077167898637 阅读全文
摘要:
转载:https://blog.csdn.net/u013295276/article/details/79105163 阅读全文
摘要:
转载:https://juejin.im/post/6883270227078070286 阅读全文
摘要:
转载:https://juejin.im/post/6883489768336801805 阅读全文
摘要:
转载:https://juejin.im/post/6883416374576840718 https://www.cnblogs.com/shenxiaoquan/p/5727241.html https://www.cnblogs.com/LemonFive/p/10983875.html 阅读全文
摘要:
转载:https://juejin.im/post/6883444167041613832 阅读全文
摘要:
Sybase字符串函数 datalength(char_expr) 在char_expr中返回字符的长度值,忽略尾空 substring(expression,start,length) 返回部分字符串 right(char_expr,int_expr) 返回char_expr右边的int_expr 阅读全文