全文検索:
- 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 |
- 2024.01.18 SSL Error in Rails @en:50_dialy:2024:01
- te". <code> openssl s_client -showcerts -host valid-isrgrootx1.letsencrypt.org -port 443 Verification