码迷,mamicode.com
首页 >  
搜索关键字:coco play    ( 9873个结果
voc2coco
import xml.etree.ElementTree as ET import os import json coco = dict() coco['images'] = [] coco['type'] = 'instances' coco['annotations'] = [] coco['c ...
分类:其他好文   时间:2021-02-15 12:02:04    阅读次数:0
ionic 应用在iOS上打开相机拍照闪退(解决)
在config.xml下添加: <platform name="ios"> <config-file parent="NSCameraUsageDescription" target="*-Info.plist"> <string>需要访问您的相机</string> </config-file> < ...
分类:移动开发   时间:2021-02-09 11:54:35    阅读次数:0
自动化测试相关
Python Selenium库 https://blog.csdn.net/weixin_36279318/article/details/79475388 Python playwright库 https://github.com/microsoft/playwright-python http ...
分类:其他好文   时间:2021-02-04 12:05:35    阅读次数:0
Personal data protection
Why personal data matters? Why protect personal data? What is GPDR? What do companies rish when they don't play by the rules? What is personal data? T ...
分类:其他好文   时间:2021-02-03 10:36:39    阅读次数:0
[HAOI2018]染色
Link Solution 如果令 \(G(i)\) 表示恰好有 \(i\) 种颜色出现了 \(S\) 次,答案就是 \(\sum_{i=0}^{\min(n/s,m)} w_i\times G(i)\) 令 \(lim=min(n/s,m)\),我们只需要求出 \(0\) ~ \(lim\) 的 ...
分类:其他好文   时间:2021-02-03 10:30:13    阅读次数:0
java中如何使用接口继承(Extending Interfaces)
java中如何使用接口继承(Extending Interfaces) ...
分类:编程语言   时间:2021-01-30 12:08:31    阅读次数:0
那些你不知道的JSON.stringify()的用处
一般情况下,我们使用JSON.stringify() 是为了将一个对象转为字符串输出。 (1)第一个参数是我们要字符串化的对象或者数组,但是其实它还有第二个/第三个参数哦 let obj = { name: '良人', age: 18, hobby: 'play' } console.log(JSO ...
分类:Web程序   时间:2021-01-29 11:41:00    阅读次数:0
使用虚拟声卡 AFSK1200 解码 APRS 信号
1、需要的工具软件:Virtual Audio Cable 4.64 Retail.rar,afsk1200dec.exe 2、安装Virtual Audio Cable 3、设置Virtual Audio Cable,使播放和录制默认通道都为 LINE1 4、打开 afsk1200decoer软件 ...
分类:其他好文   时间:2021-01-28 12:23:19    阅读次数:0
CSS
CSS ##选择器 类选择器 . id选择器 # 标签选择器 某标签名 嵌入方式: - 行内 style="color:blue" - 内部<style type="text/css"> - 外部<link href="demo.css" rel="stylesheet"> 高级选择器: first ...
分类:Web程序   时间:2021-01-28 12:12:11    阅读次数:0
一层逻辑的网页scrapy爬虫
1 import scrapy 2 import re 3 from fake_useragent import UserAgent 4 5 6 class DoubanSpider(scrapy.Spider): 7 name = "douban" 8 start_urls = ['https:/ ...
分类:Web程序   时间:2021-01-28 11:53:08    阅读次数:0
9873条   上一页 1 ... 8 9 10 11 12 ... 988 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!