このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| priv:notes [2021/09/22 11:08] – admin | priv:notes [2023/01/06 14:21] (現在) – admin | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ===== メモ ===== | ===== メモ ===== | ||
| いや、下記は自分用の備忘録ですのでお気になさらずに。 | いや、下記は自分用の備忘録ですのでお気になさらずに。 | ||
| + | |||
| + | === 日本語 === | ||
| + | * [[https:// | ||
| + | |||
| + | === Google Nest === | ||
| + | * [[https:// | ||
| + | |||
| + | === 文字列を逆順に === | ||
| + | * =CONCATENATE(ARRAYFORMULA(MID(C2, | ||
| === DokuWiki === | === DokuWiki === | ||
| - | * (私にとって)不要なプラグイン:Active Directory Auth, LDAP Auth, authpdo, Popularity Feedback | + | * 必要なプラグイン |
| + | * [[https:// | ||
| + | * 不要なプラグイン:Active Directory Auth, LDAP Auth, authpdo, Popularity Feedback | ||
| + | * https:// | ||
| - | ==== emacs ==== | + | === emacs === |
| * 文字コード明示:-*- coding: | * 文字コード明示:-*- coding: | ||
| - | ==== Python | + | === Python === |
| * [[https:// | * [[https:// | ||
| - | ==== 素材 | + | === 素材 === |
| * [[https:// | * [[https:// | ||
| - | ==== 広告掲示 | + | === 広告掲示 === |
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | === 中国語 === | ||
| + | * [[https:// | ||
| - | + | === Let's Encrypt / SSL === | |
| - | ==== Let's Encrypt / SSL ==== | + | |
| * [[https:// | * [[https:// | ||
| - | ==== How to download Excel file (.xlsx) by Python CGI ==== | + | === How to download Excel file (.xlsx) by Python CGI === |
| <code python> | <code python> | ||
| import openpyxl | import openpyxl | ||
| 行 50: | 行 63: | ||
| sys.stdout.buffer.write(stream) | sys.stdout.buffer.write(stream) | ||
| </ | </ | ||
| - | |||
| - | |||