作者归档:杨龙
RedLock – PHP中的分布式锁
Redis SET命令的一些选项
介绍Redis数据类型和抽象
inotifywait upper limit on inotify watches reached!
常见数列求和公式
小学数学公式大全
微信H5支付无法唤起APP支付的问题
因为请求头部少了“Sec-Fetch-User: ?1”就不行了,可能和微信的安全机制有关
继续阅读nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
把server_names_hash_bucket_size改大点即可,可以改成64或128试下,放在http {}里
Syntax: | server_names_hash_bucket_size size; |
---|---|
Default: | server_names_hash_bucket_size 32|64|128; |
Context: | http |
Sets the bucket size for the server names hash tables. The default value depends on the size of the processor’s cache line. The details of setting up hash tables are provided in a separate document.
error: Found option without preceding group in config file: /etc/mysql/conf.
可能是少了[mysqld]?可以试下
[mysqld]
innodb_file_per_table
innodb_file_format = Barracuda