全文検索:
- 2024.04.12 MySQL BIT Field @en:50_dialy:2024:04
- ------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_incr... ql> select * from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 | ... == To See the Display ===== <code> mysql> select id,name, cast(enabled as UNSIGNED) as enabled from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 |
- Mar 8 2023 SSH Error no hostkey alg @en:50_dialy:2022:03
- key and public key are these: <code> $ ls .ssh/id_ecdsa* .ssh/id_ecdsa .ssh/id_ecdsa.pub </code> ==== Settings for connecting using ECDSA ==== You can use password
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers
- Jun 21 2023 Windows2008 Update Failed with Error 800B01009 @en:50_dialy:2023:06
- s://www.microsoft.com/en-US/download/details.aspx?id=9905|Windows-KB890830-x64-V5.114.exe]] {{:50_di