css box model and its practical case
π Personal profile
π About the author: Hello, I'm Daniel ππ Personal homepage: Hall owner a Niuπ₯π Support me: like π+ Collection β Email + message ππ£ Series column: web developmentππ¬ Maxim: so far, all failures hinder me from moving forward! π₯
π preface
Today, I summarize the rest of the box model
π· Rounded border ...
Added by jomama on Fri, 04 Feb 2022 07:05:56 +0200
Angular zone JS introduction
Maybe you've heard that Angular uses zone JS, but why should Angular use zone JS, what functions can it provide? Let's write a separate article today JS, about its role in the Angular framework will be described in the next article.What is Zone? The official document explains this: Zone is an execution context that spans multiple asynchronous t ...
Added by MA06 on Thu, 03 Feb 2022 04:49:22 +0200
Compile and install Apache, mysqld and PHP
Overview of LAMP architecture
Introduction to LAMP
LAMP is the acronym of Linux operating system + Apache Web server + MySQL database server + PHP (or Perl, Python) web programming language. They are all independent programs, but together they can be used to build open source software for dynamic websites or servers.
Function of each com ...
Added by Slashscape on Wed, 02 Feb 2022 20:41:41 +0200
Front end common interview questions 2020
Why does vuex lose data when refreshing the page
vuex The data is stored in the cache
Understanding of vue Mixins
Mixed mode (local and global)
Understanding: reusability of code
Function of three-point operator
Deconstruct array
The difference between http and tcp
http Is a stateless short connection, tcp Is a stateful long connectio ...
Added by NewfieBilko on Wed, 02 Feb 2022 01:24:22 +0200
Simple writing method of JavaBean landing page (three methods)
The first one: if successful, output directly on this page
requirement:
For the example of JavaBean, first write a login JavaBean, and then write a login html page (login.html). The submitted processing page (login.jsp) applies the login JavaBean to obtain the value of the form. If the user name and password are correct (for example, t ...
Added by jonabomer on Tue, 01 Feb 2022 15:42:18 +0200
Summarized by [geek challenge 2019]RCE ME disable_functions bypass
Summarized by [geek challenge 2019]RCE ME disable_functions bypass
source code
<?php
error_reporting(0);
if(isset($_GET['code'])){
$code=$_GET['code'];
if(strlen($code)>40){
die("This is too Long.");
}
if(preg_match("/[A-Za-z0-9]+/",$code)){
die("NO.");
}
@eval($code);
}else ...
Added by Ofro04 on Tue, 01 Feb 2022 11:38:04 +0200
Introduction to micro front end
What is the micro front end
In order to solve the limitations of change and expansion caused by a large piece of back-end services. Micro front end is an architecture similar to micro services, which applies the concept of micro services to the browser. It is an application that transforms a single application of web application into an agg ...
Added by esiason14 on Mon, 31 Jan 2022 20:11:39 +0200
Detailed explanation of Java response object
1 response object
1.1 overview of response objects
1.1.1 about response
Response, which indicates that the server has received the request and has completed the processing, and informs the user of the processing result. In short, it means that the server informs the client of the processing result of the request. In B/S architecture, the ...
Added by davidprogramer on Sun, 30 Jan 2022 11:28:18 +0200
File upload bypass summary
To get more learning materials, join the community and further study, please scan my QR code or add memory2000427 to teach in good faith and take a detour. #File upload bypass
There are two kinds: one is based on code restriction and the other is based on firewall. In fact, generally speaking, the two are similar. They both detect the legitima ...
Added by simon551 on Sun, 30 Jan 2022 01:45:28 +0200
CEF is related to MFC embedding
A brief introduction to xiadakeng,
1. To download appropriate compiled class library resources, do not download incomplete or problematic resources. You can search Baidu for the download address of the official website or famous outlets.
Of course, I also provided the relevant resources I downloaded,
The name is: cef_binary_90.6.7+g19ba721+c ...
Added by chodges on Sun, 30 Jan 2022 01:15:18 +0200