摘要:
insert 插入讲解 : 1:创建一个表: create table test( id int(4) not null auto_increment, name char(20) not null, age tinyint(2) not null default '0', dept varchar 阅读全文
摘要:
一、什么是screen?screen命令用于新建一个或多个“命令行窗口”,在新建的这“窗口”中,可以执行命令;每个“窗口”都是独立并行的。 二、安装screen要想使用screen,当然得有screen了,不是所有的linux系统都安装了screen,如果木有安装,可以使用一下命令安装:yum in 阅读全文