CentOS系统挂载命令如下:yum install wget -y && wget -O auto_disk.sh http://dow...
这里以home目录为例,如何将宝塔安装到home目录的方法,下面大家一起来看看吧。如果是纯净系统还没安装宝塔面板,直接连接终端不墨迹,命令搞起来:1、进入...
当我打开我的laravel时,我得到了以下错误:Symfony\Component\Routing\Exception\RouteNotFoundExce...
1.应用场景:FFmpeg简介:(简而言之一句话底层处理音视频流的框架 FFmpeg是一个开源免费跨平台的视频和音频流方案, 属于自由软件,采用LGPL或...
GitBook是一个基于 Node.js 的命令行工具,可使用 Github/Git 和 Markdown 来制作精美的电子书下载node wget ht...
清除Laravel(终端)中的缓存登录运行laravel应用程序的系统并打开终端。然后导航到Laravel应用程序代码。在这里,就可以使用以下命令来清除缓...
pwd 显示工作路径 shutdown -h now 关闭系统 /halt 关闭系统 shutdown -r now 重启 / reboot 重启...
Apache伪静态:# Mod_security can interfere with uploading of content such as a...
CentOS6关闭防火墙使用以下命令,//临时关闭 service iptables stop //禁止开机启动 chkconfig iptable...
欢迎来到CXCBLOG
-
2024年10月12日
先ffmpeg -version 看一下ffmpeg是否正常
-
2024年09月14日
先ffmpeg -version 看一下ffmpeg是否正常输出
-
2024年08月02日
看看
-
2024年06月27日乾坤堂主站
location / {
include enable-php-72.conf;index app.php; try_files $uri @rewriteapp;
}
location @rewriteapp {rewrite ^(.*)$ /app.php/$1 last;
}
乾坤堂论坛location /bbs {
include enable-php-81.conf;try_files $uri $uri/ /bbs/index.php;
}
location ~^(/page/).*(.php)$ {
include enable-php-81.conf;try_files $uri $uri/ /bbs/index.php;
}
location /bbs/api/ {
include enable-php-81.conf;
if (!-e $request_filename){rewrite ^/api/(.*)$ /bbs/api/index.php;
}
} -
其他方法:
解决方案:1依次执行以下命令就可以正常使用
git config --global --unset http.proxy
git config --global --unset https.proxy
方法2.打开终端在终端中执行以下命令就可以了。
git config--global--addremote.origin.proxy""
方法3.若第一种方法输入命令不管用,可以尝试先输入下边命令,然后在执行第一种方法的命令。
git config--globalhttp.sslBackend"openssl"
git config--global--addremote.origin.proxy""
-
2024年05月01日
散步
-
2024年04月29日
-
2024年04月24日
时间过的太快了!
-
2024年04月24日
哈喽大家好,欢迎来到CXCBLOG朋友圈!
-
2024年04月24日
哈喽大家好,欢迎来到CXCBLOG时光机!