
环境
whaxkl
码农
展开
-
npm命令安装卸载及更新
没人打赏吗原创 2022-09-08 18:44:37 · 764 阅读 · 0 评论 -
Windows7 IIS7 创建FTP 包括ftp的账号密码设置
https://www.jianshu.com/p/1fd813910cf9https://blog.csdn.net/missingshirely/article/details/50767043原创 2020-01-02 18:27:53 · 898 阅读 · 0 评论 -
LINUX环境下NGINX链接不上FPM,TP支持pathinfo
https://www.cnblogs.com/qk2014/p/8683493.htmlhttps://www.cnblogs.com/ly912790844/p/10399679.htmlhttps://www.cnblogs.com/pzk7788/p/10341113.htmlhttps://www.cnblogs.com/two-bees/p/10819876.html ...原创 2019-12-23 10:23:40 · 1001 阅读 · 0 评论 -
IIS Let’s Encrypt配置https及url重写
安装Let’s Encrypthttps://miketabor.com/how-to-install-a-lets-encrypt-ssl-cert-on-microsoft-iis/https://www.gsanweb.cn/other/302url重写1根据IIS版本备份以下文件:IIS6.0 路径:C:\WINDOWS\Help\iisHelp\common\403-4.ht...原创 2019-12-05 13:48:45 · 598 阅读 · 0 评论 -
Ubuntu html识别php及Nginx遇上Access Denied提示怎么解决
Ubuntu Nginx HTML解析PHPlocation ~ \.php$ { #include snippets/fastcgi-php.conf; #fastcgi_pass unix:/run/php/php7.2-fpm.sock; #fastcgi_pass 127.0.0.1:9000;}改为location ~ \.(html|php)$ { #include ...原创 2019-11-27 15:10:23 · 561 阅读 · 0 评论 -
Phpspreadsheet 导入导出功能
安装Composer根目录安装Phpspreadsheet前端请求var link=document.createElement('a'); document.body.appendChild(link); link.href=""; link.click();后端代码<?phpheader('Access-Control-Allow-Origin:*');head...原创 2019-11-14 19:23:22 · 900 阅读 · 0 评论 -
Linux命令
查找文件夹所在的位置find / -name 'server.xml' -print原创 2019-11-13 18:29:14 · 119 阅读 · 0 评论 -
apache隐藏入口文件index.php
通常的URL里面含有index.php,为了达到更好的SEO效果可能需要去掉URL里面的index.php ,通过URL重写的方式可以达到这种效果,通常需要服务器开启URL_REWRITE模块才能支持。下面是Apache的配置过程,可以参考下:1、httpd.conf配置文件中加载了mod_rewrite.so模块2、AllowOverride None 将None改为 All3、确保UR...转载 2019-09-29 16:57:48 · 1235 阅读 · 0 评论 -
Ubuntu lnmp https安装
//更新aptsudo apt-get update//软件升级sudo apt-get upgrade//安装nginxsudo apt-get install nginx//安装php及拓展sudo apt-get install php7.2-common php7.2 php7.2-cli php7.2-common php7.2-fpm php7.2-json php...原创 2019-11-05 20:28:45 · 2031 阅读 · 0 评论 -
环境nginx
Nginx的405错误解决办法https://www.linuxidc.com/Linux/2012-07/66760.htm软件资讯,开源软件—https://www.oschina.net/JS如何实现分钟倒计时(十分钟倒计时实例)https://www.php.cn/js-tutorial-411800.htmlPayPal支付https://www.jianshu.com/p...原创 2019-11-06 17:16:12 · 1408 阅读 · 0 评论 -
Nginx配置+转发8080端口+页面静态缓存+https配置
+++js刷新页面:https://www.jb51.net/article/14397.htmLinux Nginx操作网站链接:https://www.cnblogs.com/pzk7788/p/10341113.htmlhttps://www.cnblogs.com/ly912790844/p/10399679.htmlhttp://www.pythoner.com/197.ht...原创 2019-10-23 14:25:44 · 14019 阅读 · 0 评论 -
apache停止问题
https://www.cnblogs.com/dennyxiao/p/9254805.html转载 2019-09-13 14:48:45 · 1006 阅读 · 0 评论 -
WNMP环境
https://www.php.cn/php-weizijiaocheng-393637.html转载 2019-10-08 15:05:34 · 469 阅读 · 0 评论 -
开启端口
https://blog.csdn.net/zzl4511/article/details/70238109转载 2019-10-09 16:02:59 · 357 阅读 · 0 评论 -
thinkphp nginx 下无法访问控制器,TP5 Nginx配置
https://www.cnblogs.com/mracale/p/9115872.html转载 2019-10-09 16:33:02 · 1071 阅读 · 0 评论 -
php.ini配置文件位置修改
https://www.cnblogs.com/homg/archive/2013/04/22/3344968.html原创 2019-10-09 19:59:43 · 1206 阅读 · 0 评论 -
Windows下配置nginx+php(wnmp),以及php9000端口启动
nginx 启动phpD:\Wamp\php-7.2.23>php-cgi.exe -b 127.0.0.1:9000 -c php.inihttps://www.cnblogs.com/wuzhenbo/p/3493518.html原创 2019-10-10 10:24:19 · 1609 阅读 · 0 评论 -
nginx解决跨域
http://www.nginx.cn/4592.html转载 2019-10-10 10:32:03 · 373 阅读 · 0 评论 -
解决windows系统80端口被占用问题
https://blog.csdn.net/the_liang/article/details/81914920转载 2019-08-15 14:38:56 · 622 阅读 · 0 评论