Add date in comment
This commit is contained in:
parent
518225362b
commit
890e25e4a3
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue