Tag:Browser
-
Google Chrome 97 launched the keyboard map API, which again caused controversy: the “home” in the industry resisted one after another
On January 5, Beijing time (later on January 4, us time), Google officially released the stable version of chrome 97 browser, which has been launched through the browser’s automatic update system. It is noteworthy that a keyboard API (keyboard map API) updated during the release of the new version of chrome 97 has caused a […]
-
What’s the ghost of the chrome productivity artifact Omni that exploded on GitHub recently?
Omni is a browser plug-in that allows you to use your browser like a Mac. Recently, Omni has successively topped the GitHub trend list and producthunt list, becoming a productivity tool greatly sought after by various programmers and product designers! ProductHuntIt is a very professional product discovery website abroad: Interestingly, Omni’s author is a very […]
-
Introduction to development environment from windows to Linux
System selection For the development environment, if you want to make less trouble, you should give priority to Linux mint, which is one of the most used desktop distributions in foreign countries. At the same time, all operations are relatively humanized. It is recommended to give priority to it.(for example, nativescript only provides DEB package […]
-
Vue programmed route navigation and route guard
Replace attribute of Function: control the mode of operating browser history during route jump There are two ways to write browser history: push and replace. Push is to add history, replace is to replace the current record, and push is to switch routes How to enable replace mode: news Programmed route navigation Function: without the […]
-
Introduction to browser tools: think sky browser, team work browser
This is a pure browser without advertising, specially designed for high-performance people. Want to day browserWhat are the features of the sky browser?1. Powerful tag grouping allows you to bid farewell to messy tag groups Easy to use application bar on the left, easy to manage 2 3. Simple and easy-to-use newtab page 4. Built […]
-
[JS reverse hundred examples] the second question of the anti climbing practice platform for netizens: jjencode encryption
Follow wechat official account: brother K crawler, and continue to share advanced crawler, js/ Android reverse and other technical dry goods! statement All contents in this article are only for learning and communication. The packet capturing content, sensitive website and data interface have been desensitized. It is strictly prohibited to use them for commercial and […]
-
Introduction to flask – (III) form submission
preface In web applications,Form is widely usedFor example, user login, such as QQ login.This paper uses flask to implement a simple demo of form submission. Final effect: image.png testing environment Ubuntu20.04/win11 Flask VSCode Implementation of flash form General form implementation In the form < / inuform > > tag definition, add the tag in the […]
-
Win2000 + PHP + MySQL + Tomcat + JSP fully integrated installation manual
1、 Preliminary preparation 1。 An installed Win2000 Server. Note: if IIS is pre installed, please stop or disable the IIS service first. 2。 Download Software Apache: Version: 1.3.22 – Apache_ 1.3.22-win32-x86. msi JDK: Version: 1.3 – j2sdk1_ 3_ 0-win. exe PHP: Version: 4.0.4 – PHP4 0.4pl1-win32. zip MySQL: Version: 3.23.32 — mysql-3.23.32-win zip Tomcat: Version: […]
-
Configuring agents for Ubuntu terminals
1. Why use terminal agent Recently, when learning the P4 configuration environment, many dependencies have to be pulled from the terminal through GitHub. However, because GitHub is a foreign website and is limited by the speed limit, the installation speed of dependency is very slow and it is easy for the server to respond to […]
-
[shutter application] shutter imitates Tiktok and now supports shutter Web
Preface: I upgraded fluent_ Tiktok (imitating Tiktok) is an open source project. It is rebuilt with the latest flutter framework. It supports flutter web and migrates the code to empty security. Project experience address Note: the web side performance may vary according to different browsers.Online experience address:https://oversketch.gitee.io/f… Warehouse address Welcome to star / forkGitHub address:https://github.com/mjl0602/fl… […]
-
M1 configuration PHP environment full version (for Mac with M1 chip, PHP development environment, such as WordPress, “or WP”, emlog pro, Typecho and other local development environment configuration)
Because the M1 released by MacBook is based on ARM architecture, many software are not compatible in a short time, including many integrated development environment software of PHP. This requires manual configuration. The information on the Internet is also fragmented, so I made this complete tutorial. This tutorial is based on the MacBook Air M1 […]
-
Vscode breakpoint debugging nodejs practical and convenient
preface In normal front-end development, the front-end code can be easily debugged on the browser. How to realize breakpoint debugging if you want to debug the node back-end interface? to configure Open the node project with vscode and click the debug button on the left Click Run and debug Select the language as nodejs Click […]