会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
show-code
博客园
首页
新随笔
联系
订阅
管理
2026年5月12日
codex使用Microsoft Store安装不了解决
摘要: 命令行版(codex.exe,绿色可直接运行) 地址(最新版,2026-05): https://github.com/openai/codex/releases 找: Windows x64:codex-x86_64-pc-windows-msvc.exe 下载后改名为 codex.exe,放桌面
阅读全文
posted @ 2026-05-12 11:32 show-code
阅读(89)
评论(0)
推荐(0)
2026年5月11日
ccswitch下载
摘要: 下载地址: https://github.com/farion1231/cc-switch
阅读全文
posted @ 2026-05-11 22:39 show-code
阅读(7)
评论(0)
推荐(0)
IDEA使用deep seek
摘要: 在插件中搜索continue 安装好之后添加大模型 添加API key后connect 自动弹出C:\Users\xxx\.continue\config.yaml文件 修改为如下内容 name: Local Config version: 1.0.0 schema: v1 models: - na
阅读全文
posted @ 2026-05-11 22:00 show-code
阅读(15)
评论(0)
推荐(0)
2026年5月10日
trea如何添加大模型
摘要: 关闭trea的auto mode 选择添加模型 1、deep seek:https://www.deepseek.com/ 2、硅基流动:https://cloud.siliconflow.cn/me/models
阅读全文
posted @ 2026-05-10 09:57 show-code
阅读(19)
评论(0)
推荐(0)
2026年1月19日
nginx修改https协议+生成.pem公钥和.key私钥
摘要: server { # 1. 核心修改:将普通listen改为HTTPS监听(443是HTTPS默认端口,也可保留12355并添加ssl标识) # 两种写法可选: # 写法1:使用HTTPS默认端口443(推荐,浏览器可直接通过https://域名访问,无需输入端口) listen 443 ssl;
阅读全文
posted @ 2026-01-19 14:17 show-code
阅读(94)
评论(0)
推荐(0)
2025年12月29日
ubuntu下载Nginx
摘要: 一、Nginx下载安装(Ubuntu系统) 1.nginx下载 sudo apt-get install nginx 2.nginx启动 启动命令 sudo nginx 重新编译(每次更改完nginx配置文件后运行): sudo nginx -s reload 3.测试nginx是否启动成功打开浏览
阅读全文
posted @ 2025-12-29 16:16 show-code
阅读(11)
评论(0)
推荐(0)
2025年12月15日
在Systemd的service文件中的字段解释
摘要: 在Systemd的service文件中,字段主要分为几个区块,每个区块都有其特定的用途和内容。以下是一些常见的字段及其描述: Unit区块: Description:给出当前服务的简单描述。 Documentation:给出文档位置。 After:表示该服务需要在哪些服务启动之后再启动,主要关注启动
阅读全文
posted @ 2025-12-15 13:19 show-code
阅读(49)
评论(0)
推荐(0)
2025年12月8日
银河麒麟ARM架构开机自启jar包
摘要: cd /etc/systemd/system vi start-xxx.service Description=start-xxx After=syslog.target network.target remote-fs.target nss-lookup.target redis.service
阅读全文
posted @ 2025-12-08 16:51 show-code
阅读(30)
评论(0)
推荐(0)
银河麒麟ARM架构安装jdk1.8
摘要: #解压文件夹 tar -xvf jdk1.8.0_202.tar #修改环境变量vim /etc/profile #java environment#export JAVA_HOME=/home/szzc/jdk/jdk1.8.0_202#export JRE_HOME=${JAVA_HOME}/j
阅读全文
posted @ 2025-12-08 16:46 show-code
阅读(187)
评论(0)
推荐(0)
2025年12月6日
麒麟ARM架构安装redis+开机启动
摘要: 解压压缩包 tar -zxvf redis-7.4.5.tar.gz cd redis-7.4.5 make make PREFIX=/xxx/redis-7.4.5 install 执行完后会生成bin文件夹 cd bin ./redis-server 启动后看到如上欢迎页面,但此窗口不能关闭,窗
阅读全文
posted @ 2025-12-06 21:18 show-code
阅读(77)
评论(0)
推荐(0)
下一页
公告