Add date in comment
This commit is contained in:
parent
a5887f7f54
commit
00e53e3af7
|
|
@ -2,7 +2,8 @@
|
||||||
# Use of this source code is governed by a Apache2.0-style
|
# Use of this source code is governed by a Apache2.0-style
|
||||||
# license that can be found in the LICENSE file.
|
# 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 logging
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,6 @@
|
||||||
# Use of this source code is governed by a Apache2.0-style
|
# Use of this source code is governed by a Apache2.0-style
|
||||||
# license that can be found in the LICENSE file.
|
# 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
|
# Use of this source code is governed by a Apache2.0-style
|
||||||
# license that can be found in the LICENSE file.
|
# 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
|
import struct
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
# Use of this source code is governed by a Apache2.0-style
|
# Use of this source code is governed by a Apache2.0-style
|
||||||
# license that can be found in the LICENSE file.
|
# 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
|
# ip2region database v2.0 structure
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
# Use of this source code is governed by a Apache2.0-style
|
# Use of this source code is governed by a Apache2.0-style
|
||||||
# license that can be found in the LICENSE file.
|
# 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
|
import xdb.util as util
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
# Use of this source code is governed by a Apache2.0-style
|
# Use of this source code is governed by a Apache2.0-style
|
||||||
# license that can be found in the LICENSE file.
|
# 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)
|
_SHIFT_INDEX = (24, 16, 8, 0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue