摘要:
mysql命令 修改mysql密码: use mysql; update user set authentication_string=password('dsd') where user=''; flush privileges; iptables命令 添加白名单 iptables -L ipta 阅读全文
摘要:
String sql = "select a as c,b as s,'zhange' F, 1/5 as e from t_order"; final MysqlQueryLexer mySqlLexer = new MysqlQueryLexer(CharStreams.fromString(s 阅读全文