三大經(jīng)典設(shè)計(jì)模式
https://github.com/idabaicai/pattern.git
https://github.com/idabaicai/pattern.git
2018-04-24
推薦一個(gè)程序員專用字體FiraCode
https://github.com/tonsky/FiraCode
https://github.com/tonsky/FiraCode
2018-04-16
getDatabase()的方法:
static function getDatabase()
{
$db = new MySQLi();
$db->connect('localhost:8888', 'root', '123456', 'laravel');
return $db;
}
static function getDatabase()
{
$db = new MySQLi();
$db->connect('localhost:8888', 'root', '123456', 'laravel');
return $db;
}
2018-04-14