• HOME
  • SEARCH
  • TOPICS
  • DATA

  • Maven 设置阿里云镜像

    主要配置 <mirror> <id>nexus-aliyun</id> <mirrorOf>*&

    2023-03-25, Views: 2260 , Topics: Maven

  • Maven import scope 解析

    关于 import Maven是单继承,所以需要导入其他POM就需要使用import。 限制 import只能使用在打包方式为pom的工程中。 import只能

    2023-03-25, Views: 1876 , Topics: Maven

  • OpenLens 6.2.5 禁止自动更新

    原因 OpenLens 6.3.0中移除了进入pod和查看Pod日志的按钮(以插件形式提供,为了收费版铺路,吃相难看)。 OpenLens 6.2.5没有提供关

    2023-03-24, Views: 2311 , Topics: OpenLens

  • Chrome 解决 CSDN 无法复制代码问题

    场景 CSDN在不登录的情况下,无法对代码块进行复制操作。 原因 该网站对<pre>和<code>标签添加了user-select: n

    2023-03-22, Views: 4134 , Topics: Chrome CSS

  • H2 Syntax error in SQL statement expected "identifier"

    错误信息 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL sta

    2023-03-21, Views: 3042 , Topics: H2

  • H2 无法创建数据库 JdbcSQLNonTransientConnectionException

    错误信息 Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: A file path

    2023-03-20, Views: 3239 , Topics: H2

  • Maven 单元测试覆盖率检测插件 JaCoCo

    配置插件 <plugin> <groupId>org.jacoco</groupId> <artifa

    2023-03-19, Views: 1804 , Topics: Maven

  • Maven 常用命令

    Maven 指令解析 mvn:主命令 archetype:generate:子命令 archetype:插件 generate:目标 mvn archetype

    2023-03-18, Views: 1276 , Topics: Maven

  • Maven Fatal error compiling: 错误: 无效的目标发行版:17 -> [Help 1]

    尝试解决 pom.xml中添加如下配置,但未能解决 <properties> <maven.compiler.source>17&l

    2023-03-17, Views: 5642 , Topics: Maven Java

  • OpenLens 6.3.0 无法查案日志和进入 Pod Shell 解决方法

    原因 OpenLens 6.3.0开始移除了Pod的查看日志和进入Pod Shell按钮,无法查看日志和进入Pod操作。 解决办法 OpenLens 6.3.0

    2023-03-15, Views: 4770 , Topics: OpenLens Kubernetes

  • HTTP Bad chunk header 和 Illegal or missing hexadecimal sequence in chunked-encoding 解决方法

    错误信息 错误一 org.apache.http.MalformedChunkCodingException: Bad chunk header: {"a":[

    2023-03-14, Views: 2790 , Topics: HTTP

  • Nginx 502 Bad Gateway

    现象 请求页面得到502 Bad Gateway。 日志 查看error.log日志,发现有upstream sent too big header while

    2023-03-13, Views: 1339 , Topics: Nginx

  • SSH 客户端工具

    WindTerm 功能:SHH、SCP、SFTP、Telnet、Shell、CMD。 https://github.com/kingToolbox/WindTe

    2023-03-12, Views: 1721 , Topics: SSH

  • 开源邮件服务器

    说明 Star数统计于2023-03-11。 Mail-in-a-Box Star:11.6k License:CC0 1.0 Universal 语言:Pyt

    2023-03-11, Views: 2035 , Topics: GitHub

  • PowerShell、CMD、Linux 命令换行

    场景 运行docker命令,该命令由多行组成。在Linux中使用\表示换行。 docker run \ --name nginx \ -p 80:80 \ ng

    2023-03-10, Views: 3566 , Topics: Linux cmd PowerShell

  • Windows 命令中使用 WSL 命令

    说明 Windows中可以直接使用WSL子系统的命令,PowerShell和CMD都支持。 格式 wsl+command,如使用date查看日期,可以使用wsl

    2023-03-09, Views: 1583 , Topics: WSL Windows

  • Python 启动简易 HTTP 服务

    Python3 python3 -m http.server 7800 Python2 python -m SimpleHTTPServer 7800

    2023-03-08, Views: 1891 , Topics: Python

  • Spring Shell 基本使用

    添加命令 @ShellComponent:等同于@Component,使Spring扫描进IoC容器。 @ShellMethod:定义命令。 - val

    2023-03-07, Views: 1638 , Topics: Spring Shell Spring Boot

  • Spring Shell 基本设置

    框架 以Spring Boot为底座,加上spring-shell-starter为框架。 不显示 Banner 在application.yaml中配置 sp

    2023-03-06, Views: 2316 , Topics: Spring Shell Spring Boot

  • Spring Boot i18n 国际化

    IDEA 插件 Resources Bundle Editor,方便查看和编辑多个i18n文件。 Accept-Language Accept-Language

    2023-03-05, Views: 1806 , Topics: Spring Boot i18n IDEA

  • First Prev
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • Next Last

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub