码迷,mamicode.com
首页 >  
搜索关键字:not find    ( 24186个结果
MFC之TreeCtrl遍历所有节点
递归遍历CTreeCtrl节点,找到其中某个节点文本并展开选中 ...
分类:编程语言   时间:2020-04-11 13:20:05    阅读次数:158
WiFi GM MDI vs. Genius GM MDI 2 Multiple Interface
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基础入门
mySQL 安装 windows windows mysqld initialize console 报错 出现Failed to find valid data directory. 初始化数据库: 程序会在动MySQL文件夹下创建data文件夹以及对应的文件 登录 启动 关闭 mysql服务 移 ...
分类:数据库   时间:2020-04-11 09:39:09    阅读次数:77
xml模块
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
关于find与sed命令的几个使用
初级学习linux系统运维,关于sed与find命令的使用
分类:其他好文   时间:2020-04-10 12:09:30    阅读次数:90
Linux简单介绍与基本使用(文件操作、压缩与解压、常用shell命令)
文件管理(查找+操作) 使用图形界面 使用文本命令行 精确查找 查找find命令,递归的方式在目录下面层次查找 find 查找路径 [ 命令选项 ] [ 动作 ] 常用命令选项 按文件属性查找命令选项 -name 按文件名查找,区分大小写 -iname 按文件名查找,不区分大小写 -empty 查找 ...
分类:系统相关   时间:2020-04-10 11:49:30    阅读次数:136
makefile 函数
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
LeetCode20200409
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
layui上传写法(自用)
自写自用,做记录用,备注以后再完善。写的比较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
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
In i.MX Yocto Project User's Guide document Quick Start part: Install the `repo` utility:To get the BSP you need to have "repo" installed. This only n ...
分类:Web程序   时间:2020-04-09 14:16:23    阅读次数:102
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!