2023-07-31
mac ida64 你不能打开应用程序“ida64”,因为它可能已损坏或不完整
mac安装了ida64反编译软件,安装后64位的操作无法打开,提示:你不能打开应用程序“ida64”,因为它可能已损坏或不完整
经验与学习 2
2023-07-19
nginx * SSL_do_handshake() failed
nginx在做proxy代理https时,nginx日志出现下面错误
经验与学习 2
2023-07-13
mac configure: error: C compiler cannot create executables
mac在安装php-redis时出现了macconfigure:error:Ccompilercannotcreateexecutables
经验与学习 2
2023-07-12
No `<meta name="viewport">` tag found
在现在网络访问中有近90%为移动网络访问,我们的网页中页header引入了移动适配viewport
经验与学习 2
2023-07-08
ssl_client_socket_impl.cc(992) handshake failed;returned -1,SSL error
在使用pythonselenium调用Chromedrivers使用浏览器操作,出现了ssl_client_socket_impl.cc(992)handshakefailed;returned-1,
经验与学习 2
2023-07-07
Message: session not created: This version of ChromeDriver only suppor
在用pythonselenium调用chromedrivers时,出现了Message:sessionnotcreated:ThisversionofChromeDriveronlysupportsC
经验与学习 2
2023-07-04
nginx referer防盗连
nginx怎么防盗连,怎么配置,请看下面
经验与学习 2
2023-06-30
Nginx 清理缓存添加安装模块 ngx_cache_purge
Nginx清理缓存添加安装模块ngx_cache_purge
经验与学习 2
2023-06-30
nginx配置判断是PC还是移动端
nginx通过user_agent判断客户端是PC还是移动,通过判断,来做不同的操作
经验与学习 2
2023-06-29
nginx 配置cache 做CDN
nginx做cnd服务配置proxy_cache整个过程
经验与学习 2
2023-06-29
nginx cache缓存php 伪静态
nginxproxy_cache缓存伪静态phphtml文件,配置如下
经验与学习 3
2023-06-26
Iphone刷机
iphone刷机,在mac电脑上直接连接数据线,现在macos没有iTunes。如果是windows系统则安装iTunes
经验与学习 2
2023-06-26
nginx根据访问(攻击)ip跳转
服务器web服务经常被攻击,通过ip我们跳转到
经验与学习 3
2023-06-26
nginx 根据uri选择不同文件夹
在网站提交百度站点认证中,需要把认证文件集中管理,通过nginx判断uri进入不同文件夹
经验与学习 3
2023-06-19
redis 配置
常规安装redis完毕后怎么设置redis
经验与学习 2