上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: <main> <h1>CatPhotoApp</h1> <h2>Cat Photos</h2> <!-- TODO: Add link to cat photos --> <p>Everyone loves cute cats online!</p> </main> 阅读全文
posted @ 2025-08-08 17:10 GOZO 阅读(5) 评论(0) 推荐(0)
摘要: <main> <h1>CatPhotoApp</h1> <h2>Cat Photos</h2> <!-- TODO: Add link to cat photos --> <p>Everyone loves cute cats online!</p> </main> 阅读全文
posted @ 2025-08-08 16:52 GOZO 阅读(4) 评论(0) 推荐(0)
摘要: <!-- TODO: Add link to cat photos --> <p>Everyone loves cute cats online!</p> 阅读全文
posted @ 2025-08-08 16:49 GOZO 阅读(3) 评论(0) 推荐(0)
摘要: <h2>Cat Photos</h2> <p>Everyone loves cute cats online!</p> 阅读全文
posted @ 2025-08-08 16:46 GOZO 阅读(3) 评论(0) 推荐(0)
摘要: <h2>Cat Photos</h2> 阅读全文
posted @ 2025-08-08 16:41 GOZO 阅读(5) 评论(0) 推荐(0)
摘要: <h1>CatPhotoApp</h1> 阅读全文
posted @ 2025-08-08 16:38 GOZO 阅读(5) 评论(0) 推荐(0)
摘要: #生成密钥 C:\Users\Temp>ssh-keygen -t rsa -b 4096 -C "deploy-to-server" -f $env:USERPROFILE\.ssh\id_rsa_deploy #查看密钥 type %USERPROFILE%\.ssh\id_rsa_deploy 阅读全文
posted @ 2025-08-02 22:46 GOZO 阅读(6) 评论(0) 推荐(0)
摘要: git config --global user.name "Git账号" git config --global user.email "Git邮箱" ssh-keygen -t rsa -b 2048 -C "your_email@example.com"(三次回车) 查看公钥位置 cat C: 阅读全文
posted @ 2025-08-02 20:26 GOZO 阅读(28) 评论(0) 推荐(0)
摘要: #配置yum镜像源 vim /etc/yum.repos.d/pgdg.repo [pgdg13] name=PostgreSQL 13 - TUNA mirror baseurl=https://mirrors.tuna.tsinghua.edu.cn/postgresql/repos/yum/1 阅读全文
posted @ 2025-07-24 09:39 GOZO 阅读(33) 评论(0) 推荐(0)
摘要: 在VM Option中加入参数: --module-path "path_to_javafx_lib" --add-modules javafx.controls,javafx.media 阅读全文
posted @ 2024-11-09 17:26 GOZO 阅读(62) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 8 下一页