mirror of
https://github.com/netfun2000/ip2region.git
synced 2026-02-27 09:44:31 +08:00
Add date in comment
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# Use of this source code is governed by a Apache2.0-style
|
||||
# license that can be found in the LICENSE file.
|
||||
#
|
||||
# Author: leolin49 <leolin49@foxmail.com>
|
||||
# Author: linyufeng <leolin49@foxmail.com>
|
||||
# Date : 2022/7/14 17:00
|
||||
#
|
||||
import logging
|
||||
import sys
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
# Use of this source code is governed by a Apache2.0-style
|
||||
# license that can be found in the LICENSE file.
|
||||
#
|
||||
# Author: leolin49 <leolin49@foxmail.com>
|
||||
# Author: linyufeng <leolin49@foxmail.com>
|
||||
# Date : 2022/7/14 17:00
|
||||
#
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# Use of this source code is governed by a Apache2.0-style
|
||||
# license that can be found in the LICENSE file.
|
||||
#
|
||||
# Author: leolin49 <leolin49@foxmail.com>
|
||||
# Author: linyufeng <leolin49@foxmail.com>
|
||||
# Date : 2022/7/14 17:00
|
||||
#
|
||||
import struct
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# Use of this source code is governed by a Apache2.0-style
|
||||
# license that can be found in the LICENSE file.
|
||||
#
|
||||
# Author: leolin49 <leolin49@foxmail.com>
|
||||
# Author: linyufeng <leolin49@foxmail.com>
|
||||
# Date : 2022/7/14 17:00
|
||||
#
|
||||
# ----
|
||||
# ip2region database v2.0 structure
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# Use of this source code is governed by a Apache2.0-style
|
||||
# license that can be found in the LICENSE file.
|
||||
#
|
||||
# Author: leolin49 <leolin49@foxmail.com>
|
||||
# Author: linyufeng <leolin49@foxmail.com>
|
||||
# Date : 2022/7/14 17:00
|
||||
#
|
||||
import xdb.util as util
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# Use of this source code is governed by a Apache2.0-style
|
||||
# license that can be found in the LICENSE file.
|
||||
#
|
||||
# Author: leolin49 <leolin49@foxmail.com>
|
||||
# Author: linyufeng <leolin49@foxmail.com>
|
||||
# Date : 2022/7/14 17:00
|
||||
#
|
||||
_SHIFT_INDEX = (24, 16, 8, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user