01 2019 档案

摘要:Model里面的一些属性添加 protected $resultSetType = 'collection'; protected $autoWriteTimestamp = 'timestamp'; // 定义时间戳字段名 protected $createTime = 'created_at'; protected $updateTime = 'upda... 阅读全文
posted @ 2019-01-22 09:38 前度天下 阅读(179) 评论(0) 推荐(0) 编辑
摘要:# !/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... 阅读全文
posted @ 2019-01-17 09:55 前度天下 阅读(2033) 评论(0) 推荐(0) 编辑
摘要:目录 1 array_reduce函数法 2 array_walk_recursive函数法 3 array_map函数法 假设有下面一个二维数组: $user = array( '0' => array('id' => 100, 'username' => 'a1'), '1' => array( 阅读全文
posted @ 2019-01-04 14:19 前度天下 阅读(15030) 评论(0) 推荐(0) 编辑