ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    sentinel 控制台下载与运行

    Aug 6, 20222 min read

    下载地址

    https:/github.com/alibaba/Sentinel/releases

    直接使用jar命令启动项目(控制台本身是一个SpringBoot项目)

    java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 - Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.7.0.jar
    

    通过浏览器访问localhost:8080 进入控制台(默认用户名密码是 sentinel/sentinel)

    相关文章

    AWS CloudFront CDN 费用标准

    AWS CloudFront CDN的费用结构包括数据传输、请求、SSL加密/解密和缓存服务,具体费用因地区和服务类型而异。

    客户端连接连接示范

    该内容展示了一个客户端连接的示范。

    Andriod Studio设置启动时不自动打开上次项目

    在Android Studio中通过取消勾选"Reopen last project on startup"来设置启动时不自动打开上次项目。

    解决Deprecation Warning: $weight: Passing a number without unit % (0) is deprecated.

    在Sass中,为了避免警告,应使用带有单位的值(如px或em)来定义权重变量。

    解决Defaulting to user installation because normal site-packages is not writeable Python

    解决Python默认用户安装问题,因普通网站包不可写,通过brew安装Python 3.9即可。