码迷,mamicode.com
首页 >  
搜索关键字:msql php nginx    ( 102652个结果
【redis】PHPredis分页缓存方案
<?php /* * redis 分页数据类库 */ class redisPage{ protected $_redis; protected $_redis_ip = '127.0.0.1'; //ip protected $_redis_port = 6379; //端口 protected ...
分类:Web程序   时间:2021-05-24 04:07:35    阅读次数:0
ThinkPHP报错 The requested URL /admin/index/login.html was not found on this server.
解决方案在入口文件夹public下查看.htaccess是否存在。不存在则新建,存在的话,那内容替换为下面这串代码 就可以解决Not Fund #<IfModule mod_rewrite.c># Options +FollowSymlinks -Multiviews# RewriteEngine ...
分类:Web程序   时间:2021-05-24 04:03:07    阅读次数:0
thinkphp5 改好.htaccess 后依旧 模块不存在 的解决方法!
隐藏入口index.php的整了好久 主要是phpstudy的.htaccess跟thinkphp5文档的写法不一样所导致的 所以记录下来引以为戒。 以Apache为例,需要在入口文件的同级(public目录下)添加.htaccess文件(官方默认自带了该文件),内容如下: <IfModule mo ...
分类:数据库   时间:2021-05-24 04:02:55    阅读次数:0
still could not bind() Nginx启动报错解决
启动Nginx报以下错误 Nginx默认端口80 检查端口是否被占用 杀掉占用端口的进程 浏览器输入ip进入 或者在Nginx/conf/nginx.conf 下修改Nginx端口 ...
分类:其他好文   时间:2021-05-24 03:50:24    阅读次数:0
Linux/阿里云下载安装Nginx
链接:阿里云服务器(Linux)下载及安装nginx过程记录_庆登登登x的博客-CSDN博客 一、下载Nginx相关组件 下载nginx及相关组件 下载openssl命令:wget http://www.openssl.org/source/openssl-fips-2.0.10.tar.gz 下载 ...
分类:系统相关   时间:2021-05-24 03:48:49    阅读次数:0
Master in Burp Suite - Tools Introductions(1)
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:其他好文   时间:2021-05-24 03:33:58    阅读次数:0
做题集——(高精度+找规律)Friends
题目: http://acm.hdu.edu.cn/showproblem.php?pid=5241 题面: Sample Input 2 0 2 Ouput Case #1: 1 Case #2: 1024 题意: M会使用n种语言,M的九个朋友会的语言都是M的子集,并且给出九个朋友会的语言的关系 ...
分类:其他好文   时间:2021-05-24 03:13:28    阅读次数:0
Linux操作指令
查看端口号netstat -lnp|grep 8002 启动jar包命令nohup java -jar xxxx.jar >/dev/null 2>&1 & 重启nginx/usr/local/nginx/sbin/nginx -s reload 启动redisredis-server /usr/l ...
分类:系统相关   时间:2021-05-24 02:01:13    阅读次数:0
优化nginx-ingress-controller性能
1.首先优化ingress-controller 通过 Helm 安装 Nginx Ingress 的默认关联配置映射实例名称为 nginx-ingress-controller,用户可以通过修改资源对象 Deployment/DaemonSet 实例 nginx-ingress-controlle ...
分类:其他好文   时间:2021-05-24 01:53:57    阅读次数:0
Nginx Windows版安装部署教程
官网下载地址:http://nginx.org/en/download.html 安装部署 1.下载完成后,解压缩,运行cmd,使用命令进行操作, 不要直接双击nginx.exe,不要直接双击nginx.exe,不要直接双击nginx.exe 一定要在dos窗口启动,不要直接双击nginx.exe, ...
分类:Windows程序   时间:2021-05-24 01:25:54    阅读次数:0
102652条   上一页 1 ... 25 26 27 28 29 ... 10266 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!