CSS3 and Page Layout Learning Notes: Summary, Selector, Particularity and Scaling Unit

Links to the original text: https://www.mk2048.com/blog/blog.php?id=b120jakkj&title=CSS3%E4%B8%8E%E9%A1%B5%E9%9D%A2%E5%B8%83%E5%B1%80%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%88%E4%B8%80%EF%BC%89%E2%80%94%E2%80%94%E6%A6%82%E8%A6%81%E3%80%81%E9%80%89%E6%8B%A9%E5%99%A8%E3%80%81%E7%89 ...

Posted by mtombs on Mon, 16 Sep 2019 12:49:39 +0200

Eliminate the "bad smell" of Java code

Guide reading Mr. Wang Yangming of Ming Dynasty said in his Biography that the way of learning was: Selfish desires are born day by day, like dust on the earth. If you do not sweep them one day, you will have another layer. With practical work ...

Posted by Ace_Online on Mon, 16 Sep 2019 12:03:27 +0200

Wechat applet (component - media)

Media Component - Audio < audio > </audio > audio control Note: Since version 1.6.0, this component is no longer maintained. It is recommended to use the more powerful wx.createInnerAudioContext interface, which will be introduced late ...

Posted by sillyman on Mon, 16 Sep 2019 09:52:56 +0200

Implementing Trie Dictionary Tree with js

Front-end implementation of dictionary tree This article demonstrates the front-end implementation of dictionary tree, which is also LeetCode No. 208, medium difficulty. Summary of topics Implement a Trie (prefix tree), including insert, search, and startsWith. Example:Trie trie = new Trie();trie.insert("apple");trie.search("apple"); ...

Posted by Traduim on Sun, 15 Sep 2019 09:11:50 +0200

4 spring - Interpretation of custom tags

Original Link: https://my.oschina.net/u/1590001/blog/268181 Resolution of 1.0 custom labels. In the previous section, we finished loading the spring default labels. Now we will start ...

Posted by netxfly on Sun, 15 Sep 2019 05:00:21 +0200

Conventional Function and Module Customization System (cfcmms) - 010 Main Interface and Menu Display and Control

Links to the original text: https://my.oschina.net/zipu888/blog/549804 Conventional Function and Module Customization System (cfcmms) - 010 Main Interface and Menu Display and Control ...

Posted by alba on Sat, 14 Sep 2019 07:18:59 +0200

Front-end Basic Exercises - Implementing JD Top Navigation

Preface Jingdong is a typical e-commerce website. It is valuable to learn how to make this website. We are going to develop with WebStorm. The screenshot of the front page of Jingdong is as follows: http://img.smyhvae.com/20180119_1653.jpg Page P ...

Posted by 9three on Thu, 12 Sep 2019 11:14:11 +0200

spring security introductory tutorial custom login page

I wrote some yesterday. Basic operation of spring security Today, let's share how to customize your own login page. Project preparation Based on yesterday's project, the pom dependency remains unchanged, with spring boot version 2.1.7.RELEASE <d ...

Posted by cafrow on Thu, 12 Sep 2019 04:49:32 +0200

React high-order components and application scenarios

Links to the original text: https://juejin.im/post/5d7893d56fb9a06af92bcdbe What are higher-order components? Before explaining what higher-order components are, you can first understand what higher-order functions are, because their co ...

Posted by JADASDesigner on Thu, 12 Sep 2019 03:49:51 +0200

Arrow function of JS exception function

Source: logrocketAuthor: Maciej Cie lar Translator: Front-end wisdom In order to ensure readability, free translation is adopted instead of literal translation. For more quality articles, please Poke GitHub Blog More than a hundred high-quality articles a year are waiting for you! In order to give back to readers, Daqian World is held from time ...

Posted by Blackwind on Thu, 12 Sep 2019 03:11:52 +0200