摘要:
pj 是用户名 pjd是数据库名 pj8520是数据库名 grant all privileges on pjd.* to 'pj'@'%' identified by 'pj8520' with grant option; 然后刷新权限(提交) flush privileges; 完事! 阅读全文
摘要:
eclipse For Mac 官网下载地址 href="http://mirrors.neusoft.edu.cn/eclipse/technology/epp/downloads/release/2019-12/R/eclipse-jee-2019-12-R-macosx-cocoa-x86_6 阅读全文
摘要:
1 #include <stdio.h> 2 #include <stdlib.h> 3 #include<math.h> 4 5 /* run this program using the console pauser or add your own getch, system("pause") 阅读全文
摘要:
1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文
摘要:
1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文