Pair programming (java implementation)

Author: Xie Weijie 3117004673   I. Github project address: https://github.com/jack-xie460/mytest.git     II. PSP form PSP2.1 Personal Software Process Stages Estimated time (minutes) Actual time (minutes) Planning plan     · Estimate ·Estimate how long this task will take   ...

Added by craigerjs on Thu, 17 Oct 2019 00:36:02 +0300

Implementation of SSO with Spring Cloud-OAuth2 and zuul

Preface After climbing for two days, the pit finally came up. It was very simple to see what others wrote. When they wrote, they had various problems. There were many SSO articles on the Internet, and when they wrote, they had various problems (they were too dishy). Make a note. It's easy to check later. For the OAuth2 Authentication and Author ...

Added by gbrown on Fri, 11 Oct 2019 14:13:16 +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

c#Winform Custom Control - Titled Panel

premise It's been 7 or 8 years, and I've always wanted to make a beautiful set of custom controls, so I've got this series of articles. GitHub: https://github.com/kwwwvagaa/NetWinformControl Code cloud: https://gitee.com/kwwwvagaa/net_winform_custom_control.git If you think it's OK, please click ...

Added by Cheeseweasel on Wed, 09 Oct 2019 15:22:43 +0300

RocketMQ Initial Trampling Notes

This article mainly talks about installing RocketMQ in Centos and doing simple examples. If you install 100% according to this article, you can succeed. If you follow the official instructions of Ali, it can only be heed. install The official address is https://rocketmq.apache.org/docs/quick-start./ I installed the following: //Download the l ...

Added by edup_pt on Tue, 08 Oct 2019 04:14:49 +0300

Using Vue technology stack handle to develop tourism website from scratch

vue-travel travel travel website github Write_hand: Project Introduction This project is a web application that realizes online booking of tourism vacation products, leisure tourism booking platform, providing domestic, foreign, peripheral tourism and tourism strategy functions. Project demonstration Demo address Project function: 1: User Mo ...

Added by PHPcoder25 on Tue, 08 Oct 2019 01:38:07 +0300

Attendance Application-Human Resource System

Project address Bee introduce Bee is a attendance application in human resources system. Its main function is to apply for leave forms. Bee has high performance and extensibility, including front-end separation, plug-in rule validation (verifier), data filtering (decorator), message queue, etc. The back-end adds Services, Repositories layer to ...

Added by mattachoo on Thu, 03 Oct 2019 04:52:37 +0300

c#Winform Custom Control - Pool (Industry)

premise It's been 7 or 8 years, and I've always wanted to make a beautiful set of custom controls, so I've got this series of articles. GitHub: https://github.com/kwwwvagaa/NetWinformControl Code cloud: https://gitee.com/kwwwvagaa/net_winform_custom_control.git If you think it's OK, please click ...

Added by crseader on Wed, 02 Oct 2019 19:47:09 +0300

TensorFlow Serving Derived its Training Model

0 background In " Installation and Call Method of TensorFlow Serving > In this paper, we introduce the basic concept of tensorflow service and the method of installation and invocation. We introduce how to derive our own training model and generate the * pb model and variables folder require ...

Added by kingssongs on Mon, 23 Sep 2019 11:50:36 +0300

Go Night Reading-IPFS Preview

IPFS itself does not use many new technologies, most of which are existing technologies and ideas, but it cannot be said that there is no innovation, similar to Bitcoin. dht Ideas: KadDHT's node addressing and content addressing are isomorphic. On the basis of KAD calculating logical distance based on XOR, the specific physical distance such as ...

Added by phence on Mon, 16 Sep 2019 06:16:49 +0300