Dubbo Getting Started -----dubbo hello world

Example of getting started with dubbo hello world 1. Demand In an e-commerce system, order services need to call user services to get all addresses of a user; We now need to create two service modules to test: Modular function Order Service web Module Create an order, etc. User service Module Query user addr ...

Posted by mr_badger on Sun, 09 Jun 2019 19:12:42 +0200

Java Spring MVC Implements the Complete Edition of Web Payment on PC

First: Previous period WeChat Payment of literacy knowledge The prerequisite is that we have already applied for the public number of Wechat payment function, and then we need to get the public number APPID and the Wechat business number, which can be found on the Wechat public number and the Wechat payment business platform respectively. In f ...

Posted by phpmady on Fri, 07 Jun 2019 23:37:02 +0200

[SpringBoot] 2. Quickly build a SpringBoot application

In our last blog, we introduced the concept of SpringBoot. Here we experience the features of SpringBoot by quickly building a SpringBoot application. 1. Creating Engineering First we open MyEclipse and create a Maven project: Then we choose the Creation Mode, where we choose not to need the skeleton: Finally, fill in the relevant parameter ...

Posted by andreas on Tue, 04 Jun 2019 22:42:53 +0200

Docker multi-stage build mechanism

With the release of version 17.05, Docker has also made an important update to the image building area, namely multi-stage build (multi-stage build), which is a real help to the long-term partners who have been troubled by the large image. Multi-phase construction is not supported Before version 17.05, we used to build Docker images in two way ...

Posted by mikosiko on Wed, 29 May 2019 23:03:28 +0200

Java applications: homemade high-precision calculator (2)

Previous The article explains how to parse an input expression into multiple Token s through a regular form, and the core of this article is how to evaluate the expression.The expressions we enter, that is, the expressions we usually see, are infix expressions - the meaning of infix is that in an expression, the operator is placed in the middle ...

Posted by qazwsx on Wed, 29 May 2019 18:40:07 +0200

Android Custom View - Decorative ListView

The project has a control that imitates the floor switching on the map, though not very familiar with it. But Baidu still has some good examples. I haven't written a blog for a long time, so I encapsulated this control and put it in it. My GitHub. Controls can achieve the following functions: Set the number of entries displayed by ListView ...

Posted by amitsonikhandwa on Wed, 22 May 2019 22:51:24 +0200

MyBatis Quick Start

What is Mybatis? MyBatis is an excellent persistence layer "semi-automated" ORM (Object Relational Mapping) framework, which encapsulates the code of JDBC operation database process internally, so that developers only need to pay attention to the SQL statement itself, without wasting any more energy to deal ...

Posted by tmayder on Sat, 18 May 2019 12:48:22 +0200

idea mvn trampling pit using mvn packaging

Recently, I started learning Spring Cloud. One of the pitfalls in using mvn packaging is that it succeeded in packaging, but none of the dependencies were introduced. (I joined the spring boot mvn plugin). The jar package is only a few kb. I searched a lot on the internet, but all of them are saying that spring boot mvn plugin n ...

Posted by ruddyu78 on Sun, 12 May 2019 11:14:57 +0200

Brainless operation: Eclipse + Maven + jFinal + MariaDB environment construction

I. Development Environment 1. windows 7 Enterprise Edition 2,Eclipse IDE for Enterprise Java Developers  Version: 2019-03 (4.11.0) 3,JDK 1.8 4,Maven 3.5.2 5,MariaDB 6,Tomcat 8.5 II. Basic Configuration 1. The settings of Maven in Eclipse are as follows 2. The database uses the default test library to create table categories 1 CREA ...

Posted by gat on Sat, 11 May 2019 13:30:00 +0200

ssm (Spring, Springmvc, Mybatis) Taobao Shop - Day 1

outline 1. Course introduction2. Basic introduction of Taotao Shop3. Background management system engineering structure and construction4. svn Code Management5. Project Source and Data Download6. Reference Articles   1. Course introduction 1. Course Outline A total of 14 days(1) Day 1: Background of E-commerce industry.Introd ...

Posted by icesolid on Sat, 11 May 2019 06:38:50 +0200