摘要: scrcpy启动方法 scrcpy -m 1024 阅读全文
posted @ 2021-10-13 15:25 newmiracle宇宙 阅读(204) 评论(0) 推荐(0)
摘要: ADB shell出现error:device offline提示 1、adb kill-server 2 adb start-server 这样手机就会提示是否启用开发者模式 阅读全文
posted @ 2021-10-13 14:55 newmiracle宇宙 阅读(524) 评论(0) 推荐(0)
摘要: python yolov5检测模型返回坐标的方法 直接搜索以下代码替换下 if save_img or view_img: # Add bbox to image label = f'{names[int(cls)]} {conf:.2f}' c1, c2 = (int(xyxy[0]), int( 阅读全文
posted @ 2021-10-13 14:50 newmiracle宇宙 阅读(2714) 评论(0) 推荐(0)
摘要: php不用pdo防止sql语句注入的方法 function getrepairsql($sql, $replacement, $isreturn = 0) { $count = substr_count($sql, '?'); $pattern = array_fill(0, $count, '/\ 阅读全文
posted @ 2021-10-13 09:36 newmiracle宇宙 阅读(40) 评论(0) 推荐(0)