tkMapper usage and demo demonstration

tkMapper usage and demo demonstration 1. Realization Law of Dao Layer - Preface Entity classes correspond to data tables and are regular - they can be generated as long as the structure of the data table is known. A single word equals a single word, and multiple word fields are the hump nomenclature.The methods defined in the DAO interfaces o ...

Posted by A JM on Sun, 05 Dec 2021 16:47:11 -0800

Webpack: Loader development sharing

Webpack: Loader development sharing text 1. Concept concept The concept of Webpack tells us that everything is a Module. However, a complete front-end web page is not only JavaScript, but also other types of files (CSS, HTML, static resources) Therefore, as a Module Bundler, Webpack divides the whole packaging process into different mod ...

Posted by OttoBufonto on Thu, 25 Nov 2021 14:27:53 -0800