01 2019 档案
摘要:Model里面的一些属性添加 protected $resultSetType = 'collection'; protected $autoWriteTimestamp = 'timestamp'; // 定义时间戳字段名 protected $createTime = 'created_at'; protected $updateTime = 'upda...
阅读全文
摘要:# !/usr/bin/python # -*-coding:utf-8-*- import sys import time time1 = time.time() from PIL import Image import pytesseract ###########二值化算法 def binarizing(img, threshold): pixdata = img.load...
阅读全文
摘要:目录 1 array_reduce函数法 2 array_walk_recursive函数法 3 array_map函数法 假设有下面一个二维数组: $user = array( '0' => array('id' => 100, 'username' => 'a1'), '1' => array(
阅读全文