08 2020 档案
摘要:crash 在使用app的时候突然发生闪退情况 卡顿 出现画面的卡顿 Exception 程序被catch起来的exception ANR 出现无响应弹窗(仅限android)
阅读全文
摘要:public function read1() { $newsId = $this->request->param('news_id', 0, 'intval'); $param = $this->request->param(); $where['news_id'] = ['=', $newsId
阅读全文
摘要:$user = new User(); $data = Request::only(['username,email']); $id = $user->save($data,['id'=>1]);
阅读全文
摘要:$key = date('Y')."/".date('m')."/".date('d').'/'.substr(md5($file), 0, 5) . date('YmdHis') . rand(0, 9999) . '.' . $ext; $key = "2020/08/05/0bfd020200
阅读全文
摘要:public function isLogin1() { //获取header头的access_user_token $access_user_token = $this->headers['access-user-token']; if( empty($access_user_token) ) {
阅读全文
摘要:1 短信验证码加密 2 返回的tokenAES加密 Aes::encrypt($token."||".$id);
阅读全文

浙公网安备 33010602011771号