https://support.cloudflare.com/hc/en-us/articles/200168236-What-does-Cloudflare-IP-Geolocation-do-
RewriteEngine on
| <details> | |
| <summary>押してみそ?</summary> | |
| な? | |
| ```pl | |
| use strict; | |
| ``` | |
| どう? | |
| </details> |
📝 企業を調べる時のメモ書きです。
| 更新: | 2023-12-08 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2023.2 |
| URL: | https://voluntas.github.io/ |
タイポなどは Twitter の @voluntas までお願いします。
| # From https://stackoverflow.com/a/68876046/1319998, which is itself inspired by https://stackoverflow.com/a/68814418/1319998 | |
| from contextlib import contextmanager | |
| from collections import namedtuple | |
| from ctypes import cdll, byref, string_at, c_char_p, c_int, c_double, c_int64, c_void_p | |
| from ctypes.util import find_library | |
| from sys import platform | |
| def query(db_file, sql, params=()): |