全文検索:
- 2023.12.14 React-adminとDjangoの連携 @50_dialy:2023:12
- 'Product', fields=[ ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('name', models.CharField(max... ------+------+-----+---------+----------------+ | id | bigint | NO | PRI | NULL | auto_i... n_product; +----+--------------------+--------+ | id | name | price | +----+-----------
- 2024.03.05 VBA Selenium ログイン @50_dialy:2024:03
- enium.WebDriver Dim HTMLDoc As Object Dim ID As String Dim Pass As String ID = "hogehogeID" Pass = "hogehogePass" 'ログインページを開く Driver.Start "chrome" Driver.Get "h... 'ユーザ名とパスワードを入れてログインボタンを押す .FindElementById("user_login").SendKeys ID .FindElementByI
- 2024.04.12 MySQL bitフィールド @50_dialy:2024:04
- ------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_incr... ql> select * from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 |... code> ===== 表示を見るには ===== <code> mysql> select id,name, cast(enabled as UNSIGNED) as enabled from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 |
- 2024.10.02 rclone @50_dialy:2024:10
- ext step \ "false" env_auth> 1 AWS Access Key ID. Leave blank for anonymous access or runtime cred... lue. Press Enter for the default (""). access_key_id> fbXXXXXXXXXXXXXX7QF AWS Secret Access Key (pass... [s3] provider = Other env_auth = false access_key_id = fbXXXXXXXXXXXXXX7QF secret_access_key = auVaS6X... = s3 provider = Other env_auth = false access_key_id = fbXXXXXXXXXXXXXX7QF secret_access_key = auVaS6X
- 2023.11.29 Nginx .htaccessの代わり @50_dialy:2023:11
- tc/.htpasswd; auth_basic "Please enter your ID and password"; } </code> ^ プレフィックス ^ 説明 ^ ... tc/.htpasswd; auth_basic "Please enter your ID and password"; } </code> {{tag>日記 Nginx .hta
- 2024.01.29 Conoha VPSシングルモード @50_dialy:2024:01
- 16 /boot/vmlinuz-3.10.0-693.2.2.el7.x86_64 root=UUID=06a4f571-f4f2-49a6-ba13-e249701956f0 ro crashkern... 16 /boot/vmlinuz-3.10.0-693.2.2.el7.x86_64 root=UUID=06a4f571-f4f2-49a6-ba13-e249701956f0 rw init=/bin
- 2024.03.06 VBA Selenium OnClick @50_dialy:2024:03
- fcljs == 'function'){jsfcljs(document.getElementById('page:form'),'page:form:j_id1,page:form:j_id1','');}return false};return (a()==false) ? false : b();">></a> </code> ===== 解決策 ===... fcljs == 'function'){jsfcljs(document.getElementById('page:form'),'page:form:j_id1,page:form:j_id1',''
- 2024.07.27 dovecot Out of Memory @50_dialy:2024:07
- [0x7f13b77fed00] -> #9 maildir_uidlist_sync_next_uid[0x7f13b792e1e0] -> #10 maildir_uidlist_sync_next[... f13b797b890] -> #18 maildir_uidlist_get_mailbox_guid[0x7f13b7925ec0] -> #19 mailbox_get_metadata[0x7f1
- 2024.10.04 lsyncd @50_dialy:2024:10
- ==== 2.両サーバへ鍵でSSH可能に ==== <code|Aサーバ> ssh-copy-id root@192.168.10.12 </code> <code|Bサーバ> ssh-copy-id root@192.168.10.11 </code> ==== 3.lsyncd.conf.lu
- 2024.01.18 RailsでSSLエラー @50_dialy:2024:01
- まう。 <code> # openssl s_client -showcerts -host valid-isrgrootx1.letsencrypt.org -port 443 Verification
- 2024.03.13 WireGuard MTU @50_dialy:2024:05
- inet 10.10.10.2/24 scope global wg0 valid_lft forever preferred_lft forever </code> このコマン
- 2024.08.22 426 Failure reading network stream. @50_dialy:2024:08
- ]が、まったく同じ現象 [[https://www.suse.com/ja-jp/support/kb/doc/?id=000020678]] {{tag>日記 FTP vsftpd FFFTP}}