HTML5基础 HTML5中新增的布局标签 html 1990 html4.0.1 1997 html5 2008 稳定版 2012年 新增的结构标签 (更加语义化) header标签 <header>这里是头部区</header> footer标签 <footer>这里是页脚区</footer> ...
分类:
其他好文 时间:
2021-01-11 11:18:51
阅读次数:
0
测试配置: cpu:Intel(R) Core(TM) i7-9750H CPU @2.60GHz gpu:GTX1650 4G 内存:DDR4 2667MHz 浏览器:Chrome 版本 87.0.4280.141 // 测试执行耗时方法 function getRunTime(fun) { co ...
分类:
Web程序 时间:
2021-01-11 11:13:22
阅读次数:
0
安装google需要设置代理 /etc/apt/sources.list中增加:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main google-chrome-stable dingtalk,apt install ...
分类:
系统相关 时间:
2021-01-11 11:04:51
阅读次数:
0
极简插件:https://chrome.zzzmh.cn/index#ext ...
分类:
Web程序 时间:
2021-01-08 11:44:56
阅读次数:
0
import os import pandas as pd # 合并两个excel到一个excel的不同sheet def merge_excel(p_path, s_path, m_path): writer = pd.ExcelWriter(m_path) if os.path.isfile(p ...
分类:
其他好文 时间:
2021-01-08 11:37:17
阅读次数:
0
方法一: import os import cv2 as cv import numpy as np # 读取yuv420p的一帧文件,并转化为png图片 if __name__ == '__main__': filepath = 'one_frame_of_highway.yuv' binfile ...
分类:
编程语言 时间:
2021-01-07 12:44:52
阅读次数:
0
文档:https://pyecharts.org/ 安装: pip install pyecharts 示例: from pyecharts.charts import Bar from pyecharts import options as opts # V1 版本开始支持链式调用 # 你所看到的 ...
分类:
编程语言 时间:
2021-01-07 12:36:15
阅读次数:
0
ubuntu18.04基于win10双系统的安装 分区 查看系统BIOS模式 win+R, 输入msinfo32, 得到系统信息,这里我的BIOS模式是传统模式(MBR),所以这里以MBR为例 下载ubuntu系统 链接: https://www.ubuntu.com/download/deskto ...
分类:
编程语言 时间:
2021-01-06 12:46:10
阅读次数:
0
使用AndroidStudio 4.0以下版本,安装插件:ideasmali。 反编译apk,在AndroidMainfest.xml中添加debuggable=“true” 在smail文件中找到oncreate()并添加 invoke-static{},Landroid/os/Debug;->w ...
分类:
移动开发 时间:
2021-01-06 12:30:15
阅读次数:
0
环境: pop_os(ubuntu18) cuda9 opencv3.2 GTX1070 darknet框架 官方网站:https://pjreddie.com/darknet/ 编译框架可能要根据自己的需要更改Makefile(我就根据我自己的情况更改了链接路径,因为我的opencv和cuda安装 ...
分类:
其他好文 时间:
2021-01-06 11:42:12
阅读次数:
0