统计
  • 文章总数:85 篇
  • 评论总数:21 条
  • 分类总数:20 个
  • 最后更新:3月1日
CXCBLOG(剑弗)
作者有点忙,还没写简介
  • 会员类型: 注册会员
  • 发表文章: 85 篇
  • 访问人气: 2.6k 人气
  • 最近登录: 3月13日
circle-image
文章总计
85 篇文章
circle-image
评论次数
10 次评论
circle-image
访问总计
5.4w 阅读
circle-image
注册天数
976 天
laravel清除缓存命令

清除Laravel(终端)中的缓存登录运行laravel应用程序的系统并打开终端。然后导航到Laravel应用程序代码。在这里,就可以使用以下命令来清除缓...

/ 0 评论 / 545 阅读 / 0 赞

Linux常用(实用)

pwd 显示工作路径 shutdown -h now 关闭系统 /halt 关闭系统 shutdown -r now 重启 / reboot 重启...

/ 0 评论 / 322 阅读 / 0 赞

Centos关闭防火墙的命令

CentOS6关闭防火墙使用以下命令,//临时关闭 service iptables stop //禁止开机启动 chkconfig iptable...

/ 0 评论 / 380 阅读 / 0 赞

积极对作品评论进行回复、点赞及置顶等管理操作,可以提升互动数,进而提升积分等级哦
  • 先ffmpeg -version 看一下ffmpeg是否正常

  • 先ffmpeg -version 看一下ffmpeg是否正常输出

  • 看看

  • 乾坤堂主站

    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时光机!