In combination with the "Kangxi draft", let's talk about "virtual list"

I think I speak well. Please give me a compliment. Thank you. Hee heesceneKangxi imperial concubine selectionIt is said that this year is the 53rd year of Kangxi. The world is peaceful. No one in the world does not sigh that "Kangxi prosperous age". Kangxi himself is also very happy. "I have struggled for most of my life and can' ...

Posted by skyxmen on Fri, 07 Jan 2022 02:44:29 +0100

Python regular expression 01

Python regular Python regular expressions should be used in conjunction with the re module. So after reading my article General regularity After the article, let's first touch on how regular expressions are used in Python. We also take the three learning materials in general rules as the learning materials of this article! Practice and lea ...

Posted by philwong on Thu, 06 Jan 2022 15:25:59 +0100

Web front end learning notes

1, Understanding software racks 1.C/S 1) C client / S server 2) Features: a:C/S software usually needs a specific client to use b: It can communicate through any protocol c: The client of C / s software has the ability of data processing and storage, and can distribute the calculation and data of application software in customer service a ...

Posted by arun_php on Thu, 06 Jan 2022 13:54:08 +0100

HTML html5 basic detailed notes first module

Chapter 01 - front end core technology - HTML5 Foundation Learning objectives Understand what HTML isMaster the concepts and key points of HTML tags and elementsMaster the key points of using common HTML header elementsMaster the key and difficult points of HTML title, paragraph, text, picture and other typesettingMaster the key points of usi ...

Posted by kemper on Thu, 06 Jan 2022 13:09:49 +0100

[Echarts] National University Information Visualization

    Write in front This paper presents the crawled National University information visually using Echarts. Including classic line chart, bar chart, pie chart, and more interesting rose chart, rectangular tree chart, polar chart, distribution map, etc. In addition, the original data (json) and complete code (html) have been uploaded and c ...

Posted by flyersun on Thu, 06 Jan 2022 12:55:24 +0100

Graph Based SLAM Fundamentals

© By Alex 01 introduction The basic framework of SLAM can be roughly divided into two categories: probability based methods such as EKF, UKF, particle filters and graph based methods. Graph based method is essentially an optimization method, which aims to minimize the observation error of the environment. It is still the core of the main ...

Posted by engelsol on Thu, 06 Jan 2022 12:44:20 +0100

Front end learning record - JavaScript

preface This chapter mainly introduces the knowledge of JavaScript objects; 1, Object "Object" in JavaScript, an object is an unordered collection of related attributes and methods. All things are objects, such as strings, values, arrays, functions, etc. Composition and use of objects 1. Objects are composed of attributes and ...

Posted by DaveLinger on Thu, 06 Jan 2022 12:27:34 +0100

Python + Tornado framework sharing

Today's theme: The Tornado framework of Python belongs to a Web framework of Python. It is a Web server and Web application framework written by python. Step 1: what is Tornado Tornado is a Python based Web services framework and asynchronous network library. It was first developed by FriendFeed. By using non blocking network I/O, Tornado ...

Posted by itaym02 on Thu, 06 Jan 2022 11:50:26 +0100

Java Web (day10) -- EL expression, JSTL and Servlet advanced

EL expression and JSTL (2) -- JSTL 1, JSTL introduction: The full name of JSTL is JavaServer Pages Standard Tag Library, and the Chinese name is JSP standard tag function library. At present, the latest version is 1.2. JSTL is a standard specification specified by JCP (Java Community Process). It mainly provides Java Web developers with a sta ...

Posted by guarriman on Thu, 06 Jan 2022 11:41:21 +0100

Use webpack to build your own npm package

Introduction: I have recently done several projects. I want to extract the public parts and set them as npm packages separately so that other projects can be used and save the trouble of repeated writing. After looking for a long time on the Internet, I finally found a way to package my own package to npm and support the use of browser and node ...

Posted by moboter on Thu, 06 Jan 2022 10:10:09 +0100