cekong

导航

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2019年8月30日 #

android tcp发送接收数据笔记

摘要: 首先写发送数据的程序,再写接收数据的程序,否则对方无法接收到数据(原因未知) 阅读全文

posted @ 2019-08-30 10:59 cekong 阅读(2307) 评论(0) 推荐(0) 编辑

2019年8月28日 #

cv2笔记

摘要: 笔记 阅读全文

posted @ 2019-08-28 10:09 cekong 阅读(214) 评论(0) 推荐(0) 编辑

2019年8月27日 #

Python openCV TypeError: labels data type = 18 is not supported

摘要: 例如: 错误,需改为 阅读全文

posted @ 2019-08-27 17:19 cekong 阅读(1602) 评论(0) 推荐(0) 编辑

ret, frame = cap.read() ret为false?

摘要: 参考:https://stackoverflow.com/questions/42210880/python-cv2-videocapture-does-not-work-cap-isopened-returns-false/52962367#52962367 阅读全文

posted @ 2019-08-27 15:54 cekong 阅读(2326) 评论(0) 推荐(0) 编辑

.wine is not owned by you

摘要: 解决: sudo chown root:root -R ~/.wine 或 sudo rm -rf ~/.wine winecfg wine安装cajviewer 参考:https://www.jianshu.com/p/898018da530e 阅读全文

posted @ 2019-08-27 10:13 cekong 阅读(3203) 评论(0) 推荐(0) 编辑

2019年8月26日 #

python Android udp通信

摘要: python发送: 参考:https://www.cnblogs.com/reader/p/10011666.html Android接收: 参考:https://blog.csdn.net/aino0613/article/details/73087313 需要先在AndroidManifest. 阅读全文

posted @ 2019-08-26 19:49 cekong 阅读(378) 评论(0) 推荐(0) 编辑

2019年8月16日 #

Golang调用Python

摘要: 参考: https://studygolang.com/articles/11155 Golang 执行Python脚本 阅读全文

posted @ 2019-08-16 16:08 cekong 阅读(796) 评论(0) 推荐(0) 编辑

后台管理系统笔记

摘要: 1.权限管理 后台经验分享:如何做权限管理系统设计? 页面权限: 在home页面导航栏页面控制显示哪个页面 <div class='container'> <!-- 导航栏 --> <div class="menuDiv"> <div class="logo"> <img src="LOGO.png 阅读全文

posted @ 2019-08-16 16:08 cekong 阅读(257) 评论(0) 推荐(0) 编辑

vue el-form中输入类型为number的验证

摘要: <el-input v-model.number="Form.age"></el-input> Form: { age: [ { type: 'number', required: true, message: '请输入年龄', trigger: 'blur' }, ], }, 阅读全文

posted @ 2019-08-16 16:07 cekong 阅读(6732) 评论(0) 推荐(0) 编辑

vue中img中载入图片

摘要: 参考:vue中的js引入图片,必须require进来 阅读全文

posted @ 2019-08-16 16:07 cekong 阅读(2190) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页