How to write a simple tree menu

Business needs The data structure contains the tree structure of picture, name and children. It needs to show the picture name and picture of each level. After finding some plug-ins of tree chart, they don't show large pictures. Generally, they are small icons, so they try to write a simple plug-in with pictures. Structure of tree graph &lt ...

Added by vidhu on Tue, 15 Oct 2019 19:48:38 +0300

Spring Security Custom Logon Authentication

I. Preface This article will describe Spring Security's custom login authentication verification username and password, custom password encryption, and authentication failure or successful processing of returned json format data in the case of front-end and back-end separation. Warm Tip: Spring Security has the default password encryption and l ...

Added by CFennell on Mon, 14 Oct 2019 08:50:49 +0300

Spring Cloud OpenFeign: Declarative Service Calls Based on Ribbon and Hystrix

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract Spring Cloud OpenFeign is a declarative service invocation tool, which integrates Ribbon and Hystrix and has load balancing and service fault tolerance functions. This article will introduce its usage in detail. Feign introduction Feign is a decl ...

Added by samshel on Sun, 13 Oct 2019 21:25:16 +0300

Small and Medium Background System UI Framework--EasyUI

Background developers are not good at front-end UI interface, and small software companies do not have full-time artistic positions, developers can only use open source UI framework, reuse existing components, complete user interface. EasyUI is a collection of UI plug-ins based on jQuery, which can help developers build web pages easily. Offic ...

Added by djheru on Sun, 13 Oct 2019 17:07:32 +0300

Introduction and use of go web framework gin

This is the first article introduced and used by gin. I. brief introduction Gin's official statement is as follows: Gin is a web framework written in Go (Golang). It features a martini-like API with much better performance, up to 40 times faster thanks to httprouter. If you need performance and good productivity, you will love Gin. Official ...

Added by ValdouaD on Sat, 12 Oct 2019 13:56:27 +0300

Use Go to Complete User Business Logic

brief introduction Routing overview Define handler Calibration parameter Encrypted Password and Data Storage Other handler s Get the user list Update user summary The current part of the code brief introduction In the previous section, you've learned roughly how to use Gin to read and write requests.This section is the practice, compl ...

Added by prasadharischandra on Sat, 12 Oct 2019 07:16:37 +0300

An Example of Spring Boot Security JWT Integration for Front-end and Back-end Separated Authentication

We introduced the first two chapters. Spring Boot Security Quick Start and Spring Boot JWT Quick Start This chapter uses JWT and Spring Boot Security components as a front-end and back-end separate authentication system. The code examples in this chapter are from Spring Boot Security + JWT Hello World Example. This chapter does not use thymele ...

Added by joelg on Fri, 11 Oct 2019 19:34:03 +0300

Pull-down Refresh of "Small Program JAVA Actual Warfare" Small Program Page (50)

The list display of widgets has been completed before, but for the function of pull-up and pull-down refresh, it is actually related to the life cycle of widgets. We review the completion together, pull-up and pull-down refresh. Source: wx-spring boot and No.15 in https://github.com/limingios/wxProg ...

Added by binumathew on Thu, 10 Oct 2019 00:40:30 +0300

Front-end girls let me optimize the project.

Today, the front-end girls let me optimize the project, think nothing of it, early in the morning to the company, the boss has arrived, I listened to Tingfeng Tse's song "Live via", happy to live really good, do not think, after the National Day mood is really good, rest, I quickly scrapped, hit the code, do not hit the code out of th ...

Added by Win32 on Wed, 09 Oct 2019 13:32:17 +0300

Two Ways to Return json Data from Java Web

Links to the original text: https://www.cnblogs.com/shuilangyizu/p/9750428.html Explain Because in general, the browser (front-end) sends requests and the server (back-end) responds to json data, this paper describes it with js. 1. The s ...

Added by iarp on Tue, 08 Oct 2019 22:52:12 +0300