摘要:
python paddleocr 增加识别速度的方法 切记长度不要超过960px 1 模型压缩 2 enable_mkldnn=True,use_tensorrt=True,use_angle_cls=False 3用GPU 注意 GPU要第二次识别才会加速 阅读全文
摘要:
mysql 子查询少用 用了子查询 就没有索引了 。。。所以一般用缓存代替 或者其他方法代替 阅读全文
摘要:
mysql 临时表代替in的方法 public function infengzhuang($ziduanstr = '', $table = '',$whereziduan='',$instr = '', $wherestr = '') { $haomiao = $this->get_millis 阅读全文
摘要:
Create temporary table new_table_name1 (Select * from aa_copy_copy); mysql创建临时表不用创建临时表结构的方法 阅读全文