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

2023年1月9日

摘要: git clone https://github.com/nufeng1999/WSL_GNOME.git --recurse-submodules 这样git克隆包括子模块 Xmu即X11 miscellaneous utility library(X11实用工具库) Ubuntu下安装OpenG 阅读全文
posted @ 2023-01-09 22:10 shenhshihao 阅读(228) 评论(0) 推荐(0)

2022年11月27日

摘要: a C++ 函数指针 & 类成员函数指针 | 菜鸟教程 (runoob.com) 阅读全文
posted @ 2022-11-27 22:22 shenhshihao 阅读(41) 评论(0) 推荐(0)

2022年11月1日

摘要: C++ 借助指针突破访问权限的限制,访问private、protected属性的成员变量(花拳绣腿) C++ 借助指针突破访问权限的限制,访问private、protected属性的成员变量(花拳绣腿) - Smah - 博客园 (cnblogs.com) 1.直接使用obj访问m_b是访问不到的。 阅读全文
posted @ 2022-11-01 23:12 shenhshihao 阅读(45) 评论(0) 推荐(0)

2022年10月19日

摘要: sizeof(8.8) = 8; //自动转化为double类型,注意,不是float类型当操作数是联合类型时,sizeof是其最大字节成员的字节数。 struct a{ //对struct来说 char b; double x; }a; 在Linux上: sizeof(a) = 12; 而一般si 阅读全文
posted @ 2022-10-19 18:47 shenhshihao 阅读(57) 评论(0) 推荐(0)

2022年10月16日

摘要: 破解法,将动态arp设置为静态 ipconfig /all」指令查看mac。 直接命令行 getmac -v metasploit实战: 2. 常用文件头标识 文件扩展名文件头标识(HEX) bmp 42 4D gif 47 49 46 38 39 61 ico 00 00 01 00 00 img 阅读全文
posted @ 2022-10-16 19:19 shenhshihao 阅读(93) 评论(0) 推荐(0)

2022年9月3日

摘要: import tensorflow as tf SyntaxError: invalid syntax apt缓存都在这; 只下载不安装; OSError: sndfile library not found 解决方案 阅读全文
posted @ 2022-09-03 16:08 shenhshihao 阅读(31) 评论(0) 推荐(0)

2022年8月25日

摘要: The name tf.train.Optimizer is deprecated. Please use tf.compat.v1.train.Optimizer instead tensorflow_gpu很有可能在1.13版本的时候更改了tf.train.Optimizer的接口 1、查看安装 阅读全文
posted @ 2022-08-25 13:13 shenhshihao 阅读(842) 评论(0) 推荐(0)

2022年8月11日

摘要: paddlex 划分voc数据集; ValueError: Dataset MyDataset is not valid and cannot parse dataset type 'MyDataset' for automaticly downloading, which only support 阅读全文
posted @ 2022-08-11 17:17 shenhshihao 阅读(208) 评论(0) 推荐(0)

2022年8月8日

摘要: 不初始化就行; 否则用常数 000000000000000000000000000000000000000000000 静态变量初始化 类名一定要有; 第二个八因为是指针; 阅读全文
posted @ 2022-08-08 15:48 shenhshihao 阅读(43) 评论(0) 推荐(0)

2022年7月31日

摘要: 标注文件(json)-->COCO数据集 使用PaddleDetection提供的x2coco.py 将labelme标注的数据转换为COCO数据集形式 python tools/x2coco.py \ --dataset_type labelme \ --json_input_dir ./labe 阅读全文
posted @ 2022-07-31 12:26 shenhshihao 阅读(757) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页

导航