王明昌博客-一个90后PHP程序员的个人博客网站王明昌博客

欢迎光临
感谢一路有你

最新发布 第3页

网站技术

表单CSRF攻击

王明昌阅读(455)赞(0)

增加token ‍ config/app.php // 开启CSRF防护 'verify_token' => true, // 表单令牌名称 'form_token_name' => '__token__', // 表单令牌验证...

软件教程

mac升级go版本

王明昌阅读(667)赞(0)

‍ 好的,我来为您介绍如何在本地升级 Go 版本。根据您使用的操作系统,步骤可能略有不同。以下是针对主要操作系统的升级指南: 对于 macOS (使用 Homebrew): 首先,更新 Homebrew: brew update 然后升级 ...

git

fork后,同步原项目记录

王明昌阅读(431)赞(0)

获取原始项目最新更新: git fetch upstream 合并更新到你的分支: git merge upstream/main 提交数据: git add 文件名 git commit 推送: git push origin main ...

在nextChat中使用bigmodel中转站-王明昌博客
AI

在nextChat中使用bigmodel中转站

王明昌阅读(396)赞(1)

nextchat聊天: https://app.nextchat.dev ‍ 配置 开启自定义接口 模型服务商: OpenAi 接口地址:https://api.bigmodel.org APIKey:申请令牌(https://api.bi...

在chatbox中使用bigmodel中转站-王明昌博客
AI

在chatbox中使用bigmodel中转站

王明昌阅读(514)赞(0)

chatBox下载地址: https://chatboxai.app/zh ‍ ‍ 配置 模型提供方: openai API API秘钥: 申请令牌(https://api.bigmodel.org/token) API域名: https:...

在dify中使用bigmodel中转站-王明昌博客
AI

在dify中使用bigmodel中转站

王明昌阅读(499)赞(0)

‍ dify使用openai 模型类型: LLM 填入apiKey: 申请的令牌 ApiBase: http://api.bigmodel.org ​​ ‍ ‍ dify使用claude 选择模型供应商 OpenAI-API-compati...

如何在cursor中使用bigmodel中转站-王明昌博客
AI

如何在cursor中使用bigmodel中转站

王明昌阅读(412)赞(0)

中转站地址:api.bigmodel.org/ 推荐使用的模型 my-deepseek-coder 和 my-claude3.5sonnet my-deepseek-coder 对应的模型是 deepseek-coder 便宜且好用 my-...

×
订阅图标按钮