Self made import tool class based on Poi -- update record of version 4.2

Previous review: https://blog.csdn.net/weixin_44718708/article/details/121683066 catalogue 1, Synopsis 2, Scenario requirements 3, Description of new functions 1. @DynamicRank 2. Repeatability test          3. @Transform 4, Optimization description 1. @ExcelNumberFormat 2. Starting mark 3. Prompt information column No 5, GitHub addr ...

Posted by 3dron on Fri, 28 Jan 2022 18:54:29 +0100

Docker02 - install MySQL and build master-slave

Catalogue of series articles Docker01 - introduction, installation and use catalogue Catalogue of series articles preface 1, Download MySQL image 2, Start MySQL 3, MySQL connection usage 4, Build master-slave preface A product goes from development to launch, from operating system, to operating environment, and then to application c ...

Posted by silentg0d on Thu, 27 Jan 2022 16:57:52 +0100

20000 words take you to understand Selenium introduction

The following article comes from what you can call my brother Cai, the author DaocaiToday, let's learn (RE) selenium, a library that simulates the running of browsers. It is a tool for Web application testing. Selenium tests run directly in the browser, just like real users. Supported browsers include IE (7, 8, 9, 10, 11), Mozilla, Firefox, Saf ...

Posted by petersen313 on Thu, 27 Jan 2022 13:11:15 +0100

UE4 set character movement and character Perspective

UE4 set character movement and character Perspective In this section, we first explain the settings of UE4 character movement, and then explain the settings of UE4 character perspective. UE4 set character movement Open UE4 editor, click "Edit" and then click "project settings": Select input: Click the add key input ...

Posted by Tiger99 on Thu, 27 Jan 2022 05:18:53 +0100

Common operation commands of docker

Install docker for win10 one https://hub.docker.com/ Download and install docker 2. Set image source: in docker setting interface: docker engine configuration: "registry-mirrors": [ "https://tp6zbrdb.mirror.aliyuncs.com" ] 3. Download Image: https://hub.docker.com/ Click Explore, enter the image you want, and then copy the command to the loca ...

Posted by kslagdive on Thu, 27 Jan 2022 04:36:02 +0100

N skills to write more efficient Dockerfile | cloud effect engineer pointing North

Hello, I'm Chen Zefeng. I'm responsible for Flow pipeline arrangement and task scheduling engine in Yunxiao. Under the cloud effect product system, we have served enterprise users with various R & D scales and technical depth, and received a lot of user feedback. For users who use Flow to build on the cloud, the construction speed is a key ...

Posted by slamMan on Wed, 26 Jan 2022 16:14:58 +0100

Generate Excel spreadsheet from the server (Node.js+SpreadJS)

Node.js is a JavaScript running environment based on Chrome V8 engine, which is usually used to create web applications. It can handle multiple connections simultaneously and is not thread dependent like most other models. For Web developers, the scenario of obtaining data from a database or Web server and then outputting it to an Excel file fo ...

Posted by dinsdale on Wed, 26 Jan 2022 09:32:07 +0100

Play Elasticsearch - Basics

Elasticsearch Version: 7.16.2 Official website: https://www.elastic.co/cn/elasticsearch/ file: https://www.elastic.co/guide/index.html 1 Introduction 1.1 what is Elasticsearch Elasticsearch is a distributed search and analysis engine located at the core of Elastic Stack. Logstash and Beats help you collect, aggregate, enrich, and s ...

Posted by mrgrinch12 on Sun, 23 Jan 2022 11:54:58 +0100

rabbitmq working mode and python demo

1. Basic concepts AMQP protocol: Advanced message queuing protocol, a network protocol for asynchronous message transmission between processes. rabbitmq is developed based on AMQP protocol General workflow: Publisher - > exchange - > queue - > consumer Broker: agent, consisting of Exchange and Queue The process of connecting produce ...

Posted by tpstudent on Sun, 23 Jan 2022 03:56:17 +0100

Packaging Electron program with Electron builder

preface After the development of Electron code, if you want to put it into production environment, you must go through a key step - packaging. Use it on MacOS today electron-builder Make a record of the process of packaging Electron application. Why pack My last article< Debugging Electron main process code with VSCode >This paper introd ...

Posted by petromanian on Thu, 20 Jan 2022 13:59:13 +0100