CSS page beautification and layout control

CSS page beautification and layout control concept Cascading Style Sheets cascading style sheets Cascade: multiple styles can act on the same html element and take effect at the same time benefit PowerfulSeparating content presentation from style control Reduce coupling and decouplingMake division of labor and cooperation easierImprove ...

Posted by allaboutthekick on Tue, 26 Oct 2021 07:20:48 -0700

location Matching for Nginx &&rewrite

1. Common Nginx regular expressions It's also mentioned in the blog before the rule, and it's important to mention it here. ^ : Matches the starting position of the input string $ : Match end position of input string * : Match the previous character zero or more times. Such as " ol*"Can match " o"And " ol","oll" + : Match t ...

Posted by pngtest on Mon, 18 Oct 2021 09:21:42 -0700

Build a directory list program - H5ai

        H5ai is a modern file indexer for HTTP Web servers, focusing on your files. Catalogs are displayed in an attractive way, and browsing them can be enhanced by different views, breadcrumbs, and tree overviews. Originally h5ai was an acronym for HTML5 Apache index, but now it also supports other Web servers.   &nb ...

Posted by llama on Mon, 04 Oct 2021 15:11:50 -0700

BootStrap--Common Styles to learn more, join QQ Group: 1080355292, Enrollment Code (33)

Common Styles Typesetting Title Bootstrap, like regular HTML pages, defines headings with labels <h1> to <h6>, except that Bootstrap overrides its default style and works the same as it does in all browsers.In order for Non-heading elements to use the same style as headings, six class names, from.H1 to.H6, have also been deliberate ...

Posted by jeff2007XP on Sat, 20 Jun 2020 17:37:28 -0700

Spring Boot - In-depth Principle - Automatic Configuration

2.2.2 Automatic Configuration The ability to automatically configure for us when we add jar package dependencies allows us to run written projects without configuring or with a small number of configurations. Question: How on earth does Spring Boot automatically configure its components? 2.2.2.1 @SpringBootApplication The entry where the Sprin ...

Posted by carsale on Mon, 15 Jun 2020 10:37:14 -0700

WeChat official account local development process

1. Establish test number Open the link directly and log in with wechat scanning code to test number management page https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index , as shown in the figure below       2. in the test number, the callback address IP (localhost,127.0.0.1) is not available. The LAN IP o ...

Posted by kanika on Fri, 12 Jun 2020 01:27:07 -0700

JS Design Mode 5 - Creative Design Mode: Prototype Mode, Policy Mode, Agent Mode

Article Directory Prototype mode Policy Mode Example Different salaries for employees with different performance mtween slow motion animation proxy pattern Protection Agent and Virtual Agent Example: Virtual agent for lazy picture loading Meaning of agency: principle of single responsibility Cac ...

Posted by drew010 on Thu, 11 Jun 2020 19:20:29 -0700

From the beginning of web front end to the actual combat: text font learning of 11 common css Styles

Common css styles: 1. Font and color 2. Background property 3. Text property 4. Border property 5. Mouse cursor property 6. List style 7. Positioning property 8. Inner and outer margins 9. Floating and clearing floating 10. Scroll bar 11. Showing and hiding Text: 1. Letter spacing / word spacing / 2. Word spacing / word spacing / 3. Text decor ...

Posted by Boxerman on Sun, 19 Apr 2020 07:17:28 -0700

golang Gin framework with websocket

Summary golang websocket Library Example back-end Front end conclusion Summary For the web development of golang, I have written two blog s before, which respectively introduced: Under the Gin framework, various http API development methods (including file upload, download, etc.) golang Web solution Use of reverse proxy in the Gin fram ...

Posted by EchoFool on Thu, 16 Apr 2020 09:05:42 -0700

New Web Platform "airoot-uisys" Releases Front End Development Vitality

Writing this article is embarrassing because Noejs is the main platform for developing WEB today, and the three representative frameworks are network.Many people know and are familiar with that one of their advantages is modular development, the architecture for large projects, and the idea of data binding.I have been developing WEB for a long ...

Posted by kevinak on Tue, 14 Apr 2020 18:42:09 -0700