LibGDX Rebuilding Flappy Bird - Packaging Resources

Original Link: https://my.oschina.net/u/2432369/blog/610413 Modify Android startup icon and name First, we need to replace the default startup icon for Android projects.There is a spe ...

Added by danielhalawi on Wed, 11 Sep 2019 00:41:52 +0300

Spring cloud tutorial 2: Two ways to create service consumers

Spring cloud tutorial 2: Two ways to create service consumers 1,Ribbon + RestTemplate 1.1 Preparations: Create a registry with port 8761: How to create it pom.xml needs to introduce dependencies: eureka-server main program add annotation @Enable ...

Added by neon on Tue, 10 Sep 2019 15:30:09 +0300

Chapter 9, Interceptor exception handling Spring MVC process (emphasis)

Interceptor== (emphasis)== 1. Overview of custom interceptors Spring MVC can also use interceptors to intercept requests. Users can customize interceptors to achieve specific functions. Customized interceptors can implement Handler Interceptor in ...

Added by Lord Brar on Tue, 10 Sep 2019 14:35:28 +0300

Alibaba Arthas version 3.1.2 release: add logger;/heapdump/vmoption command, support tunnel server

Arthas is an open source Java diagnostic tool for Alibaba and is loved by developers. Github: https://github.com/alibaba/arthas File: https://alibaba.github.io/arthas Arthas 3.1.2 continues to add new features, highlighted below: logger/heapdump/vmoption/stop command Connect arthas from different networks via tunnel server for easy unif ...

Added by walshd on Tue, 10 Sep 2019 05:59:43 +0300

Chapter 1: Building multi-module Maven project + creating registry Eureka sub-module

Links to the original text: https://cloud.tencent.com/developer/article/1406881 In this article: Preface Starter Spring Cloud Practical Series Actual version ------ The text begins---------------------------------------------------------- ...

Added by biffjo on Mon, 09 Sep 2019 13:12:16 +0300

Spring HttpInvoke implementation and efficiency improvement!

Links to the original text: https://my.oschina.net/mohaiyong/blog/221248 I'll also sort out Spring Http Invoke, which was once the most familiar thing. Spring Http Invoke, a commonly ...

Added by Sgarissta on Mon, 09 Sep 2019 08:56:27 +0300

Memcached Notes: XMemcached&Spring Integration

Links to the original text: https://my.oschina.net/mohaiyong/blog/221285 Memcached Java Client, using XMemcached 1.3.5, does a simple test and describes how to integrate with Spring. ...

Added by ssmitra on Mon, 09 Sep 2019 08:31:52 +0300

Mycat-based database subtables

There are two ways to subtable a database vertical partitioning A database consists of many tables, each of which corresponds to a different business. Vertical slicing refers to classifying tables by business and distributing them over different databases, thus sharing data or pressure among different libraries.Advantage: - Clear business an ...

Added by kr3m3r on Sun, 08 Sep 2019 09:07:05 +0300

Spring-BeanFactory Source Code Analysis

Formally into the Spring source code analysis module, for the huge project of spring, if a little bit of complete analysis is very difficult, for the application framework, I prefer to master ideas or design, rather than remember the code, for the fi ...

Added by thehigherentity on Sat, 07 Sep 2019 10:30:28 +0300

Eureka of Spring Cloud Source Analysis Chapter 4: How Service Registration was Initiated

Original Link: https://blog.csdn.net/boling_cavalry/article/details/82721583 In the Spring Cloud environment, both service providers and consumers will register themselves to Eureka after startup. Starting from this chapter, we will explore ...

Added by kweathe on Sat, 07 Sep 2019 05:36:46 +0300