摘要:
1.先来看原备份数据库语句: 警告信息1: Warning: Using a password on the command line interface can be insecure. 意思是说:在命令行界面上使用密码可能是不安全的,不能直接把密码写在脚本中。 解决方法: 在/etc/my.cn 阅读全文
摘要:
Mybatis 中$与#的区别 转自:https://www.cnblogs.com/hellokitty1/p/6007801.html 1 #是将传入的值当做字符串的形式,eg:select id,name,age from student where id =#{id},当前端把id值1,传入 阅读全文