当前位置:网站首页>Site pre cache code
Site pre cache code
2022-06-22 07:05:00 【Long Fei is thin】
Self use code of the webmaster , When the web site enables caching , Use scripts to automatically access everything on the web site , Make the page cache in advance , The benefits are needless to say , Understand nature and understand
#/bin/bash
# Go to the site root , Please fill in according to the actual
cd /www/wwwroot/1000xi/
# from sitemap.xml Get all page addresses from the , every other 0.5 Request once per second , Trigger cache .
for url in $(awk -F"<loc>|</loc>" '{print $2}' sitemap.xml)
do
wget -O /dev/null $url
sleep 0.5
done
边栏推荐
- Several methods of array de duplication in JS
- Successfully solved raise keyerror (F "none of [{key}] are in the [{axis\u name}]") keyerror: "none of [index (['age.in.y
- How to prevent event propagation in JS
- [rust notes] 04 expression
- [CPU design practice] fundamentals of digital logic circuit design (I)
- 6. 安装ssh连接工具(用于我们连接实验室的服务器)
- 一个算子在深度学习框架中的旅程
- [rust daily] January 23, 2022 webapi benchmarking
- 猿辅导最强暑假计划分享:暑假计划这样做,学习玩耍两不误
- Tpflow V6.0.6 正式版发布
猜你喜欢

Cesium加载3D Tiles模型

Introduction to 51 single chip microcomputer - matrix key
![[fundamentals of machine learning 02] decision tree and random forest](/img/24/28964279ea479476e1a232aec9c599.jpg)
[fundamentals of machine learning 02] decision tree and random forest

golang调用sdl2,播放pcm音频,报错signal arrived during external code execution。

汇编学习《汇编语言(第三版)》王爽著第四章学习

The journey of an operator in the framework of deep learning

2022-06-21:golang选择题,以下golang代码输出什么?A:3;B:4;C:100;D:编译失败。 package main import ( “fmt“ ) func

Golang appelle sdl2, lit l'audio PCM et signale une erreur lors de l'exécution externe du Code.

Theory and application of naturallanguageprocessing

代理模式与装饰模式到底哪家强
随机推荐
Data security practice guide - data collection security management
matlab 实现中值滤波
6. 安装ssh连接工具(用于我们连接实验室的服务器)
圣杯布局和双飞翼布局的区别
Introduction to 51 Single Chip Microcomputer -- minimum system of single chip microcomputer
Flink core features and principles
首次用DBeaver连接mysql报错
Programming problem: removing elements from an array (JS Implementation)
《数据安全实践指南》- 数据采集安全实践-数据分类分级
OpenGL - Draw Triangle
JDBC query result set, which is converted into a table
Buuctf part Title WP
golang调用sdl2,播放pcm音频,报错signal arrived during external code execution。
Convolutional neural network (notes, for personal use)
Neuron+eKuiper 实现工业物联网数据采集、清理与反控
生成字符串方式
Golang calls sdl2, plays PCM audio, and reports an error signal arrived during external code execution.
Yolov1 (prediction process)
buuctf部分题目wp
Map of STL knowledge summary