• 首页
  • UI
    • 弹出层
    • 布局
  • 输入
    • 上传
    • 表单
    • 日期日历
  • 媒体
  • 导航
  • 其他
  • ASCII工具
  • 图片工具
  • 文章
  • 注册
  • 登录

SpringBoot+Nginx免费使用阿里云SSL证书实现网站HTTPS

如何在Centos7(Linux)上源码安装最新版Git

使用certbot生成永久免费的Let's Encrypt SSL证书实现SpringBoot+Nginx网站的HTTPS

玩儿点儿新花样,将Ascii banner艺术字放入以太坊区块链上

如何在Centos7上安装Elasticsearch7.6并运行集群

  • 升级完Mac系统后Java项目提示: the font "Times" is not available, so "Lucida Bright" has been substituted

    Warning: the font "Times" is not available, so "Lucida Bright" has been substituted, but may have unexpected appearance or behavor. Re-enable the "Times" font to remove this warning.
    • 10个月前
    • 后端
    • Mac Java Font
    • 7.7k 阅读
    • 0评论
  • Spring Boot项目在获取图片验证码时报错sun.awt.FontConfiguration.head及解决办法

    在阿里云Alibaba Cloud Linux 3服务器上运行的Spring Boot项目,项目能正常启动,但是当访问含有图片验证码的页面时总是报错:java.lang.NullPointerException: Cannot load from short array because "sun.awt.FontConfiguration.head" is null,而且图片验证码无法显示。
    • 1年前
    • 后端
    • Java Springboot
    • 7.5k 阅读
    • 0评论
  • 如何在Alibaba Cloud Linux 3上安装MongoDB 5.0

    最近重新购买了阿里云的ECS,这次选用的它家自研的Alibaba Cloud Linux 3系统,因为做了很多优化,而且全面兼容RHEL/CentOS生态,于是就选了它。
    • 1年前
    • 后端
    • ECS Linux MongoDB
    • 12k 阅读
    • 0评论
  • Spring Boot从2.2.2.RELEASE版本升级到2.5.3时出现错误及解决办法

    Github机器人提示项目有依赖安全漏洞问题,于是考虑将Spring Boot升级到最新版2.5.3,此版本包括很多错误修复、文档改进和依赖项升级。在升级过程中遇到了几个问题,如下:
    • 1年前
    • 后端
    • springboot
    • 14k 阅读
    • 0评论
  • 启动Spring Boot项目时报错:The dependencies of some of the beans in the application context form a cycle

    启动Spring Boot项目时报循环依赖错误:The dependencies of some of the beans in the application context form a cycle
    • 2年前
    • 后端
    • springboot springcloud
    • 88k 阅读
    • 0评论
  • IDEA中创建Spring Boot项目时报错spring initializr error timeout

    最近在使用IDEA创建Spring Boot项目时,总是连不上https://start.spring.io,提示Read timed out错误。
    • 2年前
    • 工具
    • springboot idea
    • 39k 阅读
    • 0评论
  • Spring Boot升级到2.3.2.RELEASE后提示"Cannot resolve symbol Valid"

    将Spring Boot从2.1.8升级到最新版的2.3.2后提示@NotEmpty,@Valid等注解无效,找不到javax.validation.constraints.NotEmpty,javax.validation.Valid类。
    • 2年前
    • 后端
    • springboot validator
    • 124k 阅读
    • 0评论
  • 有了它,键盘操作变得更容易-mousetrap

    Mousetrap是一款处理键盘操作的JavaScript类库,非常小巧,压缩后的大小在2kb左右,而且不依赖其他第三方库。支持Internet Explorer 6+、Safari、Firefox、Chrome浏览器。支持指定按键的keypress、keydown和keyup事件。有了它,键盘操作的代码变得更易写,更简洁。
    • 2年前
    • 前端
    • 键盘插画 keyboard shortcuts
    • 29k 阅读
    • 0评论
  • brew update更新速度慢,通过修改镜像源提高下载速度

    最近在Mac上执行brew update命令时速度巨慢,为什么呢?原来brew的默认下载源为Github,由于众所周知的原因,从Github上下载东西速度堪忧啊,我们需要考虑下其它方式:修改镜像源,如:清华、中科大的homebrew镜像源,将下载源切换到国内,下载速度能快不少。
    • 2年前
    • 工具
    • brew mirror mac
    • 42k 阅读
    • 0评论
  • [oh-my-zsh] 提示 Insecure completion-dependent directories detected解决办法

    Mac上安装完oh-my-zsh后,命令行终端提示:[oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x ...
    • 2年前
    • 工具
    • Mac ZSH
    • 150k 阅读
    • 0评论
  • 如何在Centos7上安装Elasticsearch7.6并运行集群

    Elasticsearch是一个开源的分布式全文本搜索和分析引擎。它支持RESTful操作,并可以实时存储,搜索和分析大量数据,可以在很多场景中得到运用,如大型电子商务商店和分析应用程序。本文将介绍如何在CentOS7上安装Elasticsearch并启动多节点搭建集群。
    • 2年前
    • 后端
    • Centos Elasticsearch
    • 38k 阅读
    • 0评论
  • Node项目在Mac上执行npm install时报错:xcode-select: error: tool 'xcodebuild' requires Xcode

    从github clone了一个node项目,在执行npm install命令安装依赖时报错:xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
    • 2年前
    • 前端
    • node mac
    • 33k 阅读
    • 0评论
  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • 下一页
  • 共9页,第2页
所有文章
评论最多
热门内容
前端
后端
移动
工具
区块链
热门文章
  • [oh-my-zsh] 提示 Insecure completion-dependent directories detected解决办法
    Mac上安装完oh-my-zsh后,命令行终端提示:[oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x ...
    • 2年前
    • 工具
    • 150k 阅读
  • Nuxt.js报错:Classic mode for store/ is deprecated and will be removed in Nuxt 3
    将Nuxt.js升级到最新版的2.4.0时,终端提示警告:Classic mode for store/ is deprecated and will be removed in Nuxt 3。解决办法如下:
    • 4年前
    • 前端
    • 124k 阅读
  • Spring Boot升级到2.3.2.RELEASE后提示"Cannot resolve symbol Valid"
    将Spring Boot从2.1.8升级到最新版的2.3.2后提示@NotEmpty,@Valid等注解无效,找不到javax.validation.constraints.NotEmpty,javax.validation.Valid类。
    • 2年前
    • 后端
    • 124k 阅读
目录
关于我们 - 联系我们 - 免责声明 - 友情链接 -
蜀ICP备15035778号-7
Copyright © 2018 - 2022 Bootschool.