摘要:
注意:server_name 多个域名时用空格隔开,否则可能报“could not build server_names_hash, you should increase server_names_hash_bucket_size”(两个域名使用443端口时) server { listen 80 阅读全文
摘要:
windows: 1、建一个Bat文件如下。 2、设置定时执行Bat方法:https://www.cnblogs.com/bmwchampion/archive/2010/08/21/autotimingexcutejob.html @echo off set basedir=%~dp0 set l 阅读全文
摘要:
C# 会自动替换 变量 把形如 "{{varName}}" 替换成对应的数值 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Sy 阅读全文
摘要:
问题一: 1129 - Host '192.168.1.10' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方法:mysqladmin -uroot -P7506 -pte 阅读全文