Developing Rich Text Editor under vue takes you from beginners to abandonment. Personal development has been basically completed.
The last summary:
In fact, the basic principles of code development in the last article are almost the same, but there is an infinite nesting problem.
Summarize the problems encountered by rich text:
1. Element cross-label processing
2. How to correctly select the elements you want
3. Partial li ...
Posted by Zooter on Thu, 08 Aug 2019 03:04:04 -0700
Record a sentry upgrade history
Start at: My blog
cause
IOS colleagues said he found a bug in sentry. It was said that the debug file prompt was uploaded successfully because of the bug of 9.0.0, but the website found that there was no upload at all. So I started my upgrade.
Investigation and research
Because my Sentry is not only used on the server side, but also on the cli ...
Posted by ajfton on Wed, 07 Aug 2019 08:06:11 -0700
react introductory knowledge point combing, life cycle explanation
react Foundation
JSX
JSX is a JavaScript grammar extension that can well describe the essential form of interaction that UI should present.
React DOM escapes by default before rendering all input content. It ensures that your application will never inject content that is not explicitly written by you. All content is converted into strings befo ...
Posted by raymie on Tue, 06 Aug 2019 02:56:10 -0700
armbain calls mipi camera
Replacement Kernel
[Non-native Replacement Kernel]
In this paper, the compiler and compiler modules are separated, but the principle and result are the same.
1) Compile the kernel:
#make bzImage
When the kernel is compiled successfully, a new kernel image file bzImage is generated in the ...
Posted by Megienos on Sun, 04 Aug 2019 22:06:24 -0700
Rockchip Increases SD Card Encryption and Decryption Function
Customer requirements:
Encrypted SD cards can only be used in fixed machines, and the machine can not read cards other than encryption cards.
Solutions:
1. How to identify the encryption card:
There are CSR registers in the SD card protocol, where bit25 is the card_is_lock flag
If it's 1, it' ...
Posted by jon23d on Tue, 30 Jul 2019 21:20:35 -0700
Building Distributed Configuration Center with git Server and Config
The last article described how to build a config server, this article started to build the client side configuration.
1. Still a new spring boot project
2. Add the corresponding dependency file
<!--spring config To configure-->
<dependency>
<groupId>or ...
Posted by p2003morris on Tue, 30 Jul 2019 00:53:15 -0700
Old boy python stack s21day04 notes (data type)
day04 data type (2)
Today's Content
list
tuple
Content review and supplement
Computer Foundation
Hardware: CPU/memory/hard disk/motherboard/network card
Operating system:
linux (free / open source)
centos
ubuntu
redhat
windows
mac
Interpreter/compiler
Supplementary: Compiled and E ...
Posted by Navajo on Sun, 28 Jul 2019 03:16:52 -0700
Python basics: A simple introduction to Python
1. Introduction to Python
Python is a computer programming language.It is an object-oriented, dynamic type language that can be applied in the following areas:
Web and Internet Development
Scientific Computing and Statistics
cloud computing
Artificial intelligence
System Operations and Maintenance
Python was designed by Guido van Rossum in t ...
Posted by annihilate on Sat, 27 Jul 2019 15:12:45 -0700
Hand touching teaches you to build a scaffold
Scaffolding
vue-cli, create-react-app, react-native-cli and so on are excellent scaffolding. Through scaffolding, we can quickly initialize a project without having to configure it step by step from scratch to effectively enhance the development experience. Although these scaffolds are very excellent, but not necessarily in line with our practi ...
Posted by alemapo on Wed, 24 Jul 2019 19:02:51 -0700
win8.1 cygwin compiles java lightweight virtual machine avian
Original Link: http://www.cnblogs.com/Mr-Nobody/p/3855914.html
1. Background
Yesterday it was nice to see people writing local applets in aauto on the internet. I think if java's jre is smaller, it would be nice to write gadgets with ja ...
Posted by rubio on Wed, 24 Jul 2019 12:46:16 -0700