摘要:
JDBC-PreparedStatement PreparedStatement:执行sql的对象 SQL注入问题:在拼接sql时,有一些sql的特殊关键字符参与字符串的拼接,会造成安全性问题 随便输入用户,输入密码:'a' o 'a' ='a #sql select * from user whe 阅读全文
摘要:
群晖远程开机 #!/bin/bash echo -e "\n\t\t\tPerforming wake up Synology NAS" i=1 until [ ! $i -lt 6 ] do echo after $i s is booting i=`expr $i + 1` sleep 1 do 阅读全文