现在位置 >首页 > IP
评论关闭
mysql> create table jackbillow (ip int unsigned, name char(1)); Query OK, 0 rows affected (0.02 sec)   mysql> insert into jackbillow values(inet_aton('192.168.1.200'), 'A'), (inet_aton('200.100.30.241'), 'B');                          Query OK, 2 rows affected (0.00 sec) Records: 2  Duplicates: 0  Warnings: 0   mysql> insert into jackbillow values(inet_aton('24.89.35.27'), 'C'), (inet_aton('100.200.30.22'), 'D');                             Query OK, 2 ...
阅读全文
×
腾讯微博