Understand the layout of the WEB mobile terminal and learn the layout record through the streaming layout development of JD project 01

Learn the layout of WEB mobile terminal and learn the layout record through the streaming layout development of JD project 01 What is the mobile terminal layout The so-called mobile terminal layout is through percentage (streaming layout), flex layout, rem layout and responsive layout. In general development, mobile page development is also d ...

Added by barrowvian on Tue, 08 Mar 2022 09:06:50 +0200

Microservices have everything from code to k8s deployment (XI. Log collection)

We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring. The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is basi ...

Added by devarishi on Tue, 08 Mar 2022 03:48:50 +0200

1, Django - Django introduction, virtual environment configuration and Django installation

1, Introduction to Django 1.1 introduction to Django Django, released in 2005, is the most famous and mature network framework in the python world. A web site originally used to produce online news. Django is an open source web application framework written in python (the source code is open source and complies with BSD copyright). MVC fra ...

Added by dmeade on Mon, 07 Mar 2022 22:48:21 +0200

Development of WEB template printing program

Transferred from: https://www.cnblogs.com/gzggyy/p/3167208.html This paper uses the free control Lodop+JavaScript to realize accurate template printing. The client needs to install Lodop printing application. In fact, this scheme is relatively simple. The template design process can be realized by using an htm file, but it still takes some t ...

Added by alexweb on Mon, 07 Mar 2022 19:02:33 +0200

Microservices have everything from code to k8s deployment (X. error handling)

We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring. The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is basi ...

Added by zulubanshee on Mon, 07 Mar 2022 03:40:56 +0200

08 JavaWeb introduction Tomcat installation and use HTTP introduction Maven novice use in IDEA

JavaWeb 1. Basic concepts web development Static web html cssProvide it to everyone to see that the data will never change Dynamic web Taobao is almost all websites The data provided to everyone will change, and everyone will see different information at different times and places Stack technology; Servlet/JSP ,ASP,PHP, In ...

Added by baldwinw on Fri, 04 Mar 2022 13:15:22 +0200

Chapter 1 Introduction to Spring Boot and Spring MVC on the home page of the development community

Getting started with Spring MVC The first layer is the web browser, and the second layer is the web browser, which is used to learn about the various web application transmission protocols. The first layer is the web browser, and the second layer is used to learn about these web application transmission protocols. HTTP protocol First, lear ...

Added by johanafm on Thu, 03 Mar 2022 21:00:15 +0200

java introspection Technology

What is introspection In computer science, introspection refers to the ability of computer programs to check the type of objects at Run time, which can also be called run-time type checking. Introspection and reflection should not be confused. Compared with introspection, reflection goes further. It refers to the ability of a computer program t ...

Added by trilbyfish on Thu, 03 Mar 2022 18:21:58 +0200

Formatting context - BFC and IFC

formatting context A formatting context is a rendered area of a page that determines how its internal elements will be positioned and how they relate to other elements. That is, we have our own rendering rules. There are two types of formatting contexts: Block level formatting context: Block Formatting context, BFC for shortLine level format ...

Added by ggseven on Thu, 03 Mar 2022 06:34:07 +0200

Introduction to zero basic JavaScript-BOM (day 4)

1, BOM browser object model 1.BOM overview 1.1 what is BOM BOM (Browser Object Model) is the Browser Object Model. It provides an object that interacts with the browser window independent of content. Its core object is window. BOM consists of a series of related objects, and each object provides many methods and attributes. BOM lacks stand ...

Added by wholein1 on Wed, 23 Feb 2022 17:29:26 +0200