RabbitMQ 3.9.15 win10 安装教程 RabbitMQ 3.9.15 win10 安装教程一、文件准备:RabbitMQ 3.9.15对应最高 Erlang 24.3.3 ,可参考官方对应版本关系二、安装Erlang环境,并配置环境变量因为rabbitmq是Erlang开发的,所以需要安装Erlang环境配置Erlang环境变量ERLANG_HOME三、安装并配置 系统 2022年04月21日 0 点赞 0 评论 76 浏览
git.exe pull --progress -v --no-rebase "origin" fatal: unsafe repository To add an exception for this directory, call: git.exe pull --progress -v --no-rebase "origin"fatal: unsafe repository ('D:/test/tmp' is owned by someone else)To add an exception for this directory, call:git config --global --add safe.directory D:/test/tmp 系统 2022年04月20日 0 点赞 0 评论 152 浏览
Electron 17.1.0 npm install reify:lodash: timing 388ms 卡住 Electron 17.1.0 npm install reify:lodash: timing reifyNode:node_modules/global-agent Completed in 388ms 卡住原因:镜像下载原因,huawei、taobao都现现问题,安装 nrm 查看源npm install -g nrm查看源nrm ls npm ---------- https://re 系统 2022年03月03日 1 点赞 0 评论 503 浏览
Nodejs 桌面开发 - Electron 17.1.0 构建 npm 下载 node_modules 克隆 Github 下的 简单Electron案例https://github.com/electron/electron-quick-start执行命令 下载 node_modulesnpm install启动 electronnpm start 系统 2022年03月03日 0 点赞 0 评论 156 浏览
Windows 删除服务 停止服务 自动服务 禁用服务 停止服务:netstopmysql8手动服务:scconfigmysql8start=demand自动服务:scconfigmysql8start=auto禁用服务:scconfigmysql8start=disabled删除服务:scdelete&nbs 系统 2022年02月15日 0 点赞 0 评论 189 浏览
Windows服务器常用软件 谷歌无更新浏览器谷歌浏览器69.0.3497.92 无更新功能版 64位.exe谷歌浏览器 64位_59.0.3071.115 无更新功能版.exePHP集成环境phpStudy_64(v8.1.1.3).zipTomcatTomcat8 Tomcat8.5 Tomcat9OpenJDKOpenJDK8U-jdk_x64_linux_hotspot_8u312b07.tar.gz Op 系统 2022年01月25日 0 点赞 0 评论 208 浏览
Nginx 配置单个域名前后端分离,指定一个目录访问后端接口,后端还有页面,指定单独访问(宝塔案例) Nginx 配置单个域名前后端分离,指定一个目录访问后端接口,后端还有页面,指定单独访问(宝塔案例)确定域名www.haohaiyou.com确定后端接口访问目录/server宝塔创建网站PHP版本选择《纯静态》,前端VUE网页文件,放在此网站目录下即可访问添加反向代理如下图,因为将JavaWeb项目放在默认Tomcat中,所以(3)中直接用127.0.0.1:8088,如果是添加新的独立Tomc 系统 2022年01月22日 0 点赞 0 评论 178 浏览
Tomcat9 配置 IP端口直接访问项目 Tomcat9 配置 IP端口直接访问项目以宝塔面板为例,如下图,找到如下节点<Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true">在其中加入如下节点即可<Context crossContext="true" docBase="/test/www.test.com" path=" 系统 2022年01月06日 0 点赞 0 评论 230 浏览
Gitee、Github同时配置 SSH KEY Gitee、Github同时配置 SSH KEY运行输入 . 进入当前用户目录,并进入 .ssh 目录右键 点击 Git Bash Here,输入如下命令生成两个密钥ssh-keygen -t rsa -C "xxxxxx@qq.com" -f "github_id_rsa"ssh-keygen -t rsa -C "xxxxxx@qq.com" -f "gitee_id_rsa"在 .ss 系统 2021年12月31日 2 点赞 0 评论 235 浏览
unicorn['worker_processes'] has been deprecated since 13.10 and was removed in 14.0. Starting with GitLab 14.0, Unicorn is no longer supported and users must switch to Puma, following https://docs.gitlab.com/ee/administration/operations/puma.html. warning: gitlab-ce-14.0.12-ce.0.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID f27eab47: NOKEYPreparing... &nbs 系统 2021年12月13日 0 点赞 0 评论 687 浏览