wordpress 设置ICO <link rel=”icon” href=”/favicon.ico” mce_href=”/favicon.ico” type=”image/x-icon”> wordpress 设置百度站长浏览推送 <?php $urls = array( &…
2021LTSC版本wsappx服务占用高 https://bbs.pcbeta.com/viewthread-1912248-1-1.html 解决方法转自永远的梦境: 首先下载并解压我提供的依赖组件包。(https://mnet.lanzouw.com/iXWjzwl3nnc) 然后以管理员身份…
win10 映射WebDAV 开启服务 此电脑右键-管理-服务-WebClient 设为自动,停止服务 修改注册表 修改注册表使得WIN同时支持http和https: 定位到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient…
卸载自带的Nginx 安装最新的Nginx,选择编译安装 输入参数 --with-stream --with-stream_ssl_preread_module
powershell 做服务器中转 最基本的用途就是转发提速,提速啥自己琢磨 添加一个中转的端口 netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=10010 connectaddress=domain.com…
国内服务器传送门 不带AFF,就是方便自己的 腾讯云学生机(蹲一波基本不要钱的Mysql) 阿里云轻量(1H2G5M),突然发现阿里云也有Mysql 阿里云香港轻量(没试过,怕给墙)
代码 自行添加 $('body').before('<div id="fps" style="z-index:10000;position:fixed;top:3;left:3;font-weight:bold;">&…
[TOC] 老毛子路由器开启IPV6-NewifiD3 第1步 1 高级---》外部网络 wan---》 ipv6 中: IPv6 连接类型:=====native dhcp6 获取 IPv6 外网地址:========stateless ra 启用隐私扩展 (RFC 4941)======否 自动…
gzip on; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types image/svg+xml text/plain text/html t…
配置扩展环境 - 自建微信推送 测试号申请页面 扫码登陆后把appID、appsecret填入路由器 接口配置信息 PHP代码 <?php /** * wechat php test */ //define your token define("TOKEN", "…