彩纸屋scratch3.0少儿编程系统源码 暂无演示

彩纸屋scratch3.0少儿编程系统源码

售价:
¥12 金币
  • 尊贵会员用户购买价格 : 12金币
  • SVIP超级会员会员购买价格 :7.2金币
  • 终身SVIP超级会员购买价格 : 免费
QQ咨询
  • 免费售前咨询
  • 免费安装指导
  • 付费安装资源
  • 付费终身升级
  • QQ保障售后服务
  • 网站应急咨询顾问

升级尊贵会员
享受全站VIP待遇

1002+
会员已经加入
  • 文章介绍
  • 评价建议
  • 源码介绍

    彩纸屋scratch3.0少儿编程系统源码,基于scratch3.0版本开发,平台采用THINKPHP5、VUE.js相结合的少儿编程在线模式,开启在线教学获客方式,体验有温度、有人情味的系统,解决编程培训机构线上业务的需求。

    彩纸屋scratch3.0少儿编程系统源码插图

    源码安装方法

    环境推荐:PHP7.2 + nginx + mysql5.7 + JS + CSS + HTMLcnetos7以上 + 宝塔面板

    1、下载源码,宝塔添加一个站点,PHP版本选择7.2

    2、压缩源码目录,上传到宝塔的网站根目录当中解压缩

    3、关闭防跨站,运行目录指向public

    4、网站设置配置nginx伪静态规则

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    location / {
                    index index.php index.html index.htm;
                    if (!-e $request_filename) {
                        rewrite ^/(.*)$ /index.php?s=$1;
                    }
                }
                location ~* ^\/upload\/.+\.(html|php)$ {
                    return404;
                }
                location ~* ^\/plugins\/.+\.(html|php)$ {
                    return404;
                }
                location ~* ^\/themes\/.+\.(html|php)$ {
                    return404;
                }
                location ~* ^\/static\/.+\.(php)$ {
                    return404;
                }
                location ~ \.php {
                    include fastcgi_params;
                    set $path_info "";
                    set $real_script_name $fastcgi_script_name;
                    if ($fastcgi_script_name "^(.+?\.php)(/.+)$") {
                        set $real_script_name $1;
                        set $path_info $2;
                    }
                    fastcgi_param SCRIPT_FILENAME $document_root$real_script_name;
                    fastcgi_param SCRIPT_NAME $real_script_name;
                    fastcgi_param PATH_INFO $path_info;
                    fastcgi_intercept_errors on;
                    fastcgi_pass 127.0.0.1:9000;
                }

    5、创建一个数据库,访问域名,填入相关数据库配置信息。

    6、访问地址,输入配置的后台账号密码即可登录。


    爱搜源码 » 彩纸屋scratch3.0少儿编程系统源码

    发表评论