group by和union,Laravel分页
摘要:$res3 = DB::table('users') ->join('user_folow_boutiques', 'user_folow_boutiques.user_id', '=', 'users.id') ->join('boutique', 'boutique.id', '=', 'use
阅读全文
laravel groupBy 分页
摘要:$model=DB::table('tablebname') ->where(function($query) use ($res){ $query->where('xx','xx'); }) ->selectRaw("area,from_unixtime(created_time,'%Y-%m-%
阅读全文
ssh 公钥登录
摘要:ssh-copy-id 将本机的公钥复制到远程机器的authorized_keys文件中,ssh-copy-id也能让你有到远程机器的home, ~./ssh , 和 ~/.ssh/authorized_keys的权利 第一步: 在本地机器上使用 ssh-keygen 产生公钥私钥对(三次空格即可)
阅读全文