摘要:
use db; create table lg( id int unsigned, naem varchar(20), t timestamp, message varchar(100) ); select *from lg; drop table lg; insert into lg(id,nae 阅读全文
摘要:
一、mysql基本认知 创建用户 create host aa identified with mysql_native_password by ''; 修改用户权限 alter user root@'localhost' identfied with mysql_native_password b 阅读全文
摘要:
在tomcat的bin目录下配置setclasspath.bat文件 隐藏窗口并重命名 rem set _RUNJAVA="%JRE_HOME%\bin\javaw"copy "%JAVA_HOME%\bin\javaw.exe" "%JAVA_HOME%\bin\my_java.exe"set _ 阅读全文