Git Introduction

Git git core concepts and introductory details What is git? Git is a distributed version control software, originally created by Linus Torvaz and released in GPL in 2005. The original goal was to better manage Linux kernel development. It should be noted that this is different from GNU Interactive Tools, a file manager similar to the Norton Com ...

Posted by ppera on Tue, 14 May 2019 14:21:53 +0200

Go module learning notes

1. Create a mudule and publish it 1.1 $GOPATH/src directory structure 1.2 Environment Variables Need to add environment variable: GO111MODULE=on; This variable has three optional values: On (GoEnable this feature anywhere), off (disable this feature), auto (default, enabled elsewhere with GOPATH disabled) Otherwise console will output the ne ...

Posted by nishmgopla on Sat, 11 May 2019 01:33:20 +0200

Wechat applet-introducing zanui-weapp

To introduce zanui-weapp, the following software must be installed: Node.js, Git, Bower 1:Node.Js Installation First download Node.js, website https://nodejs.org/en/ The stable version is recommended on the left and the latest version on the right. Node.js installation, running the downloaded. msi file, the next s ...

Posted by Syrehn on Sat, 11 May 2019 00:59:45 +0200

java B2B2C Source Multilevel Distribution Spring MVC mybatis Multi-tenant Electronic Mall System--Service and High Availability of Configuration Center

In the previous two introductions, the client calls the server side of the configuration center directly to get the configuration file information. So there is a problem. The coupling between client and server is too high. If the server side wants to cluster, the client can only route in the original way. When the server side changes the IP add ...

Posted by salhzmzm on Fri, 10 May 2019 23:28:25 +0200

Ali Cloud OSS and Tencent Cloud COS Migrate

Use the migration tools provided in Ali and Tencent's help documents to test the migration objects for storing data. 1. Tencent to AliDocument Links: https://help.aliyun.com/document_detail/56990.html?spm=5176.7851628.6.1079.UqBdXKThe OssImport tool migrates data stored locally and in other clouds to OSS with the following features: The rich ...

Posted by DWaller10 on Fri, 10 May 2019 21:58:41 +0200

Graphql combat series

Former love introduction stay Graphql Series of Actual Warfare (Part I) We have completed the technical selection and bridged the graphql Gel gels In the project, and dynamic handwritten schema, through http://localhost 5000/graphql view effect. In this section, we automatically generate the basic query and update schema according to the databa ...

Posted by bird_man11 on Fri, 10 May 2019 09:00:20 +0200

Vue2.0 Based on vue-cli+webpack Vuex Usage Explanation

Original text: https://www.cnblogs.com/ghostwu/p/7521097.html Before that, I have shared the communication mechanism between components and between parent and child components, and our vuex is to solve the problem of component communication. What is vuex? The essence of component communication is to transfer data or componen ...

Posted by ruuyx on Fri, 10 May 2019 06:40:03 +0200

Tensorflow-benchmark_model is deployed to android platform to test model performance

TF-benchmark_model is deployed to android platform to test model performance Host: A pc platform for compilation. The environment of this article is Ubuntu 16.04. Target: android platform for scoring (mainly instruction set architecture). The environment of this paper is armeabi-v7a. This article only compiles an android ...

Posted by sstoveld on Thu, 09 May 2019 06:15:04 +0200

Go Scheduler Series Source Code Reading and Exploration

Dear friends, this time I would like to share with you the knowledge and experience related to the source code reading of Go Scheduler. There are many good articles on the network to analyze the source code. So this article is not another source code analysis article. It is not about the source code analysis and sharing, but to bring you some l ...

Posted by lkq on Thu, 09 May 2019 05:33:02 +0200

Hand-in-hand teaching you how to use ORM database gracefully in Flutter project--Part II

A orm database Flutter plugin. I posted an article earlier. Hand-in-Hand Teaching You Elegant Use of ORM Database in Flutter Project Many people also put forward some valuable suggestions on consulting and using, saying that they do not want to write lua, which is not elegant enough, but also increases the cost of learning. On reflection, it is ...

Posted by hijack on Tue, 07 May 2019 05:00:05 +0200