摘要:
<?xml version="1.0" encoding="UTF-8"?> <!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the N 阅读全文
摘要:
public class Test{ public static void main(String args[]){ System.out.println(0.05+0.01); System.out.println(1.0-0.42); System.out.println(4.015*100); 阅读全文
摘要:
修改root密码: mysql -uroot -paaamysql> use mysql;mysql> UPDATE user SET password=password("aaa") WHERE user='root'; mysql> flush privileges;mysql> exit; # 阅读全文