<?php//全局空间显示,不写名称即可//__NAMESPACE__在命名空间中的代码显示实例namespace one;//常量const SITE = '我的网站';//函...
337
<?phpclass Girl{ public function work() { retur...
181
<html><head><meta http-equiv="Content-Type" content="text/html; charse...
310
<?php/** * 路由解析 * 请求分发 */namespace devin;class Route{ //路由信息 pub...
522
把virtualbox虚拟机代替服务器,然后在此虚拟机上安装linux系统(centos7是将linux系统的图形界面进行了改版),最后用远程连接工具xshell对linux系统进行命令控制。1.安装...
500
operation.php<?php /** * 操作配置 */ include 'common.php'; //判断点...
420
<?php namespace app\index\controller; use think\Controller; use think\facade\Reque...
254
<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use think\facad...
317
<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use think\facad...
276
<?phpnamespace app\admin\controller;use think\facade\Session;use think\facade\Request;use app\adm...
590
<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Request;use think\facad...
269
<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use think\facad...
262
<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use think\facad...
210
总结:这两节课主要介绍了linux系统以及如何在本地安装一个linux系统,下面是具体的安装步骤:下载安装包,virtualBox虚拟机(https://www.virtualbox.org)和lin...
540
//命名空间 namespace tang; class Route{ //路由的配置信息 &...
149