摘要:
# sudo composer require doctrine/instantiator <?php require 'vendor/autoload.php'; require_once 'hello.php'; // 如果不存在,将报错 // class hello { // public f 阅读全文
摘要:
先备份 sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup 新建 sudo vim /etc/apt/sources.list 更改为清华源 #清华源 deb https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
摘要:
composer require yzalis/identicon 使用 /** * 获取头像 */ public function getAvatar($uid = '') { $identicon = new \Identicon\Identicon(); if ($uid) { $result 阅读全文