e8tg001

Results 10 comments of e8tg001

能持续研发一些新功能吗,讲真的挺喜欢,让yapi越来越好

**logstash can work!** -------------------------- filebeat-6.6.2 config ------------------------ ``` filebeat.inputs: - type: log enabled: true paths: - /data/log/info.log exclude_lines: ['^$'] exclude_files: ['.gz$'] fields: system: 'crm' service: 'crm-web' logType: 'log4j' tags: ["resin"]...

============ 补一个安装成功步骤 ============ **安装依赖** ``` nodejs:10.16+ mongodb:4.0.x ``` **创建数据库与登录用户(前题已安装mongodb)** ``` #进入客户端 ./mongo # 定位到admin内置库 use admin # 用admin中的超管用户鉴权 db.auth('root','123456') # 定位到mydemo业务库 use yapi # 创建普通用户 db.createUser({user:"my_yapi",pwd:"123456",roles:[{ role: "readWrite", db: "yapi"...

yapi是一个api管理平台,支持mock和http测试只是辅助功能模块而已,核心是项目api接口文档管理;apifox和hoppscotch更偏向于接口测试工具,和postman一样。不过yapi已经没人维护了,现有版本够用了,不乱搞的话,还是很稳定的,没啥大问题;

进入node安装的根目录,将根目录授权一下,这个错误的原因在于 nodejs 的 运行权限和运行 yapi -server 的权限不一致。 解决: chown -R root:root /nodejs安装目录(环境变量配置的目录) 或 chmod 777 /nodejs

The same issue has been connected to Deepseek, but there is no response content Tips: “tokens used: 5062, model: DeepSeek API (deepseek-chat)”

version : v1.9.7 - 2025.02.03

As it was an AI API issue, after a period of time, the operation was repeated and the content was displayed normally. There are occasional instances of service suspension on...

你好待把你的公网IP打码一下,现在这个老项目已没人维护了,只能自已尝试修复