Tag:site
-
Call Huawei order service to verify the purchase token interface and return connection reset
Problem description Refer to Huawei’s official《Order service verifies the purchase token》({rooturl} / applications / purchases / tokens / verify) interface document. When calling the interface to verify the purchase of tokens, only connection reset is returned, and data such as the response example in the document is not returned: problem analysis The code was […]
-
Collision Prevention Library of Web penetration
What is hit library? “Credential stuffing attack” is an ancient concept in network security, which means “collision database” according to the literal meaning of Chinese. “Collision” means taking a chance, that is, it may not succeed; The “database” often stores a lot of sensitive data, such as the user name and password we need to […]
-
Alibaba cloud ecs: ubuntu20.04 installing the laravel operating environment
Create www users and user groups and /data/www, /data/log directories useradd www -m chown -R www:www /data ssh-keygen -t rsa -C “[email protected]” Initialize the system export LC_ALL=”en_US.UTF-8″ echo “LC_ALL=en_US.UTF-8” >> /etc/default/locale locale-gen en_US.UTF-8 locale-gen zh_CN.UTF-8 ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime apt-get update apt-get install -y software-properties-common Initialize software source add-apt-repository -y ppa:ondrej/php add-apt-repository -y ppa:nginx/stable grep […]
-
Sqlmap simple to use
General database injection steps: 1. sqlmap -u ” http://www.xx.com?id=x “[query whether there is an injection point 2. –dbs [detect which databases the site contains 3. –current DB [get the current database name 4. –tables -d “db_name” [get the table name in the specified database -d followed by the specified database name 5. –columns -t “table_name” […]
-
R language nonlinear regression NLS exploratory analysis of river periodic flow data and rating curve, flow prediction visualization
Original link:http://tecdat.cn/?p=24761 This document formulates the rating curve and flow prediction of the river through some exploratory data analysis. The purpose is to create and update the rating curve using (1) the instantaneous flow measured during the periodic deployment of the bottom installation unit and (2) the instantaneous depth measurement from the water level data […]
-
Gambling websites in jQuery source code
preface After work, I didn’t expect this article to cause controversy, so let’s update it and put it at the beginning. There is no malicious attack on jQuery here, but there are spam websites in some official channel source codes. In addition, gambling websites and yellow websites do exist in a large number of unofficial […]
-
Python pyspider installation and development
Introduction to pyspider Pyspider is a powerful web crawler system written by Chinese people with a powerful webui. It is written in Python language, distributed architecture, supports a variety of database backend, and powerful webui supports script editor, task monitor, project manager, and result viewer.Pyspider comes from the crawler backend used by a vertical search […]
-
Personal navigation system based on open source project. I hope you can support it
Made five sitesEach site makes vertical domain URL recommendations Site 1: Integrated Navigation website: https://bogedev.gitee.io/integrated-navigation/ Site 2: Designer navigation website: https://bogedev.gitee.io/designer-navigation Site 3: developer navigation website: https://bogedev.gitee.io/dev-navigation/ Site 4: online tool navigation website: https://bogedev.gitee.io/tool-navigation/ Total site: website: https://bogedev.gitee.io/boge-navigation/#
-
NetCraft released the web server survey report in November: nginx market share continued to lead
On November 23, NetCraft released the global web server survey report in November 2021. In this survey, NetCraft received replies from 1175392792 sites, involving 267027794 domain names and 11525855 network-oriented computers. The report reflects that 4.06 million sites were lost compared with the previous month, but 1.6 million domains and 137000 computers were added. This […]
-
100% correct method of unpacking with webpack
First published on:https://moltemort.top/post/yi… Technology accumulation starts from translating high-quality articles. This article is translated from:The 100% correct way to split your chunks with Webpack It is very troublesome to find the best way to push files for users of your website. There are too many different scenarios, different technologies, and different terms. In this blog, […]
-
Geospatial visualization and analysis of R language air pollution data: particulate matter 2.5 (PM2.5) and air quality index (AQI)
Original link: http://tecdat.cn/?p=23800 introduce People have been paying close attention to the adverse effects of air pollution on public health. Environmental departments all over the world use various methods (such as ground observation networks) to monitor and assess air pollution. Ground stations around the world have timely measured many air pollutants, such as ozone, carbon […]