Design pattern - adapter pattern

Adapter mode In life, there are two, three and round charging plugs. If you want to make these plugs work, you need a multi-functional adapter Basic introduction Adapter Pattern is a kind of structural pattern. It can transform the interface of a class into another interface representation expected by the client. Its main purpose is compatib ...

Posted by drranch on Fri, 27 Mar 2020 11:04:06 -0700

Java integrated Alibaba big fish platform SMS service sending verification code -- supplement registration part

It's still the previous chart 1, back end Server verification needs to be performed again before registration Is the user name registered Is the mobile number registered Whether the verification code is wrong Whether the verification code is implemented Password is encrypted with BCrypt Controller layer The method of user name verificatio ...

Posted by nexgen_x on Fri, 27 Mar 2020 08:14:08 -0700

Hive is finally waiting, Flink

When did Apache Spark start to support the integrated Hive feature? I believe that as long as readers have used Spark, they will say that this is a long time ago. When does Apache Flink support integration with Hive? Readers may be confused. Haven't they supported it yet, haven't they used it? Or the latest version only supports it, but the fu ...

Posted by elfeste on Fri, 27 Mar 2020 03:09:45 -0700

90% of the front end will step on the pit, did you get it

This article refers to the original- http://bjbsair.com/2020-03-22/tech-info/2149/ Written in front In the era of mobile development, the front-end students just bid farewell to the bald Internet Explorer, but found that the mobile Internet era that they had been looking forward to for a long time was not as beautiful as they imagined. It's h ...

Posted by always_confused on Mon, 23 Mar 2020 21:17:45 -0700

Spring boot admin turbine configuration details

Because hystrix is a single application for monitoring the traffic status. Sometimes we need to view the monitoring status of the whole system comprehensively, so we may need to introduce the monitoring check of turbine. Spring boot admin already has the plug-in spring boot admin server UI turbine turbine is a collection of hystrix. It shows a ...

Posted by LennyG on Mon, 23 Mar 2020 07:57:23 -0700

mysql generates a lot of data automatically

Catalog mysql generates a lot of data automatically Create random number generation Generate random string Generate random number, return varchar type data combination, such as cell phone number Create user table myisam engine Create stored procedure generate data Create table innodb engine mysql generates a lot of data automatically In or ...

Posted by roadkillguy on Mon, 23 Mar 2020 07:52:11 -0700

java object oriented 2 (32) reflection advanced + Advanced explanation

Reflection advanced explanation Warm reminder: if you don't know much about reflection, you can go to a few introductory articles to learn more! Review: Why reflection: call private content in a class at will. Class is more flexible.   Reflection: get a member method / member variable in a class specifically   Reflection fixation steps: ...

Posted by paulb on Fri, 20 Mar 2020 12:01:37 -0700

Practical guide to anti deletion library

Some very good enterprise level functions of the database are "military for a thousand days, military for a while". For example, the Recycle Bin function in Oracle 10g can play the role of special soldiers in special circumstances. For example, when you delete a table space or a user schema, you may delete many tables, including some ...

Posted by ksteuber on Fri, 20 Mar 2020 01:24:48 -0700

CAS Single Sign On - Customize the login interface and form information

In the previous section, we talked about the configuration and management of services in CAS. We have some knowledge about adding services in CAS to the registry. If you are not familiar with this, you can review it CAS Single Sign-on (5) - Service Configuration and Management. Today, we continue with articles that we haven't covered before on ...

Posted by Kor Ikron on Wed, 18 Mar 2020 22:55:16 -0700

Android Platform Access to OneNET

1. Introduction to OneNET China Mobile Internet of Things Open Platform is a PaaS Internet of Things Open Platform created by China Mobile. The platform can help developers easily access and connect devices, provide comprehensive Internet of Things solutions, and realize data acquisition, data storage and data display of Internet of Things devi ...

Posted by son.of.the.morning on Tue, 17 Mar 2020 19:14:45 -0700