- 论坛徽章:
- 0
|
# at 39582573
#090620 15:21:35 server id 1 end_log_pos 39582972 Query thread_id=73470728 exec_time=0 error_code=0
SET TIMESTAMP=1245482495/*!*/;
INSERT INTO `pt_loginfo`
(`userid`,`signup_ip`,`signup_time`,`last_ip`,`last_time`,`signin_count`,
`signup_src`) VALUES ('12572132', '113.87.250.254', UNIX_TIMESTAMP(), '113.87.250.254', 0, 0, 'NORMAL')
ON DUPLICATE KEY UPDATE `last_ip` = '113.87.250.254', `last_time` =
UNIX_TIMESTAMP(), `signin_count` = `signin_count` + 1/*!*/;
# at 39582972
#090620 15:21:35 server id 1 end_log_pos 39583322 Query thread_id=73470729 exec_time=0 error_code=0
SET TIMESTAMP=1245482495/*!*/;
INSERT INTO `passport`.`pt_loginfo` (`userid`,`last_ip`,`last_time`,`signin_count`, `signup_src`) VALUES ('11672802','122.89.60.115',UNIX_TIMESTAMP(),'0','') ON DUPLICATE KEY UPDATE `last_ip` = '122.89.60.115', `last_time` = UNIX_TIMESTAMP(), `signin_count` = `signin_count` + 1/*!*/;
# at 39583322
#090620 15:21:35 server id 1 end_log_pos 39583721 Query thread_id=73470730 exec_time=0 error_code=0
SET TIMESTAMP=1245482495/*!*/;
INSERT INTO `pt_loginfo`
(`userid`,`signup_ip`,`signup_time`,`last_ip`,`last_time`,`signin_count`,
`signup_src`) VALUES ('12083263', '221.209.194.24', UNIX_TIMESTAMP(), '221.209.194.24', 0, 0, 'NORMAL')
ON DUPLICATE KEY UPDATE `last_ip` = '221.209.194.24', `last_time` =
UNIX_TIMESTAMP(), `signin_count` = `signin_count` + 1/*!*/;
# at 39583721
#090620 15:13:41 server id 1 end_log_pos 39583990 Query thread_id=73468090 exec_time=972 error_code=0
SET TIMESTAMP=1245482021/*!*/;
UPDATE pt_profile SET `birthday` = '1991-3-11',`birthplace` = '222404',`residence` = '222404',`blood` = 'O',`stature` = '166',`body` = '4',`purpose` = '4',`intro` = '简体.^M
│中文'/*!*/;
# at 39583990
#090620 15:13:43 server id 1 end_log_pos 39584130 Query thread_id=73468116 exec_time=970 error_code=0
SET TIMESTAMP=1245482023/*!*/;
REPLACE INTO pt_nickname (userid, nickname) VALUES ('12652179', 'martin')/*!*/;
# at 39584130
#090620 15:13:44 server id 1 end_log_pos 39584282 Query thread_id=73468124 exec_time=969 error_code=0
SET TIMESTAMP=1245482024/*!*/;
REPLACE INTO pt_nickname (userid, nickname) VALUES ('10539463', '男女式、交往')/*!*/;
# at 39584282
#090620 15:13:44 server id 1 end_log_pos 39584428 Query thread_id=73468125 exec_time=969 error_code=0
SET TIMESTAMP=1245482024/*!*/;
REPLACE INTO pt_nickname (userid, nickname) VALUES ('12652051', '淘客小虫')/*!*/;
# at 39584428
#090620 15:13:47 server id 1 end_log_pos 39584580 Query thread_id=73468158 exec_time=966 error_code=0
SET TIMESTAMP=1245482027/*!*/;
REPLACE INTO pt_nickname (userid, nickname) VALUES ('10539463', '男女式、交往')/*!*/;
# at 39584580
#090620 15:13:52 server id 1 end_log_pos 39584732 Query thread_id=73468190 exec_time=961 error_code=0
SET TIMESTAMP=1245482032/*!*/;
REPLACE INTO pt_nickname (userid, nickname) VALUES ('10539463', '男女式、交往')/*!*/;
# at 39584732
#090620 15:13:54 server id 1 end_log_pos 39584880 Query thread_id=73468214 exec_time=959 error_code=0
SET TIMESTAMP=1245482034/*!*/;
REPLACE INTO pt_nickname (userid, nickname) VALUES ('12652119', 'Yīnɡ儿ㄟ')/*!*/;
文本内容如上,
把 “简体” 所在行,及以上3行,和以下1行过滤掉怎样实现?
就是把下面一段内容过滤掉(匹配“简体”两个汉字的内容):
# at 39583721
#090620 15:13:41 server id 1 end_log_pos 39583990 Query thread_id=73468090 exec_time=972 error_code=0
SET TIMESTAMP=1245482021/*!*/;
UPDATE pt_profile SET `birthday` = '1991-3-11',`birthplace` = '222404',`residence` = '222404',`blood` = 'O',`stature` = '166',`body` = '4',`purpose` = '4',`intro` = '简体.^M
│中文'/*!*/; |
|