摘要:
mysql中执行 use mysql; update user set host ='%' where user ='root'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPT 阅读全文
摘要:
package JAVA.gui; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class Radio 阅读全文