摘要:
添加表字段alter table table1 add transactor varchar(10) not Null;alter table table1 add id int unsigned not Null auto_increment primary key修改某个表的字段类型及指定为空或非空>alter table 表名称 change 字段名称 字段名称 字段类型 [是否允许非空];>alter table 表名称 modify 字段名称 字段类型 [是否允许非空];>alter table 表名称 modify 字段名称 字段类型 [是否允许非空];.修改某个 阅读全文
posted @ 2013-09-11 15:21
jackluo
阅读(320)
评论(0)
推荐(0)
摘要:
";write_inc($key_file,$string,true);exit();}if(file_exists($key_file)){do{ $mkey = include $key_file; if ($mkey=="true"){ // 如果工作 ///////////////////// 工作区间 ////////////////////////////////// $showtime=date("Y-m-d H:i:s"); $fp = fopen('func.txt','a'); fwrite( 阅读全文
posted @ 2013-09-11 15:19
jackluo
阅读(5075)
评论(2)
推荐(0)