Add date in comment

This commit is contained in:
linyufeng 2022-07-14 17:17:35 +08:00
parent 518225362b
commit 890e25e4a3
6 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -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
#

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)