Real high-level usage of vim (visual mode, last line mode, edit mode)

Real high-level usage of vim (visual mode, last line mode, edit mode) As a powerful, reliable and efficient text editor, vim is deeply loved by users who use Linux system. It is no exaggeration to say that they will not use vim text editor. Even if sed, awk and grep swordsmen use it again 6, they are helpless in the face of massive text conten ...

Added by nonso on Sat, 12 Feb 2022 01:58:38 +0200

google play console crash information collection

Recently, we need to process the crash stack information collected by google play console Everyone who has used it knows that the information it collects, and each stack type information is separated from different pages When you quickly open it manually, it will even give you an error. I guess it's anti reptile At first, I thought that the off ...

Added by Shibbey on Sat, 12 Feb 2022 00:38:10 +0200

Share the 7 tips of "Python extreme optimization and speed-up" taught by "Grandma Wang" downstairs!

Python is a scripting language. Compared with C/C + +, it has some shortcomings in efficiency and performance. However, there are many times when the efficiency of Python is not as exaggerated as expected. Let's move on to the topic. 1. Code optimization principle This article will introduce a lot of techniques to speed up the running of ...

Added by ronniebrown on Thu, 03 Feb 2022 01:33:00 +0200

[intranet learning notes] 11. Use of frp

1. Introduction Compared with the old ew introduced in the previous article, frp is much better. Basically, a new version will be released every few days, and the latest version will be updated just a few days ago. In actual combat, frp is also widely used. frp project address: https://github.com/fatedier/frp As for download and installation ...

Added by ljzxtww on Wed, 02 Feb 2022 10:49:30 +0200

kettle data synchronization perfect version

Perfect version of kettle to realize data incremental synchronization preface Some time ago, there was an operation of using kettle to realize data synchronization, including Installation and configuration of kettle, creation of job, creation of translate, etc. At that time, the time point of dead writing was used (that is, the data wil ...

Added by EODC on Sat, 29 Jan 2022 21:55:08 +0200

Branch management of Git tutorial

The branch is the parallel universe in science fiction movies. When you are trying to learn Git in front of the computer, another you are trying to learn SVN in another parallel universe. If two parallel universes don't interfere with each other, it won't affect you now. However, at a certain point in time, two parallel universes merge. As a r ...

Added by adamjones on Fri, 28 Jan 2022 23:00:24 +0200

Super easy to use database design document generation tool

Original statement: This article is original by the author (Magic good), which can be used as learning reference reprint, but the source should be indicated. It is forbidden to use it in commercial and other ways without permission, otherwise you will bear the consequences! Preface overview With the increasing complexity of development scen ...

Added by Kuraden on Thu, 27 Jan 2022 10:06:37 +0200

MATLAB compiled as Java Package

Compared to languages such as java, MATLAB can be too powerful in matrix calculation. If only Java could directly adjust MATLAB. Sure! By chance, I found this idea and tossed around for several days. (Some of the drawbacks are that it costs a lot of money to invoke and we don't know how to make a reasonable call yet,) MATLAB Compilation Scr ...

Added by aktome2001 on Thu, 27 Jan 2022 03:47:20 +0200

Create your own Python IDE development tool with Tkinter to realize Python code execution and output information

Create your own Python IDE development tool with Tkinter (2) to realize Python code execution and output information In the previous article, we introduced the implementation of the editor. This article describes how to implement Python code execution and output information. To execute Python code, we use the function exec(). Its usage is as fo ...

Added by DarkendSoul on Wed, 26 Jan 2022 23:13:15 +0200

Fluent D (TD agent) log processing

1. What is TD agent TD agent is a log collector, which provides rich plug-ins to adapt to different data sources, output destinations and so on In use, we can collect information from different sources to different places through simple configuration, and first send it to fluent D, and then fluent D forwards the information to different place ...

Added by josephferris on Tue, 25 Jan 2022 04:27:25 +0200