随笔分类 -  环境搭建

摘要:官网首页: https://www.macphpstudy.com/ 安装 macOS 使用 Homebrew 安装 zsh brew update && brew install flyenv 下载安装 架构 文件 GitHub 发布 百度网盘 Intel X86_64 {version}.dmg 阅读全文
posted @ 2025-08-07 12:25 Journey&Flower 阅读(170) 评论(0) 推荐(0)
摘要:docker-compose 之于 docker,犹车机之于发动机,二者不可或缺 1.进入下载网站 docker下载: https://download.docker.com/linux/static/stable docker-compose下载: https://github.com/docke 阅读全文
posted @ 2024-12-03 13:36 Journey&Flower 阅读(161) 评论(0) 推荐(0)
摘要:创建自己的机器人和Token: 【1】添加官方好友 @BotFather 【2】输入【 /start 】 -【 /newbot 】,给新机器人自定义起名(可中文),必须以bot结尾,不能和别人重复, 如: mytest888bot 【3】起名新建成功后会输出 Use this token to ac 阅读全文
posted @ 2024-11-28 17:16 Journey&Flower 阅读(835) 评论(0) 推荐(0)
摘要:注意事项: 这里测试了, 如果VMWare虚拟机内的机器配置了ens33网络适配器为静态IP, 可能会导致虚拟机无法访问物理机以外的网络, 如www.bing.com等, 不确定是否版本BUG Product:VMware® Workstation 16 Pro, Version:16.2.5 bu 阅读全文
posted @ 2024-11-28 15:41 Journey&Flower 阅读(32) 评论(0) 推荐(0)
摘要:1.部署完成之后, 需要确保各项端口对外开放,并且 端口和服务器端口无冲突 描述 端口 NameServer 端口 9876 Broker 监听端口 10911 Broker 快速监听端口 10909 Broker HA 监听端口 10912 Proxy 远程监听端口 8080 Proxy grpc 阅读全文
posted @ 2024-10-26 23:02 Journey&Flower 阅读(52) 评论(0) 推荐(0)
摘要:错误日志 Field rocketMQTemplate in com.invech.kitty.rocketmq.producer.xxxx required a bean of type 'org.apache.rocketmq.spring.core.RocketMQTemplate' that 阅读全文
posted @ 2024-10-25 14:11 Journey&Flower 阅读(127) 评论(0) 推荐(0)
摘要:1Panel+CentOS7+Windows+MacOS 的 finalshell 专业版 + 高级版激活+部署网站1、 finalshell下载老版本 Windows: https://wwt.lanzouq.com/ixgKY1re41yh 密码: 511k MacOS: https://www.123pan.com/s/TWF9-Wkh43.html 提取码: ZjA2 2、finalshell下载后安装 阅读全文
posted @ 2024-03-15 16:08 Journey&Flower 阅读(698) 评论(0) 推荐(0)
摘要:1.编辑yum配置文件保证缓存 在 /etc/yum.conf 文件中,将 keepcache=0 改为 keepcache=1 2.以安装nginx为例 yum install nginx -y 3.安装过程中可以得到下载仓库位置和依赖包信息 4.在指定仓库中提取nginx和依赖包 5.为确保得到 阅读全文
posted @ 2023-05-24 21:10 Journey&Flower 阅读(216) 评论(0) 推荐(0)
摘要:Linux配置各种yum源地址,阿里、清华、网易..... 各种源地址汇总: https://developer.aliyun.com/article/869790 国外的yum源访问速度较慢,一般情况下建议替换成国内的免费yum源。国内提供了不少优秀的yum源,例如: • 搜狐开源镜像站:http 阅读全文
posted @ 2023-05-24 20:30 Journey&Flower 阅读(1884) 评论(0) 推荐(0)
摘要:gyp verb check python checking for Python executable "python2" in the PATH第一次安装出现如下错误: gyp verb check python checking for Python executable "python2" in the PATH 因为我电脑上安装的是Python 3.7,但是这个which命令竟然需要Python 2,于是去StackOver flow 阅读全文
posted @ 2022-11-14 10:58 Journey&Flower 阅读(8606) 评论(0) 推荐(0)
摘要:npm的使用 windows下面安装node-sass,确实令人头痛,正确姿势如下: 一、npm或yarm指定淘宝镜像 1、查看镜像 # npm命令 npm config get registry # yarn命令 yarn config get registry 2、修改为淘宝镜像 # npm命令 阅读全文
posted @ 2022-02-15 20:09 Journey&Flower 阅读(28) 评论(0) 推荐(0)
摘要:无需登录oracle jdk下载(jdk8jdk11jdk17jdk21所有版本jdk下载)jdk下载-所有版本版本 Azul:https://www.azul.com/downloads Adobe/Oracle 版本:https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 阅读全文
posted @ 2021-12-27 09:13 Journey&Flower 阅读(85) 评论(0) 推荐(0)
摘要:在Java中,关于锁我想大家都很熟悉。在并发编程中,我们通过锁,来避免由于竞争而造成的数据不一致问题。通常,我们以synchronized 、Lock来使用它。 但是Java中的锁,只能保证在同一个JVM进程内中执行。如果在分布式集群环境下呢? 一、分布式锁 分布式锁,是一种思想,它的实现方式有很多 阅读全文
posted @ 2021-09-11 14:04 Journey&Flower 阅读(309) 评论(0) 推荐(0)
摘要:GitBook 是一个基于 Node.js 的命令行工具,可使用 Github/Git 和 Markdown 来制作精美的电子书。 一、官网下载nodejs直接安装 传送门,安装完成后如下: 可以看到npm也安装了,此时可以在cmd控制台进行验证(win+r),输入cmd进入控制台: C:\pc>n 阅读全文
posted @ 2021-07-14 17:42 Journey&Flower 阅读(523) 评论(0) 推荐(0)