摘要:
一:Mysql是C/S架构,也就是客户端和服务端。 Server : mysqld.exe. Client: mysql.exe. 客户端想要连接服务器,必须要提供ip,端口,用户名,密码 mysql –h127.0.0.1 –p3306(一般端口号是3306),-uroot, xxxx(密码) m 阅读全文
摘要:
判断6种情况: public class Data{ public static void main(String[]args){ int num1=Integer.parseInt(args[0]); int num2=Integer.parseInt(args[1]); int num3=Int 阅读全文