Basic C with your handwritten redis adlist

Introduction - Navigation Some friends may be full of endless thirst for knowledge about redis. Maybe redis belongs to the big play of work, communication (interview), I have to... But now I just stay at the level of using redis, and I have little involvement in the level of detail. In order to integrate into the big faster Let's write the s ...

Posted by Sanjib Sinha on Fri, 22 Nov 2019 05:49:26 -0800

Upgrade fastjson version once through jgit

Background: the company where I work has experienced three fastjson upgrades. Due to the large number of clusters and projects, each upgrade is very troublesome. So we developed a java upgrade tool. Function introduction: Function introduction: a jar file, through the Java jar command, enter the user name, password, and the main directory of ...

Posted by bhola on Tue, 19 Nov 2019 06:29:26 -0800

Home-made calculator from 0!

Let's see the effect first: Is it cool? Do you want to? Want it. Of course the author knows you must. Otherwise it won't come in at all, right. Okay. Get to the point. 1. Overview This is a simplified version made following the calculator that comes with win10. It is made with Qt and the whole expression is directly entered and the resul ...

Posted by 00009261 on Mon, 18 Nov 2019 21:07:22 -0800

Jet nano configuration and caffe installation under Xshell6

Configuration and use of jet nano (6) caffe installation under Xshell6 Before installing caffe, we need to do some preparation work, and the whole process is relatively long. There may be various problems in the process, so we must carefully operate step by step. First, refer to the article between, use Xshell6 to connect the ...

Posted by sparc-e on Mon, 18 Nov 2019 08:22:27 -0800

git hook and automatic deployment

Tencent cloud 11.11 is the first purchase of 1-core 2G cloud server of 88 yuan, and receives 9888 yuan voucher free of charge. Once 100 cloud products are folded Then the last article goes on to say [git hook and Automated Deployment (I)] (https://segmentfault.com/a/11900021044092) webhook Definition Webhooks allow you to build or set up inte ...

Posted by tim_perrett on Mon, 18 Nov 2019 02:26:08 -0800

[front end ramble] Git internals - Git objects

Reading guide This article is right Git Pro 10.2 Git internals - git objects The interpretation and transformation of the chapter mainly introduces two things: 1) using Git underlying command to complete the submission, 2) trying to use NodeJS to parse Git objects (Ruby is provided in the article). ###0x001 initialization Initialize a local war ...

Posted by fredted40x on Sun, 17 Nov 2019 23:14:17 -0800

Automating your git workflow with git-flow

Introduce to you The git flow branch model is believed to have been heard more or less by everyone. Let's start with Zhang Tu Townhouse: It doesn't matter if I don't understand the diagram above (I don't know==), but today I'm talking about the git-flow command line tool developed from this branch model.Just remember a few simple commands to s ...

Posted by lostnucleus on Sun, 17 Nov 2019 18:18:02 -0800

K8S monitoring scheme

There are many combinations to monitor kubernetes cluster monitoring scheme, but after version 1.12, we usually choose Prometheus operator + grafana for monitoring. Let's deploy monitoring 1 download items git clone https://github.com/coreos/kube-prometheus.git Because this year, the Prometheus operator project moved to coreos / Kube Prome ...

Posted by faheemhameed on Sun, 17 Nov 2019 09:53:47 -0800

kui component library idea (come on, brother, keep updating, deploy gitpages, add issue)

Click the blue words above to follow us Welcome to my public address, Python. 01 Some ideas Today, I will not update the flash tutorial for the time being. Today, I write an article to introduce the idea of doing a day's kui component chemistry library. In fact, there is a vague feeling that I want to have my own component chemistry library, wh ...

Posted by lnt on Sat, 16 Nov 2019 13:59:40 -0800

Design cache scheme based on Repository

Compared with using a middleware to "brutally" cache interface response and improve interface query speed, Repository cache can better control cache granularity and update time Lu Xun. Articles are updated in my Know about columns and Blog scene Tester-A: why is the getInfo interface so slow? 5+s? QPS is only 10!!!! RD-B: This is bec ...

Posted by snapbackz on Thu, 14 Nov 2019 22:10:25 -0800