摘要:
修改Config.php文件如下 $CFG->wwwroot = $_SERVER['REQUEST_SCHEME']."://".$_SERVER['HTTP_HOST']; 阅读全文
posted @ 2020-04-27 21:28
阿布都日
阅读(772)
评论(0)
推荐(0)
摘要:
开发板块插件至少需要四个文件 插件名称:helloword 定义权限: 1.helloworld/db/access.php 阅读全文
posted @ 2020-04-27 19:54
阿布都日
阅读(70)
评论(0)
推荐(0)
摘要:
mysql连接参数 -h 主机 -P 端口 -u 用户 -p 密码 阅读全文
posted @ 2020-04-27 16:45
阿布都日
阅读(99)
评论(0)
推荐(0)
摘要:
BAT启动停止服务 NET START 服务名 NET STOP 服务名 阅读全文
posted @ 2020-04-27 11:59
阿布都日
阅读(760)
评论(0)
推荐(0)
摘要:
BAT后台运行程序 start /b 程序 阅读全文
posted @ 2020-04-27 11:56
阿布都日
阅读(1003)
评论(0)
推荐(0)
摘要:
Apache加载php模块 LoadModule php(n)_module php_apache.dll文件 Apache给PHP分配任务 AddType application/x-httpd-php .php 阅读全文
posted @ 2020-04-27 11:46
阿布都日
阅读(124)
评论(0)
推荐(0)
摘要:
PHP的使用 PHP.exe -f PHP文件 阅读全文
posted @ 2020-04-27 11:08
阿布都日
阅读(84)
评论(0)
推荐(0)
摘要:
指定根目录 DocumentRoot "完整根目录" 配置网站别名 ServerName "网站名“ DNS绑定 在 C:\Windows\System32\drivers\etc\hosts 文件中添加DNS映射 IP "网站名" 安装APACHE服务(管理员身份) httpd -k instal 阅读全文
posted @ 2020-04-27 02:43
阿布都日
阅读(83)
评论(0)
推荐(0)
摘要:
Apache的使用: httpd -M 查看Apache加载的模块有哪些 http -t 测试配置文件是否正确 阅读全文
posted @ 2020-04-27 02:28
阿布都日
阅读(150)
评论(0)
推荐(0)
摘要:
把IP域名映射添加到一下文件: C:\Windows\System32\drivers\hosts 阅读全文
posted @ 2020-04-27 01:28
阿布都日
阅读(279)
评论(0)
推荐(0)