wuquehua@wuquehua
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“明白楼主的意思”
“祝贺,多招点大公司来发展滨海新区,看好这块土地,有钱人赶紧去炒房吧”
“期待搂主的总结”
“1\连接数据库略 2、将数组数据insert到数据库表中假设表名table_a,字段remark 假设将要存的数组 int[5] num={1,2,3,4,5}; string sql=null; for(int i=0;i<5;i++) { sql="insert into table_a(remark) value…”
“各横线的值 如:select _______ as user_id, _______ as rev_count, _______ as img_count from ______ 第一个: select t2.rev_user from (select min(rev_count) from ( select rev_…”
“--oracle select count(*) from image where img_user in ( select t1.rev_user from ( select rev_user,count(*) as rev_count from revision group by rev_user order by…”
“create table artist ( user_id integer unsigned not null auto_increment, name varchar(20) not null, sex char(1) not null, bio text not null, birth date not null,…”
“declare i number; begin for i in 0..10000 loop insert into tbl_staff values(i,i+'rrr',i+'eeee'); commit; end loop end”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。