Category: Browser
Browser refers to a kind of software that can display the content of HTML files (an application of standard universal markup language) of a web server or file system, and allow users to interact with these files. It is used to display text, images and other information in the World Wide Web or Local Area Network. These texts or images can be hyperlinks to other websites, and users can browse various information quickly and easily. Most web pages are in HTML format. A web page can include multiple documents, and each document is obtained separately from the server. Most browsers natively support a wide range of formats other than HTML, such as image formats such as JPEG, PNG, and GIF, and can be extended to support numerous plug-ins. In addition, many browsers also support other URL types and their corresponding protocols, such as FTP, Gopher, HTTPS (encrypted version of HTTP protocol). HTTP content types and URL protocol specifications allow web designers to embed images, animations, videos, sounds, streaming media, etc. in web pages.
Browser-cache – browser sends a request for the same content (PNG image) multiple times
I hosted a PNG file named icons.png on the Apache server. Basically this file is a combination of other small image elements (CSS Sprite). When the page is first loaded When the file is loaded with
day 26
Contents
transmission control protocol, transmission control protocol
TCP is a streaming protocol
Three handshake, four waves:
Three handshake to establish a connection
<
Font-Awesome – Citrix: Unloaded web fonts in the Citrix browser
We are developing an intranet website, we use Google fonts and Font Awesome, the method is as follows:
People can access the Intranet through Citrix from the outside, and Citrix has its brows
.NET – FormsAuthenticationalTicket: How to keep the user log in after the browser is closed?
I use FormsAuthenticationTicket to log users in this way:
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult Login(LoginViewModel loginView)
{
if (ModelState.IsValid)
{
if (Membersh
3 element and browser operation method
Operation method of element and browser 1 Common operation method of element clear() Clear the text
send_keys() Analog input
click() Click the element 2 WebDriver common methods for operating brows