In this way, I solved most of the problems of leetcode!

Take a look at it. Good habit! GitHub https://github.com/OUYANGSIHAI/JavaInterview It has been included. This is the Java interview summary of the first-line large-scale factory that I spent 3 months summarizing. I have taken the offer of the large-scale factory. In addition, the original article was launched in my personal blog: blog.ouyangsi ...

Added by thewomb on Tue, 19 May 2020 03:50:36 +0300

Build your own component library based on Vue

Address of the project: https://husilang.github.io/zm-ui Project reference: Build Vue component library VV-UI from scratch The original intention of the project is to learn how to encapsulate a Vue based UI component library, and record each step by the way, as well as the difficulties and experiences encountered in the process. Here is my pers ...

Added by shane0714 on Mon, 18 May 2020 16:59:56 +0300

[Net] CEF browse IISExpress to run Web project

preface This paper introduces the use of IISExpress as Host in Winform desktop application to start the Web project of. Net platform. The open source component of CEF is used for browsing Web pages. get ready First create the Winform project WinFormIISExpressHost. Then put the IISExpress folder under Bin\Debug of the project. Looking for IISExp ...

Added by buddok on Mon, 18 May 2020 06:05:53 +0300

The fifth experiment report of operating system memory management

0 personal information Zhang yingzi 201821121038 Calculation 1812 1 purpose of the experiment Learn more about memory management through programming. 2 experiment content On the server, we use Vim to write a program: simulate a memory management algorithm, test the result, and explain the running result. 3. Experiment report    Three po ...

Added by bryansu on Sun, 17 May 2020 11:48:25 +0300

Prometheus+Grafana visual monitoring MySQL

Use Prometheus and Grafana to monitor MySQL server performance.Use two exporter s:Node? Exporter: server system data collectionmysqld_exporter: MySQL server data collectionMonitoring architecture: Prometheus installation configurationInstallation mode binary installation, see here for details CentOS7 deployment PrometheusVersion: current late ...

Added by dhruvasagar on Thu, 14 May 2020 02:15:46 +0300

How to use Spring boot to quickly configure multiple Redis data sources? Correct case explanation

brief introduction The main application scenario of redis multiple data sources is to use multiple redis servers or multiple redis libraries. In this paper, the fastdep dependency integration framework is used to quickly integrate redis multiple data sources and integrate lettuce connection pool. Only after introducing dependency, configure th ...

Added by hitman6003 on Wed, 13 May 2020 16:46:01 +0300

C++ Implementation of DotCode Scavenging

Dynamsoft Barcode SDK v7.4 supports the DotCode type.I wrote a simple example in C++. DotCode Desktop Scavenger Two types of interfaces are provided in Dynamsoft SDK: One is a direct sweep interface, such as decodeFile, decodeBuffer. One is the interface StartFrameDecoding(), StopFrameDecoding(), and AppendFrame(), designed for video streaming ...

Added by lisa3711 on Tue, 12 May 2020 10:01:48 +0300

Python data visualization time series cases arranged by big guy, recommended collection (with code)

preface The text and pictures of this article are from the Internet, only for learning and communication, not for any commercial purpose. The copyright belongs to the original author. If you have any questions, please contact us in time for handling.   time series   1. Time series diagram Time series graph is used to visualize how a given index ...

Added by boosthungry on Mon, 11 May 2020 18:53:01 +0300

Architecture Design | Distributed System Scheduling, Zookeeper Clustered Management

Source code for this article: GitHub. Click here || GitEE. Click here 1. Introduction to the Framework 1. Basic Introduction Zookeeper is an observer-based component designed for scenarios such as unified naming services, unified configuration management, unified cluster management, dynamic offline of server nodes, and soft load balancing in a ...

Added by RCS on Mon, 11 May 2020 02:55:05 +0300

Serverless Reality: How to combine NLP for text summary and keyword extraction?

Automatic text abstraction and keyword extraction belong to the category of natural language processing.One advantage of extracting a summary is that the reader can tell with minimal information whether the article is meaningful or valuable to him or her and whether he or she needs to read it in more detail. The advantage of extracting a keywor ...

Added by khaine on Fri, 08 May 2020 04:03:21 +0300