使用org.apache.ommons.codec.binary.Base64实现字符串和Base64之间的相互转化
字符串转化为Base64之间的相互转化一
//转化为Base64字符串
String strOld "Welcome to the new world";
base64EncodeStr Base64.encodeBase64String(strOld.getBytes());
System.o…
ERROR 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near (/, 少个逗号吧,以前开始写SQL,特别是修改SQL的时候容易出现这样错误。
而且自己也知道在附近…