Configuration of ZBar Library under Windows System (VS2015+OpenCV3.4.3+ZBar0.10)

Catalog step1 runtime environment step2 installation step3 configuration step4 test ZBar is an open source two-dimensional code (including barcode) decoder that recognizes barcodes/two-dimensional codes from video streams, image files, handheld scanners and video devices (such as cameras). It supp ...

Posted by crazylegseddie on Wed, 18 Sep 2019 19:53:58 -0700

How to use color icon iconfont in applets

How to use color icon iconfont in applets International practice, starting with the following: outline In general, when we develop, we use iconfont to manage icons in the project, which is convenient and fast.But when I need the applet to migrate the project, I encounter a lot of questions.How is th ...

Posted by mabog on Wed, 18 Sep 2019 18:50:57 -0700

Apollo Source Parsing-Setting up Debugging Environment

Preparation Local runtime environment JDK : 1.8+ MySQL : 5.6.5+ Maven : 3.6.1 IDE : IntelliJ IDEA Apollo's table structure uses multiple default declarations for timestamp, so it requires more than 5.6.5 versions. From the official warehouse https://github.com/ctripcorp/apollo Fork comes out of its own warehouse https://github.com/wupeixuan ...

Posted by Asnom on Wed, 18 Sep 2019 04:45:41 -0700

Arthas 3.1.2 Release | Add logger/heapdump/vmoption command

Recently, users occasionally reported that some HTTP interfaces had timeout problems, while Trace monitoring on the web service side did not have any abnormal situations such as HTTP return value 503. This usually happens when the web container has a problem and the client connects to it. Arthas is an open source Java diagnostic tool for Aliba ...

Posted by franklyn on Tue, 17 Sep 2019 22:20:10 -0700

Why do event functions in React bind this?

The original is in my github Chinese, welcome to subscribe We usually write React as follows: class HelloMessage extends React.Component { constructor(props) { super(props); this.handleClick = this.handleClick.bind(this); //Binding this } handleClick(){ console.log( this ) } render() { const { count } = this.state ...

Posted by Beatnik on Tue, 17 Sep 2019 02:10:38 -0700

Packaging and Encoding of Common Image Formats in [Image_Codec] - Android Platform JPG

Article directory JPG Picture Format Compression modes and steps JPG file structure libjpeg Encoding and Decoding Jpeg Pictures JPG Picture Format JPG (Joint Photographic Experts Group) is a commonly used lossy compressed image format. The c ...

Posted by lcoscare on Mon, 16 Sep 2019 22:46:22 -0700

Order Module Database Table Resolution

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract This paper mainly parses the function related tables of order return and the reason of order return, using the form of database table and function comparison. Order Return Related table structure Order Return Request Form Mainly used to store mem ...

Posted by brooky on Mon, 16 Sep 2019 19:38:32 -0700

Spring Security Analysis: Development and Principle Analysis of Single Sign-on (SSO) Based on JWT

Spring Security Analysis (6) - Development and Principle Analysis of Single Sign-on (SSO) Based on JWT When learning Spring Cloud, when encountering the related content of authorized service oauth, he always knows half of it, so he decided to study and collate the content, principle and design of Spring Security, Spring Security Oauth2 and othe ...

Posted by nootkan on Mon, 16 Sep 2019 04:13:25 -0700

On Shallow Copy and Deep Copy

Preface: how to realize a deep copy of js This is an old-fashioned question, but also in the process of job-hunting high-frequency interview questions, the investigation of knowledge points are very rich, this paper will make a shallow-to-deep comb of the difference between shallow and deep copies, implementation and so on. The Difference betwe ...

Posted by mherr170 on Sun, 15 Sep 2019 21:30:56 -0700

WeChat Applet Integration Tencent Cloud IM SDK

1. Background Since business functions require access to IM (Instant Chat) functionality, the initial thought was to use WebSockets to achieve this functionality. It was natural to trick (haha) that the server version is too low to support the wx protocol (and WebSockets are no longer supported) and have to look for third-party services becaus ...

Posted by daphreeek on Sun, 15 Sep 2019 18:42:51 -0700