Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Dubbo单元测试

Posted on 2019-10-24 | In 测试 | Visitors

把dubbo服务作为spring bean来测试,例如:

Read more »

实践diff

Posted on 2019-10-15 | In OS | Visitors

```shell $ diff –help Usage: diff [OPTION]… FILES Compare FILES line by line.

Read more »

实践Dubbo之注解驱动

Posted on 2019-10-12 | In Java | Visitors

主要针对Service和Reference,通过annotation来定义,类似通过Spring的@Component定义bean。

Read more »

实践JSR-303 Bean Validation

Posted on 2019-10-11 | In Java | Visitors
Read more »

实践jar

Posted on 2019-10-10 | In Java | Visitors

```shell $ jar –help Illegal option: - Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files … Options: -c create new archive -t list table of contents for archive -x extract named (or all) files from archive -u update existing archive -v generate verbose output on standard output -f specify archive file name -m include manifest information from specified manifest file -n perform Pack200 normalization after creating a new archive -e specify application entry point for stand-alone application bundled into an executable jar file -0 store only; use no ZIP compression -P preserve leading ‘/’ (absolute path) and “..” (parent directory) components from file names -M do not create a manifest file for the entries -i generate index information for the specified jar files -C change to the specified directory and include the following file If any file is a directory then it is processed recursively. The manifest file name, the archive file name and the entry point name are specified in the same order as the ‘m’, ‘f’ and ‘e’ flags.

Read more »

实践Dubbo之配置

Posted on 2019-09-24 | In Java | Visitors

所有配置项分为三大类,参见下表中的”作用” 一列。

Read more »

实践Dubbo之运维管理

Posted on 2019-09-24 | In Java | Visitors

Dubbo管理控制台介绍

Read more »

实践Dubbo之注册中心

Posted on 2019-09-24 | In Java | Visitors

实现服务注册和发现

Read more »

实践Dubbo之元数据中心

Posted on 2019-09-24 | In Java | Visitors

元数据中心参考手册

Read more »

实践Dubbo之Dubbo Spring Boot Starter

Posted on 2019-09-24 | In Java | Visitors

Apache Dubbo Spring Boot Project makes it easy to create Spring Boot application using Dubbo as RPC Framework. What’s more, it also provides

Read more »
1 … 57 58 59 … 116
Ray Wang

Ray Wang

My Blog

1159 posts
32 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse