Release jar package to central warehouse

1. Register sonatype and submit issue work order (you can find online tutorial by yourself) 2. Install gpg and create public key and private key gpg -- Gen key (you can find the tutorial on the Internet) 3. Send the key corresponding to the public key to the server (xxxx) secret key (the tutorial can be found on the Internet) gpg --keyserver ...

Posted by ddrummond on Sun, 12 Apr 2020 09:08:13 -0700

Release jar package to central warehouse

1. Register sonatype and submit issue work order (you can find online tutorial by yourself) 2. Install gpg and create public key and private key gpg -- Gen key (you can find the tutorial on the Internet) 3. Send the key corresponding to the public key to the server (xxxx) secret key (the tutorial can be found on the Internet) gpg --keyserver ...

Posted by snipesh0tz on Sun, 12 Apr 2020 08:31:17 -0700

It's too inefficient for me to go and still read and write excel like this!

Preface Blog address: https://sourl.cn/SsD3AM Recently, reader H sent a private message to Little Black Gogh: Little Black Gogh, recently I was responsible for the development of the company's report platform and needed to export reports to excel.Each time a POI is used for development, a long block of code is written, and several times the ...

Posted by astarmathsandphysics on Sat, 11 Apr 2020 18:02:18 -0700

Deep Interpretation of ES6 Series

Preface from Lao Zeng es6: Hello, buddies, Z is back again. Welcome to Super IT's blog time. In the previous section, we talked about string, object-oriented and json's knowledge. In this section, we continue the ocean of our knowledge and fight together without baldness!Insufficient Welcome Question Message. I swear I really don't have a P-ch ...

Posted by BoukeBuffel on Fri, 10 Apr 2020 11:54:16 -0700

How to use Redis service in Golang

During development, if there is a need for caching, you may need to add a Redis block to the background. The core package is open-source github.com/garyburd/redigo This package provides the connection of redis service and encapsulates various command functions of redis 1. First, install redis service for the comput ...

Posted by agga.gaag on Fri, 10 Apr 2020 08:36:39 -0700

How to use Redis service in Golang

During development, if there is a need for caching, you may need to add a Redis block to the background. The core package is open-source github.com/garyburd/redigo This package provides the connection of redis service and encapsulates various command functions of redis 1. First, install redis service for the comput ...

Posted by trilbyfish on Fri, 10 Apr 2020 08:36:20 -0700

How gRPC can save your development time

Thanks for sharing- http://bjbsair.com/2020-04-10/tech-info/53317.html At this point, you should have heard of "gRPC" (at least once in the title). In this article, I will focus on the benefits of using gRPC as a communication medium between microservices. First of all, I will try to briefly introduce the history of architecture evo ...

Posted by youscript on Fri, 10 Apr 2020 05:14:49 -0700

A collection of the knowledge of Rust programming: Rust programming, Option learning

Video address Headline address: https://www.ixigua.com/i6765442674582356483 Address of station B: https://www.bilibili.com/video/av7806209? P = 1 Netease cloud classroom address: https://study.163.com/course/introduction.htm? Courseid = 1209596906 yuan / coursedetail? Tab = 1 github address github address introduce The ...

Posted by dprichard on Fri, 10 Apr 2020 00:16:04 -0700

04 using three.js to develop panoramic roaming panorama switch

brief introduction The way to realize panorama is to replace the img object of material.map directly after the panorama image is obtained successfully, and then inform three.js that its material.map has been updated, and then the scene image has been replaced. Simple example setInterval(function () { var material = mesh.material ...

Posted by darkknightgaury on Thu, 09 Apr 2020 10:53:16 -0700

MQTT protocol for message sending and receiving in Android

MQTT protocol for message sending and receiving in Android PrefaceMQTT (Message Queuing Telemetry Transport), a message protocol based on the publish/subscribe paradigm, is an extremely simple and lightweight message protocol designed for limited devices and networks with low bandwidth, high latency or unreliability.Today we will focus on the u ...

Posted by rivasivan on Wed, 08 Apr 2020 21:36:54 -0700