Remote Registry Service routing and remote access telnet Telephony terminal services windows Firewall/Internet Connection sharing(ICS) wireless zero configuration workstation printer spooler等服务 编写bat文件,即可关闭上述服务。 net stop Remote Registry Service /y n
一.用JDBC时的一些注意事项 1.多使用PreparedStatement代替Statement这样可以避免在拼接字符串的时候出现 "select * from emp where name = '"+name+"'"单引号过多的情况 2 sql语句过长的时候尽量避免使用sql="str1"+"str2"; 而使用StringBuffer sql = new StringBuffer("str1"); str.append("str2")代替 3在使用数据库操作的时候尽量多用finally语
关于密码强度验证:
[rootmysql mysql]# mysql -uroot -p123456
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.7.18
Copyrig