SHOW COLUMNS FROM `xyh_visitor` [ RunTime:0.0024s ]
SELECT * FROM `xyh_visitor` WHERE ( datetime = 1676131200 ) LIMIT 1 [ RunTime:0.0003s ]
SELECT * FROM `xyh_visitor` WHERE ( datetime = 1676131200 and find_in_set('156.241.190.21',ips) ) LIMIT 1 [ RunTime:0.0002s ]
UPDATE `xyh_visitor` SET `ips`='115.28.163.18,154.38.112.253,54.36.148.43,121.42.56.96,139.155.246.77,154.86.202.34,38.162.72.118,101.67.49.197,66.249.72.73,60.188.9.242,223.155.1.253,54.36.149.21,60.21.221.202,156.237.188.182,220.181.51.90,120.245.60.70,60.188.9.233,39.144.227.108,66.249.72.53,111.225.148.79,110.249.201.200,110.249.202.81,59.58.232.184,115.28.27.156,60.188.11.48,40.77.167.234,111.225.149.89,58.250.125.80,110.249.201.109,52.167.144.82,54.36.148.188,192.29.97.49,150.158.40.150,116.179.32.36,110.249.202.163,101.67.49.240,47.104.14.206,60.21.221.203,112.13.112.152,54.36.149.90,54.36.149.96,120.27.38.25,54.36.148.41,111.225.149.149,35.164.208.145,60.188.10.200,54.36.148.219,3.219.247.127,219.132.139.45,59.63.148.55,39.173.105.166,42.96.167.39,101.67.49.241,110.249.201.9,123.168.88.14,52.167.144.33,111.35.223.36,114.225.249.81,171.13.14.47,171.13.14.84,220.181.108.94,139.129.21.92,195.191.219.132,39.173.107.171,58.250.125.127,220.181.108.165,60.188.11.12,106.115.35.222,101.67.50.75,101.67.49.176,220.181.108.155,112.13.112.135,110.249.202.19,123.125.109.108,47.92.78.102,47.92.31.143,115.28.105.124,118.190.233.173,54.36.148.176,220.181.108.93,61.135.159.201,60.188.10.148,222.90.142.111,220.181.108.166,60.188.10.19,218.76.35.26,39.173.107.133,113.133.226.218,222.95.180.80,220.181.108.147,40.77.167.165,39.173.107.135,101.67.29.167,112.224.157.58,116.179.32.21,172.177.209.53,101.67.50.48,60.188.11.44,185.180.143.16,42.236.10.107,116.179.32.219,111.225.149.9,110.249.202.104,101.67.29.228,101.67.50.53,54.222.165.45,54.222.162.60,52.81.120.87,52.81.4.98,60.212.15.243,60.212.79.196,220.181.108.90,123.125.109.36,123.125.109.44,61.135.159.168,61.135.159.169,156.237.189.66,52.81.175.107,113.78.93.88,101.67.29.216,49.7.20.72,118.184.177.100,113.24.224.216,116.179.32.215,182.51.86.139,175.154.23.49,117.135.170.205,39.173.105.163,54.36.149.16,52.80.189.109,111.225.148.245,220.181.108.102,42.187.206.2,195.191.219.131,39.173.105.197,17.241.219.17,101.67.49.175,39.173.107.85,36.170.83.79,39.173.105.209,116.179.32.222,112.18.213.189,216.244.66.196,39.173.107.141,40.77.167.239,54.36.148.121,124.78.10.81,34.76.146.130,118.184.177.99,39.173.107.166,113.24.224.85,14.215.176.208,14.215.176.207,116.179.32.180,116.179.33.194,113.24.224.180,113.24.224.31,113.24.224.222,113.24.224.157,27.217.146.63,54.36.148.215,112.13.112.32,95.163.255.120,95.163.255.138,123.57.13.121,117.25.109.99,110.249.202.74,27.128.28.79,110.249.201.40,135.181.115.29,156.241.190.21',`count`=count + 1 WHERE `id` = 1652 [ RunTime:0.0003s ]
SHOW COLUMNS FROM `xyh_job` [ RunTime:0.0019s ]
SELECT * FROM `xyh_job` ORDER BY job_id DESC LIMIT 2 [ RunTime:0.0002s ]
SHOW COLUMNS FROM `xyh_category` [ RunTime:0.0019s ]
SELECT * FROM `xyh_category` WHERE `id` = 18 LIMIT 1 [ RunTime:0.0002s ]
SHOW COLUMNS FROM `xyh_block` [ RunTime:0.0019s ]
SELECT * FROM `xyh_block` WHERE `name` = 'FirstText' LIMIT 1 [ RunTime:0.0002s ]
SELECT * FROM `xyh_block` WHERE `name` = 'SecondCharacter' LIMIT 1 [ RunTime:0.0002s ]
SHOW COLUMNS FROM `xyh_position` [ RunTime:0.0021s ]
SELECT * FROM `xyh_position` WHERE `id` = 23 LIMIT 1 [ RunTime:0.0002s ]
SHOW COLUMNS FROM `xyh_category` [ RunTime:0.0017s ]
SHOW COLUMNS FROM `xyh_model` [ RunTime:0.0018s ]
SELECT category.id AS id,category.name AS name,category.ename AS ename,category.catpic AS catpic,category.image AS image,category.pid AS pid,category.modelid AS modelid,category.type AS type,category.seotitle AS seotitle,category.keywords AS keywords,category.description AS description,category.template_category AS template_category,category.template_list AS template_list,category.template_show AS template_show,category.des AS des,category.status AS status,category.sort AS sort,category.eng AS eng,category.pictureurls AS pictureurls,model.name AS modelname,model.tablename AS tablename FROM xyh_category category LEFT JOIN xyh_model model ON category.modelid = model.id ORDER BY category.sort ASC,category.id ASC [ RunTime:0.0014s ]
SHOW COLUMNS FROM `xyh_position_data` [ RunTime:0.0019s ]
SELECT * FROM `xyh_position_data` WHERE `posid` = 23 AND `cid` IN (49,'93','50','51') ORDER BY sort asc,id desc LIMIT 30 [ RunTime:0.0005s ]
SELECT * FROM `xyh_position` WHERE `id` = 23 LIMIT 1 [ RunTime:0.0002s ]
SELECT category.id AS id,category.name AS name,category.ename AS ename,category.catpic AS catpic,category.image AS image,category.pid AS pid,category.modelid AS modelid,category.type AS type,category.seotitle AS seotitle,category.keywords AS keywords,category.description AS description,category.template_category AS template_category,category.template_list AS template_list,category.template_show AS template_show,category.des AS des,category.status AS status,category.sort AS sort,category.eng AS eng,category.pictureurls AS pictureurls,model.name AS modelname,model.tablename AS tablename FROM xyh_category category LEFT JOIN xyh_model model ON category.modelid = model.id ORDER BY category.sort ASC,category.id ASC [ RunTime:0.0013s ]
SELECT * FROM `xyh_position_data` WHERE `posid` = 23 AND `cid` IN (49,'93','50','51') ORDER BY sort asc,id desc LIMIT 30 [ RunTime:0.0004s ]
SELECT * FROM `xyh_position` WHERE `id` = 1 LIMIT 1 [ RunTime:0.0003s ]
SELECT category.id AS id,category.name AS name,category.ename AS ename,category.catpic AS catpic,category.image AS image,category.pid AS pid,category.modelid AS modelid,category.type AS type,category.seotitle AS seotitle,category.keywords AS keywords,category.description AS description,category.template_category AS template_category,category.template_list AS template_list,category.template_show AS template_show,category.des AS des,category.status AS status,category.sort AS sort,category.eng AS eng,category.pictureurls AS pictureurls,model.name AS modelname,model.tablename AS tablename FROM xyh_category category LEFT JOIN xyh_model model ON category.modelid = model.id ORDER BY category.sort ASC,category.id ASC [ RunTime:0.0019s ]
SELECT * FROM `xyh_position_data` WHERE `posid` = 1 AND `cid` IN (18) ORDER BY sort asc,id desc LIMIT 5 [ RunTime:0.0004s ]