This is a chart of GM Multiple diagnostic interface comparison: GM MDI 1 vs. GM MDI 2 kit. Therefore, it’s easy to find that the GM MDI 2 multiple dia ...
分类:
其他好文 时间:
2020-04-11 12:50:38
阅读次数:
69
mySQL 安装 windows windows mysqld initialize console 报错 出现Failed to find valid data directory. 初始化数据库: 程序会在动MySQL文件夹下创建data文件夹以及对应的文件 登录 启动 关闭 mysql服务 移 ...
分类:
数据库 时间:
2020-04-11 09:39:09
阅读次数:
77
报错信息: "C:\Program Files\Java\jdk1.8.0_211\bin\java.exe" " javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2019.3.4\lib\idea_rt.jar=54826:C:\Program ...
分类:
数据库 时间:
2020-04-11 00:09:21
阅读次数:
155
import xml.etree.ElementTree as ET tree = ET.parse('20200111142206.xml')#parse解析 root = tree.getroot()#获取根 print(root.find('object').find('bndbox').fi ...
分类:
其他好文 时间:
2020-04-10 13:30:10
阅读次数:
73
初级学习linux系统运维,关于sed与find命令的使用
分类:
其他好文 时间:
2020-04-10 12:09:30
阅读次数:
90
文件管理(查找+操作) 使用图形界面 使用文本命令行 精确查找 查找find命令,递归的方式在目录下面层次查找 find 查找路径 [ 命令选项 ] [ 动作 ] 常用命令选项 按文件属性查找命令选项 -name 按文件名查找,区分大小写 -iname 按文件名查找,不区分大小写 -empty 查找 ...
分类:
系统相关 时间:
2020-04-10 11:49:30
阅读次数:
136
1. findstring $(findstring <find>, <in>) 从 in 中查找 find ,如果找到则返回find,否则返回空 str1=1111 str2=11222 all: @echo $(findstring $(str1), $(str2)) 示例 uboot make ...
分类:
其他好文 时间:
2020-04-10 00:12:31
阅读次数:
64
CanChen ggchen@mail.ustc.edu.cn Max Consecutive Ones II Given a binary array, find the maximum number of consecutive 1s in this array if you can flip ...
分类:
其他好文 时间:
2020-04-10 00:08:30
阅读次数:
81
问题: 连接mysql数据库报错Connections could not be acquired from the underlying database! 解决流程: 1.检查Hibernate.cfg.xml配置文件中的驱动、URL、用户名和密码都没有问题 2.检查驱动,没问题 3.做sql连 ...
分类:
Web程序 时间:
2020-04-10 00:05:53
阅读次数:
93
自写自用,做记录用,备注以后再完善。写的比较low <div style="padding: 20px; background-color: #F2F2F2;"> <div class="layui-row layui-col-space15"> <div class="layui-col-md12 ...
分类:
Web程序 时间:
2020-04-09 15:23:13
阅读次数:
108