自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

西安极客联盟

技术加持,码上发财!

  • 博客(1058)
  • 资源 (1)
  • 收藏
  • 关注

原创 《Java SE实战指南》15-10:静态嵌套类型

--

2021-11-25 22:21:13 256

原创 java.lang.OutOfMemoryError: Requested array size exceeds VM limit

--

2021-11-21 13:45:44 1664

原创 《经典算法案例》 01-01:冒泡排序数字

--

2021-11-19 16:00:36 302 1

原创 错误: 编码GBK的不可映射字符

E:\>javac Me.javaMe.java:7: 错误: 编码GBK的不可映射字符 System.out.println( "闃垮疂鍝?" ); ^1 个错误E:\>javac -help用法: javac <options> <source files>其中, 可能的选项包括: -g

2021-11-15 14:44:06 231

原创 错误: 在类 A 中找不到 main 方法, 请将 main 方法定义为: public static void main(String[] args)

--

2021-11-15 14:42:58 957

原创 javac: 找不到文件: HelloWorld.java

--

2021-11-15 13:42:34 1283

原创 《Spring Cloud实战指南》02-03:集成RestTemplate

--

2021-11-13 16:57:06 685

原创 《Spring Cloud实战指南》02-02:准备RestTemplate实战项目

--

2021-11-13 16:10:33 278

原创 《Spring Cloud实战指南》02-01:探索Spring REST Client

Spring框架为调用REST端点提供了两种选择方案:RestTemplate和WebClient。

2021-11-12 23:02:48 350

原创 《Spring Cloud实战指南》05-03:集成Spring Cloud Gateway

单节点网关和多节点网关实战。

2021-11-12 17:35:08 538

原创 《Spring Cloud实战指南》03-03:集成OpenFeign

Feign使得编写web服务客户端变得非常简单,是现阶段业界服务间调用开发场景的主流方式。

2021-11-12 13:59:00 183

原创 《Spring Cloud实战指南》03-02:准备OpenFeign实战项目

--

2021-11-12 13:48:13 177

原创 《Spring Cloud实战指南》04-03:集成Netflix Hystrix

--

2021-11-11 11:13:30 554

原创 《Spring Cloud实战指南》04-02:准备Netflix Hystrix实战项目

一个Eureka Server节点,一个服务提供者节点,一个服务消费者节点。

2021-11-11 10:10:15 297

原创 Exception:Annotation @EnableCircuitBreaker found, but there are no implementations...

--

2021-11-10 21:25:55 1609

原创 《Spring Cloud实战指南》Spring Initializr Cloud 项目依赖详解(二)

快速了解Spring Initializr中的各个组件。

2021-11-10 20:07:56 248

原创 《Spring Cloud实战指南》Spring Initializr Cloud 项目依赖详解(一)

快速了解Spring Initializr中的各个组件。

2021-11-10 16:27:35 505

原创 《Spring Cloud实战指南》04-01:探索Spring Cloud Circuit Breaker

--

2021-11-09 23:41:32 456

原创 《Spring Cloud实战指南》03-01:探索Spring Cloud OpenFeign

--

2021-11-09 04:31:43 183

原创 计算机编程语言排行榜—TIOBE世界编程语言排行榜(2021年11月份最新版)

男怕选错语言,女怕嫁错情郎。

2021-11-09 03:17:21 5050

原创 《Windows办公指南》魔改C:\Windows\System32\drivers\etc\hosts实现一个数据中心

Hosts是Microsoft TCP/IP用于Windows的一个示例文件,这个文件包含IP地址到主机名的映射。

2021-11-09 02:11:30 1790

原创 《Spring Cloud实战指南》05-02:准备Spring Cloud Gateway实战项目

--

2021-11-08 15:25:51 254

原创 《Spring Cloud实战指南》05-01:探索Spring Cloud Gateway

Spring Cloud Gateway 是 Spring Cloud 的一个子项目,属于 Spring 开源社区,旨在提供一种简单而有效的方式来路由到项目API,并为它们提供横切关注点,比如安全性、监控/度量指标和弹性伸缩。

2021-11-08 11:01:37 181

原创 《Spring Cloud实战指南》01-01:微服务构架概述

--

2021-11-05 15:17:07 347

原创 《Spring Cloud实战指南》01-02:探索Spring Cloud

--

2021-11-05 11:06:47 218

原创 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources

--

2021-11-01 16:55:30 643

原创 WARN:Spring Cloud LoadBalancer is currently working with the default cache.

--

2021-11-01 11:00:53 4843

原创 《Spring Cloud实战指南》01-03:集成Eureka Server和Discover Client

--

2021-10-30 19:32:17 331

原创 《Spring Boot实战指南》06-01:Spring Boot默认缓存管理

--

2021-10-20 00:54:13 325

原创 《Spring Boot实战指南》06-00:前言

--

2021-10-20 00:52:08 203

原创 《Spring Boot实战指南》06:Spring Boot缓存管理

--

2021-10-20 00:51:26 218

原创 Warn:Cannot find template location: classpath:/templates/

--

2021-10-20 00:05:19 1087 1

原创 《Spring Boot实战指南》05-05:本章小结

--

2021-10-19 23:53:21 207

原创 《Spring Boot实战指南》04-07:本章小结

--

2021-10-19 23:45:51 196

原创 《Spring Boot实战指南》04-06:使用Thymeleaf配置国际化页面

--

2021-10-18 12:26:58 6127

原创 《Spring Boot实战指南》04-05:Thymeleaf数据展示

--

2021-10-18 12:24:26 662

原创 《Spring Boot实战指南》04-04:Thymeleaf基本语法

--

2021-10-18 12:23:06 318

原创 《Spring Boot实战指南》04-03:Spring Boot集成Thymeleaf

--

2021-10-18 12:21:20 216

原创 《Spring Boot实战指南》04-02:静态资源的使用

--

2021-10-18 12:17:26 345

原创 《Spring Boot实战指南》04-01:Spring Boot支持的视图技术

--

2021-10-18 12:16:08 256

2023 年 中国软件行业基准数据(CSBMK-202310)

从 2016 年开始,北京软件造价评估技术创新联盟与中国电子技术标准化研究院、北京软件和信息服务交易所等单位,每年公开发布一次“中国软件行业基准数据”,供广大信息化用户、软件厂商以及第三方造价评估服务机构和研究机构在软件造价评估工作中参考使用。CSBMK中国软件行业基准数据,是目前在实际软件成本评估工作中被使用次数最多、最被广为认可的基准数据。

2024-02-15

HelloWorld.java

遵照编程界优良传统,写我们的第一个Java程序HelloWorld。同时测试开发环境的输入和输出是否正常。

2020-06-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除