会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kevin0is0me
博客园
首页
新随笔
联系
管理
订阅
2025年7月11日
n8n设置中文
摘要: 先把docker的n8n停掉 然后输入: docker run -d --rm --name n8n -p 5678:5678 -v D:\editor-ui\dist:/usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist -
阅读全文
posted @ 2025-07-11 13:46 Kevin0is0me
阅读(734)
评论(0)
推荐(0)
2023年11月29日
2023-11-29 看吧后感
摘要:
阅读全文
posted @ 2023-11-29 21:38 Kevin0is0me
阅读(15)
评论(0)
推荐(0)
2023年7月2日
git 创建分支develop,再把它上传
摘要: 上传之前: 1 add commit 一次 2 再先创建develop分支 3 然后修改点数据,再合并一次 4 再进行首次上传
阅读全文
posted @ 2023-07-02 11:09 Kevin0is0me
阅读(45)
评论(0)
推荐(0)
git 的上传项目
摘要: Git global setup( Git全局设置 ) git config --global user.name "朱广发" git config --global user.email "784670492@qq.com" Create a new repository( 创建一个新的存储库 )
阅读全文
posted @ 2023-07-02 10:46 Kevin0is0me
阅读(15)
评论(0)
推荐(0)
2023年6月15日
docker安装使用 + docker部署:flask + gunicorn
摘要: 官方的一键安装方式: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 启动Docker的命令: sudo systemctl start docker 通过运行hello-world镜像来验证是否正确安装了Dock
阅读全文
posted @ 2023-06-15 09:27 Kevin0is0me
阅读(123)
评论(0)
推荐(0)
2023年6月2日
fastDFS + nginx安装
摘要: 一、环境 centos7.6 二、下载安装包 1、下载fastdfs cd /usr/local/srcwget https://github.com/happyfish100/fastdfs/archive/refs/tags/V6.07.tar.gz -O fastdfs-6.07.tar.gz
阅读全文
posted @ 2023-06-02 21:20 Kevin0is0me
阅读(66)
评论(0)
推荐(0)
2023年3月23日
git冲突 要先git pull,不要git commit
摘要: 先git pull,看看有无更新。 再git status, 然后在git commit 自己的版本。 执行git pull命令,将远程分支最新的代码拉取到本地分支上。 如果出现冲突(conflicts),使用git status命令查看问题文件,手动解决代码冲突。 使用git add命令添加修改后
阅读全文
posted @ 2023-03-23 09:18 Kevin0is0me
阅读(326)
评论(0)
推荐(0)
2023年2月13日
git 去除当前修改
摘要: git restore .
阅读全文
posted @ 2023-02-13 13:16 Kevin0is0me
阅读(12)
评论(0)
推荐(0)
2023年2月3日
git 合并分支
摘要: 1 先把分支git add . git commit -m 保存好 2 git checkout master 回到之分支 3 git pull 更新master最新的数据 4 git merge 分支名称 云端的操作:origin/分支 git merge origin/index-swiper
阅读全文
posted @ 2023-02-03 09:56 Kevin0is0me
阅读(28)
评论(0)
推荐(0)
2022年12月11日
nginx安装和使用,Nginx部署web项目
摘要: https://blog.csdn.net/weixin_43233914/article/details/126483734
阅读全文
posted @ 2022-12-11 23:05 Kevin0is0me
阅读(139)
评论(0)
推荐(0)
下一页
公告