5 Star 17 Fork 4

zzg1975 / moodle_wnmp_64

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
AGPL-3.0

闪电Moodle 3.11.4+终结版

软件简介

于1998.6与Moodle相遇,至今一直坚守,凝聚全球智慧

无需安装,一键运行;学习、研究、开发Moodle的利器

本软件包是WNMP + Moodle架构,用于科研和小规模试用

运行Moodle的生产环境是LNMP + Moodle架构

LNMP + Moodle架构的样板工程:https://mood.nbpt.edu.cn/

  • 闪电Moodle 3.11.4+终结版
  • Lightning Moodle 3.11.4+ development version.

作者:曾棕根 老师

  • 2021-12-24 于宁波市北仑区
  • 邮箱:461932968@qq.com
  • 手机:18757462581
  • Moodle亚洲开发群:QQ群号263569269

荣誉

  • 2021年11月11日,《Moodle大规模在线考试研究与实践》入选为2021年浙江省职业教育信息化建设与应用案例(浙江省教育技术中心)。

教材与专著

技术公开

  • 本闪电Moodle包中的WNMP/LNMP架构技术改进已经写成论文发表在全国中文核心期刊《计算机应用与软件》杂志,分别是:

  • (1)2018年4月15发表,论文名称《便携式高性能WNMP架构的研制》,论文查询网址www.cnki.net。

  • (2)2021年6月15发表,论文名称《LNMP生产服务器技术改进》,论文查询网址www.cnki.net。

适用环境

  • Windows 7、Windows 10或Windows 2012 Server等之后版本的64位操作系统,同一年代的Windows服务器版本操作系统也能正常运行。
  • 特别注意:如果在windows 7、windows 8等较老的操作系统中,使用记事本编辑了nginx.conf这样的配置文件,以UTF-8编码格式保存后nginx会无法启动,这是因为记事本将nginx.conf的文件格式由原先的(不带BOM头的)UTF-8编码格式保存为了“带有BOM的UTF-8”,即在UTF-8文件最前面加了“EF BB BF”三个字节。采使用UltraEdit超编辑器打开nginx.conf,另存为“不带BOM的UTF-8”文件即可,会自动将文件最开头的“EF BB BF”三个字节去掉,这时,nginx就能正常启动了。另外,windows 10中的记事本,在保存时,已将UTF-8和带BOM的UTF-8编辑格式区分开来了,所以,不会出现这个奇怪的问题。

本次重大改进:

    1. 加载了php_xmlrpc.dll,我是从http://pecl.php.net/package/xmlrpc中下载的。
    1. Moodle主页地址一直转向127.0.0.1,现在修正为无需设置形式。
    1. 不能以windows管理员权限安装zzg_mysql服务。现在已经解决了。鼠标直接双击startwnmp.bat和stopwnmp.bat,会直接以管理员权限运行。
    1. 彻底解决了Moodle发邮件问题。已经开启了注册用户功能,能直接能发送邮件,无需进行任何设置。
    1. 内置了coderunner插件,可以直接连接到国外jobe服务器判题,但每小时有判题次数限制。生产环境下,必须自己安装一部jobe服务器。
    1. 彻底解决了备份课程时出现的“写入数据库时发生错误”的问题和mysqldump导出数据库时由于某行数据量太大而造成导出失败问题。
    1. 彻底解决了WNMP架构下不能加载php_intl.dll模块的难题。 C:\moodle_wnmp_64\php>php.exe -m PHP Warning: PHP Startup: Unable to load dynamic library 'php_intl.dll' 。
    1. 找到了System进程占用80端口的问题。
    1. 彻底解决了Moodle不能正常下载大于4GB文件的问题(从PHP 7.4.22和PHP 8.0.9版本开始解决的,2021-07-29。PHP 7.3及以下版本修改情况未知)。
    1. PHP 8在Windows中开启JIT后,cron.php不能正常运行。而CentOS下开启JIT后,cron.php能正常运行。
    1. 彻底解决了使用电信或其它运营商的网络专线接入到学校或公司的主路由器固定公网IP在公网上访问局域网内部Moodle服务器的问题(默认80等默认端口是封死了的)。
    1. 彻底解决了H5P互动内容不能正常运行的问题。PHP 8.0.10版本太高,H5P相关代码不能正常运行,降低为PHP 7.3.31后就没问题了。
    1. 评分人身份下查看成绩的表头文字由横向显示变成垂直显示,极大地改善了老师查看学生成绩的视觉体验。
    1. 实现了google字体本地化,再也不会发生页面尤其是编辑器打不开的情况了。
    1. 实现了考试监视功能:(1)考生电脑上的摄像头会定时拍照;(2)考生屏幕被定时截图;(3)可对考生人脸识别验证。
    1. 如果未经服务器内部授权,Moodle网站管理员无法从浏览器器中登录Moodle平台。
    1. 特大修订:修订了“数据库”活动。禁用CSV导出,因为导出来的中文是乱码;禁用ods导出,因为导出来的date日期类型的字段是Unix时间戳;启用Excel导出,且默认选中它。同时,导出的Excel文件中的date日期类型的字段已从Unix时间戳修订为X年X月X日。这是个重大修订,使得“数据库”活动从此变得可用。特别注意:Moodle服务器是Windows操作系统时,字段名一定要由半角英文字符组成,千万不要直接用全角的汉字,否则Number类型的字段值无法正常工作。Linux操作系统(如CentOS 7.8)上数据库活动的字段名可以为汉字。

组件版本

  • 【Nginx版本】1.20.2 stable
  • 【PHP版本】7.3.33 stable【PHP 8.0.10会使H5P互动内容活动无下从H5P hub下载内容类型; PHP 7.4.24会使瓷砖课程格式Tiles Course Format运行错误】
  • 【MariaDB版本】10.4.19 stable【注意:10.5.10版本不能在Windows 7上运行,在 Windows 10上能运行,故没有使用这个版本】
  • 【Moodle 版本】3.11.4+ (Build: 20211217)

集成的Moodle开发工具

免责声明:下面几个工具是从官网上下载的,集成在这里,方便用户使用,如果有异议,请官方邮件联系我删除!

  • 1、C:\moodle_wnmp_64\navicat150_mysql_en_x64.exe : Mysql数据库可视化Client端

集成的Moodle统计功能开发样例

  • C:\moodle_wnmp_64\nginx\html\zzgstat\listetc.php
  • C:\moodle_wnmp_64\nginx\html\zzgstat\listuser.php
  • C:\moodle_wnmp_64\nginx\html\zzgstat\ listtodaylogin.php
  • C:\moodle_wnmp_64\nginx\html\zzgstat\listmyscore.php
  • C:\moodle_wnmp_64\nginx\html\zzgstat\listmyquizanswer.php
  • C:\moodle_wnmp_64\nginx\html\zzgstat\listm3p.php
  • C:\moodle_wnmp_64\nginx\html\zzgstat\listcc.php

本Moodle运行包具体使用步骤


  • 1、本包的运行环境是Windows 7或Windows 10 64位操作系统,或同一年代的Windows服务器版本的操作系统。

  • 2、Windows操作系统中内存至少为2GB,否则本闪电包WNMP架构无法启动。若要作为生产环境使用,内存至少要4GB,32GB内存就更好了。

  • 3、本闪电包中的Nginx运行在80端口,所以要先检查80端口是否已被占用,如果被占用,那必须先停用80号端口。以管理员的身份进入命令行窗口,运行命令【netstat -ano】,查看80号端口是否处于LISTENING监听状态。如果没有找到80端口,恭喜你,本步操作到此为止。如果发现80号端口处于LISTENING监听状态,则记下它对应的PID即进程ID号,再打开任务管理器,在详细信息页中通过该PID列找到对应的映像名称。如果映像名称是XAMPP、Tomcat之类的Web运行框架,请先卸载它或禁用它;如果是IIS微软Web服务器,也请停用它。如果映像名称是System即被系统进程占用,那么应该不会是真正的系统,而是微软的其余系列产品的进程在运行,那么请按这两种方法之一解除占用,推荐使用第(1)种方法: (1)Win10中,控制面板-程序-启用或关闭Windows功能-Internet Information Services-万维网服务:关闭;.NET Framework 4.8 Advanced Services-WCF服务-HTTP激活:关闭;.NET Framework 4.8 Advanced Services-ASP.NET 4.8:关闭。这种方法关闭,不会影响打印机服务。 (2)以管理员身份运行cmd,再在命令行窗口中输入【net stop http】,如果提示是否真的需要停止这些服务,则选择”Y“,完成后输入【sc config http start=disabled】,再重启win10操作系统,再在命令行中运行【netstat -ano】,发现80号端口已经没有被占用了。但是,一旦使用了【sc config http start=disabled】这个命令,Print Spooler服务无法启动,先前安装好的打印机找不到了,无法进行打印。若要恢复设置,则需要以管理员身份运行cmd,输入【sc config http start= demand & net start http】,这时候发现Print Spooler服务可以启动了,之前安装好的打印机能正常打印了。

  • 4、从github上下载moodle_wnmp_64-main.zip到C盘根目录下,解压缩后目录名称是【C:\moodle_wnmp_64-main】,请一定要把所在目录名称修改为【C:\moodle_wnmp_64】,否则无法运行本架构。本架构默认在【C:\moodle_wnmp_64】这个固定目录中运行。 从gitee上下载zzg1975-moodle_wnmp_64-main.zip到C盘根目录下,解压缩后目录名称是【C:\moodle_wnmp_64】,无需修改。

  • 5、安装Visual C++ Redistributable for Visual Studio 2015、2017 和 2019, 运行压缩包根目录下software文件夹内的VC_redist.x64-2015-2019.exe进行安装。因为php 8是用VC15 或者 VS16编译的。 如果不安装它,启动PHP时,出现“由于找不到 VCRUNTIME140.dll,无法继续执行代码。”的错误信息,且PHP的php_intl.dll模块无法加载! 该程序是从这里下载的 https://aka.ms/vs/16/release/VC_redist.x64.exe

​ 可能无法升级,主要是操作系统有些补丁没打上,安装时确保windows更新被打开了 ​ 如果提示安装失败,请先把之前已安装的全部的Visual C++ Redistributable for Visual Studio 2015卸载!

  • 6、 先关闭正在运行的安全软件,如360安全卫士、360杀毒等安全软件,它们会阻止创建zzg_mysql服务;再用鼠标直接双击startwnmp.bat和stopwnmp.bat来运行和停止启动nginx、PHP和MariaDB服务或进程。如果当前用户不是Administrator账号登录,这两个命令会先叫你输入Administrator账号的密码,否则WNMP架构不能运行! 这时,在任务管理器中,就能看到zzg_mysql服务的ID号了,说明mysql数据库服务安装成功,且在运行状态中。 startwnmp.bat的功能是创建zzg_mysql开机自动启动的服务,并立即启动这项服务,这项服务有对应的MySQL进程。 可以从Windows的【控制面板-管理工具-服务】中看到zzg_mysql服务及其进行ID号。

    如果大家使用阿里云,请一定记住,内存2GB太小了,无法使闪电包运行顺畅。至少要4GB的内存资源,这样mysql的innodb缓存开到2GB数据库才能展开,性能才会好。内存增大后的配置,请看本文件后面的Q4。

  • 7、再在浏览器(Firefox浏览器、Chrome浏览器为最佳)中输入【http://127.0.0.1/】或【这台服务器的内网IP】或【这台服务器的外网IP】或【这台服务器的域名】即开始运行Moodle。 Moodle超级管理员账号是admin,密码是123 其中MySQL数据库账号为root,密码为空,端口为3366

  • 8、若要停止并删除zzg_mysql服务,则需运行stopwnmp.bat。 需要注意的是,运行stopwnmp.bat后,会从Windows的【控制面板-管理工具-服务】中 直接停止并删除zzg_mysql服务,因此,重新启动Windows后,mysql就不会自动启动了,还需要运行一次startwnmp.bat。

  • 9、若要关闭或重启Windows操作系统,请务必先运行C:\moodle_wnmp_64\stopwnmp.bat;开机后,请务运行一次C:\moodle_wnmp_64\startwnmp.bat。

  • 10、若要测试moodle的并发能力,请运行下面这条指令: C:\moodle_wnmp_64\software>.\ab.exe -c 100 -n -k 10000 http://127.0.0.1/index.php


FAQ

Q1:本安装包会生成哪几个服务和哪几个进程?

支持startwnmp.bat后,会注册并生成 zzg_mysql服务,在管理工具-服务窗口中可以管理它们; 并生成对应的进程:nginx.exe(3个进程,1个父进程,2个子进程)、mysqld.exe、php-cgi.exe(8个PHP FastCGI进程)、xxfpm.exe(8个PHP FastCGI进程的管理进程)。 运行stopwnmp.bat后,会停止并注销上述服务,同时杀死nginx.exe、xxfpm.exe、php-cgi.exe、mysqld.exe进程。

Q2:您在哪里修.改了端口?

nginx端口为80,修.改文件:\nginx\conf\nginx.conf MySQL端口为3366,修.改文件:\mariadb\bin\my.ini 和 \php\php.ini MySQL账号为root,密码为空。

Q3:我不想让闪电Moodle包在C:\moodle_wnmp_64目录下运行,想放在其它盘里行吗?

可以的,举例说明。若把moodle_wnmp_64文件夹放在E盘根目录中,处理过程如下 :

  • (1)先把moodle_wnmp_64文件夹拷贝到E盘根目录下。
  • (2)用记事本打开E:\moodle_wnmp_64\startwnmp.bat,把【C:\】全部替换为【E:\】,再把【C:/】全部替换为【E:/】。
  • (3)用记事本打开E:\moodle_wnmp_64\php\php.ini,把【C:\moodle_wnmp_64】全部替换为【E:\moodle_wnmp_64】。
  • (4)用记事本打开E:\moodle_wnmp_64\mariadb\bin\my.ini,把【C:/】全部替换为【E:/】。
  • (5)用记事本打开E:\moodle_wnmp_64\nginx\html\config.php,把【C:】全部替换为【E:】。 再用鼠标双击E:\moodle_wnmp_64\startwnmp.bat,就能发现闪电Moodle架构能正常运行了。

Q4:您现在的配置是2GB内存的最佳配置,如果我内存增大了,应当修.改哪里?

请将\mariadb\bin\my.ini:innodb_buffer_pool_size = 64M 的64MB内存设置为你电脑内存的50%~80%大小。 例如,你内存为32GB,则可以设置为:\mariadb\bin\my.ini:innodb_buffer_pool_size = 16G,如果内存再大,注意不要超过16GB。

用记事本打开\nginx\conf\nginx.conf,将最顶上的【worker_processes 2;】修.改为你CPU的核数。 用记事本打开\startwnmp.bat,将 【-n 8】修.改为16、32、64、128等值,最大不要超过128。

上述配置完成后,需要重新启动nginx和MySQL,即先运行stopwnmp.bat,再运行startwnmp.bat,配置生效。

Q5:如何升级Moodle?

Moodle官方每周会发布一个新的Moodle安装包,因此最好每周跟着升级一次。具体方法: 先把C:\moodle_wnmp_64\nginx\html文件夹重命名为html_old; 再从https://download.moodle.org/下载最新版本lastest后,解压缩它到C:\moodle_wnmp_64\nginx\html文件夹; 再把C:\moodle_wnmp_64\nginx\html_old文件夹里的config.php拷贝到解压缩的C:\moodle_wnmp_64\nginx\html文件夹里; 再把C:\moodle_wnmp_64\nginx\html_old\lib\default.ttf文件拷贝到解压缩的C:\moodle_wnmp_64\nginx\html\lib文件夹里,覆盖原来的default.ttf文件; 再打开浏览器,用超级用户登录到Moodle系统,浏览器会指导你一步一步完成Modole的升级; 升级成功后,删除C:\moodle_wnmp_64\nginx\html_old文件夹; 整个升级完成。

Q6:如何管理Moodle数据库?

请运行C:\moodle_wnmp_64\software\navicat150_mysql_en_x64.exe程序来管理数据库,MariaDB数据库服务地址为localhost,用户名为root,密码为空,端口为3366。

Q7:忘记Moodle超级用户如admin的密码怎么办?

在Windows命令行提示符窗口中,进入C:\moodle_wnmp_64\mariadb\bin文件夹后,使用【mysql -uroot -P3366】登录MariaDB服务器后,运行【use moodle;】命令,再运行【UPDATE mdl_user SET password= '$2y$10$jPgGmDWGQr7kSpl/BgxvF.ZdJZV/ZTDbtLBFVGW0S3kfUrrOb4DL2' WHERE username='admin'】命令后,运行stopwnmp.bat,再运行startwnmp.bat即可。

Q8:Moodle安装完毕后,如何让Windows隔1分钟运行一次http://127.0.0.1/admin/cron.php这个Moodle心跳程序?

Moodle运行过程中的数据统计工作需要不断执行http://127.0.0.1/admin/cron.php程序来完成。 先在浏览器中用超级用户登录Moodle,再在“首页/网站管理/安全/网站策略”中不勾选“Cron仅通过命令行执行”,并设置访问远程Cron的密码为abc(请你修.改掉这个密码,这里只是个样例), 再运行本压缩包中software文件夹内的MoodleCron-Setup.exe,安装该定时执行任务服务,设定每隔1分钟运行一次http://127.0.0.1/admin/cron.php?password=abc。 当然,你也可以随时在浏览器中运行http://127.0.0.1/admin/cron.php?password=abc来完成Moodle的数据统计工作。 如果你的Moodle改用了具体的IP地址,那到将127.0.0.1修.改为该具体IP地址即可。

Q9:Moodle里如何设置发送邮件功能?

假设Moodle的admin管理员的邮箱是3545251198@qq.com, 首先在3545251198@qq.com这个QQ邮箱中开启SMTP服务;再在Moodle的“网站管理-服务器-电子.邮件-发送邮件设置”中设置: SMTP主机:smtp.qq.com:465 SMTP 安全:SSL SMTP认证类型:LOGIN SMTP用户名:3545251198@qq.com SMTP密码:dwqryqxbdmuydbcd (第三方客户端登录时,登录密码输入的授权密码) 不要回复的地址:3545251198@qq.com 其余不用修.改,直接保存,发现Moodle就能通过【3545251198@qq.com】来转发Moodle里的一切邮件了。

Q10:Forefox下自动播放mp4文件,有声音,又无视频,如何解决?

进入firefox浏览器,在地址栏输入about:config 后回车,进入firefox的设置界面,找到media.autoplayl.enabled,双击此条目,其值就从true修.改为false了,即不自动播放视频。

Q11:如何把Moodle访问地址修.改为我自己的IP地址或域名?

现在无需修.改任何配置,现在直接支持这四种方式访问moodle的方式: 在浏览器(firefox浏览器为最佳)中输入【http://127.0.0.1/】或【这台服务器的内网IP】或【这台服务器的外网IP】或【这台服务器的域名】即开始运行Moodle。感谢【浙江省平阳县第二职业学校钟维磊老师】贡献了此项最佳应用实践。

以前的修.改方式是(现在完全无需这样去处理了): 用记事本打开C:\moodle_wnmp_64\nginx\html\config.php文件,直接修.改 $CFG->wwwroot = 'http://127.0.0.1'; 即可,例如,修.改为:

$CFG->wwwroot   = 'http://61.16_4.87.150';
或域名形式
$CFG->wwwroot   = 'http://fmoodle.top';

$CFG->wwwroot   = 'http://snmple.net';

Q12:可以修.改moodledata的位置吗?

当然可以,举例,若moodledata放在D盘根目录下了,只需用记事本打开

C:\moodle_wnmp_6_4\nginx\html\config.php文件直接修. $CFG->dataroot  = 'C:\\moodle_wnmp_6_4\\nginx\\moodledata'; 这句为你当前的
$CFG->dataroot  = 'D:\\moodledata'; 即可.

Q13:如何将moodle网址中的80端口修.改为8081?

先运行stopwnmp.bat停止WNMP架构,再将 nginx/conf/nginx.conf中的这句修.改掉即可: 将【listen 80;】中的【80】修.改为【8081】; 再将nginx/html/config.php中的IP地址中的8081去掉: 将【$CFG->wwwroot='http://127.0.0.1';】修.改为【$CFG->wwwroot='http://127.0.0.1:8081';】; 最后再运行startwnmp.bat启动wnmp架构,这样,直接通过【http://127.0.0.1:8081】来访问你的moodle网站了。

Q14:生产环境里,至少需要有8GB内存,请问如何配置WNMP各部件?

假如8GB内存,mysql的innodb分配5GB(具体操作看Q4)。其余3GB空着,留给php-cgi 1.5GB(php-cgi开64个,具体操作是,用记事本打开startwnmp.bat,找到“-n 8”,修.改为“-n 64”),留给windows操作系统1.5GB. 你的moodle肯定不卡了。

Q15:怎样把其它架构中运行的moodle网站迁移到当前的闪电Moodle运行包中?

约定:其它架构是B架构,闪电Moodle架构是L架构。

  • (1)删除L架构nginx目录下面的moodledata文件夹

  • (2)删除L架构nginx目录下的html文件夹

  • (3)把B架构下的moodledata文件夹和html文件夹拷贝到L架构的nginx的文件夹中

  • (4)运行C:\moodle_wnmp_64\software\navicat150_mysql_en_x64.exe,把里面的moodle数据库彻底删除

  • (5)利用C:\moodle_wnmp_64\software\navicat150_mysql_en_x64.exe把B架构中的moodle数据库导出来,如moodle.sql文件名

  • (6)运行C:\moodle_wnmp_64\software\navicat150_mysql_en_x64.exe,在里面创建一个moodle空数据库

  • (7)将moodle.sql导入到空的moodle空数据库中

  • (8)运行闪电moodle包,发现以前的moodle完整地迁移到闪电Moodle架构中了

  • (9)将老架构B彻底卸载,开始享用高性能、超稳定、能与LNMP架构媲美的闪电Moodle架构吧

Q16:怎么打开用户注册账号的功能?

使用管理员账号登录Moodle平台后,在【个人主页-网站管理-插件-身份认证-管理身份认证】中,将“自助注册”设置为“基于电子.邮件的自助注册”后,保存即可。当然,Moodle里要先设置好,能发送邮件才行。

Q17:哪里有Moodle开发视频教程学习?

我会把Moodle使用、开发的视频教程分享在B站上,如Moodle网上课堂“老师开课统计”的开发。请大家关注我的B站实名账号。

Q18:LNMP架构的闪电Moodle样板工程在哪里?

请大家点击宁波职业技术学院Moodle网上课堂,本闪电包的Moodle代码和这个平台里是完全一样的。

Q19:Moodle制作题库与检测使用方法的视频教程在哪里?

使用moodle_quiz_v21制作题库和moodle检测的使用方法,请点击这里查看https://mood.nbpt.edu.cn/course/view.php?id=383

感谢网友

重庆市大足区米粮小学老师李寿菊lnmper(QQ:3132474478)报告Windows 7和Windows 10上运行错误

新疆乌鲁木齐市实验学校高中化学老师穆楠(QQ:732502423)报告Windows 2008R2上的运行错误

山西吕梁人张晶晶(QQ:2971780608)发现了上传用户功能无法正常运行和不能发送邮件问题

浙江师范大学教师教育学院张家华老师(QQ:67809780)发现了安全软件会阻止创建zzg_mysql服务;

陕西人马小安(QQ:694085493)花一天时间精心指导,使得闪电Moodle成功在github和gitee上发布,让全球师生受益;同时分享了Moodle插入公式的方法,文章放在paper文件夹中;

湖南益阳沅江市职业中专文笔老师(QQ:10076707)进行了中国大陆首个闪电Moodle 2021 开发版真实互联网环境应用;

浙江省温州市平阳县第二职业学校钟维磊(QQ:7122926)提出【$CFG->wwwroot = 'http://'.$_SERVER['HTTP_HOST'];】的通用访问形式;

河南省洛阳市孟津育才实验学校刘宏川老师(QQ:390551157)发现手机端使用浏览器登录Moodle在moove主题下能完美实现考试,boost主题不方便;

广西玉林师范学院教育技术学2017班黄金妮同学(QQ:2647597527)发现必须先卸载电脑上安装的XAMPP或停用IIS微软Web服务器,本闪电包才能正常运行,原因是占用了80端口;

宁夏大学2017级云计算2班王莉同学(QQ:1351040710)发现了Windows 10的80号被系统端口占用而导致闪电包中的Nginx不能正常运行;

中国石油大学(华东)张学辉老师(QQ:2458171)提供了jobe判题服务器的架设与调用方法,文章收录在本闪电包的paper目录中。

爱心网友GrayBear(QQ:532121)分享了由江西省信丰中学黎忠东老师发表的备份课程时出现“写入数据库时发生错误”的问题的解决方法;

重庆市大足中学陈显富老师(QQ:394380496,乐渔)发现Nginx缓存权限出错会造成Moodle界面无法在浏览器中正常显示;

四川宜宾学院胡先志老师(QQ:273013936)发现了QQ邮箱发邮件存在问题;

网友”moodle二次开发(晨曦,QQ:1129332567)“发现了角色分配表与课程编号之间的关系,这点对理解Moodle数据表设计至关重要。还发现了判断管理员身份的函数,简化了禁止网站管理员直接网页登录管理后台的方法。

宁波职业技术学院周明德老师发现了CodeRunner在PHP 8.x下不能正常运行。

网友西安云适配吴涛(QQ:zero 1085351739)和翌日科技霍晨云(QQ:太阳 3398858230)发现了H5P互动内容插件不能正常从H5P hub安装内容类型。

网友北京科莱特信息技术有限公司:廖汉真(网名Martin Liao,QQ号84120890),广东河源人,2021年9月27日,分享了评分人身份下查看成绩的表头文字由横向显示变成垂直显示的代码,极大改善了全球使用Moodle的老师查看学生成绩的视觉体验,善莫大焉。

宁波职业技术学院黄棋悦老师(QQ:839539199)发现了数据库活动模块不能导出Excel文件,导出的ods文件中的日期是Unix时间戳。

GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Remote Network Interaction; Use with the GNU General Public License. Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <https://www.gnu.org/licenses/>.

简介

大道至简:闪电Moodle for Win7 或 Win10,免费,免安装,能发邮件,高性能,高安全,科研版,零门槛玩转Moodle网上课堂。 展开 收起
AGPL-3.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/zzg1975/moodle_wnmp_64.git
git@gitee.com:zzg1975/moodle_wnmp_64.git
zzg1975
moodle_wnmp_64
moodle_wnmp_64
main

搜索帮助