安装虚拟机步骤

摘要: 安装虚拟机github重启命令: shutdown -r now (reboot) reboot 关机命令: shutdown -h now (halt)首先在虚拟机下载ssh服务 (如果xshell连接不上) apt install openssh-server通过ifconfig查看ip连接xs 阅读全文
posted @ 2019-07-04 10:46 北岛情话 阅读(196) 评论(0) 推荐(0)

8.请写出PHP5权限控制修饰符

摘要: Public :public 表明该数据成员、所有用户都可以直接进行调用 、公的 Private:private 私有的、在类外不能访问私有属性 Protected:protected 受保护的、在类外不能访问被保护属性 阅读全文
posted @ 2019-07-04 10:39 北岛情话 阅读(287) 评论(0) 推荐(0)