摘要:
1. 查看数据库所有表 show tables2. 显示表结构show columns from 表名;4.更改表元素update tb_info set dizhi='牧野区',xingbie='男' where xuesheng='张冬雪';5 查看表结构desc dev_info;6.删除表中... 阅读全文
摘要:
# sudo tar zxvf ./jdk-7ull-linux-i586.tar.gz -C /usr/lib/jvm gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable:... 阅读全文