- 博客(9)
- 资源 (6)
- 收藏
- 关注
原创 pycharm 训练YOLO模型时提示 ValueError: not enough values to unpack (expected 3, got 0)错误
pycharm 训练YOLO模型时提示 true_positives, pred_scores, pred_labels = [np.concatenate(x, 0) for x in list(zip(*sample_metrics))]ValueError: not enough values to unpack (expected 3, got 0)
2022-11-29 18:35:06
4860
1
原创 d3.js 力导向图 关系连接线 使用 path 标签时不显示的问题
浮点数格式采用IEEE-754标准(32),用四个字节共32位表示。传送顺序为先低字节后高字节,即传送顺序为:先低字节D7~D0,接着D15~D8,然后D23~D15,最后高字节D31~D24,最终作为分成8个ASCII码传送。浮点数格式如下: D31 D30~D23 D22~D0 浮点数符号位 ...
2021-09-04 20:58:24
1101
原创 安装exchange2016过程中,在安装统一托管API4.0时出现错误,提示缺少“媒体基础”
这其实是在安装windows后没有安装相应的系统组件造成的,在安装该托管前先运行两条指令,确保所有配置组件安装完成后再安装,解决问题:在powershell中依次输入以下操作指令:1、Install-WindowsFeature RSAT-ADDS2、Install-WindowsFeature AS-HTTP-Activation, Server-Media-Foundatio...
2020-03-19 21:53:14
1257
原创 stm32 仿真调试时卡在 LDR R0, =SystemInit
stm32 仿真调试时卡在 LDR R0, =SystemInit,不能正常进入main()函数,如图1所示: 图1打开Option选项卡,找到Floating Point Hardwa...
2019-05-23 13:36:02
22693
11
原创 HTTP 错误 500.21 - Internal Server Error 处理程序“SimpleHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPi
今天发布网站出现: HTTP 错误 500.21 - Internal Server Error 处理程序“SimpleHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”参考了网上的解决方法不能正常解决,提示找不到路径。以下是解决方案:1、按图片所示方法进入路径后,再执行命令。
2017-12-30 12:11:33
2507
原创 Qtopia4.2.4移植时出现:The tslib functionality test failed!
Qtopia4.2.4移植时出现:The tslib functionality test failed!
2014-08-05 19:54:49
483
原创 /home/mike/qtopia-opensource-4.2.4/qtopiacore/qt/tools/qvfb/qvfbshmem.cpp:42:22:asm/page.h:no such
/home/mike/qtopia-opensource-4.2.4/qtopiacore/qt/tools/qvfb/qvfbshmem.cpp:42:22:asm/page.h: 沒有目錄????make[7]: *** [.obj/release-shared/qvfbshmem.o] Error 1make[7]: Leaving directory `/home/mike/qto
2014-08-04 23:33:31
634
原创 qtopia_opensource-4.2.4配置时出现The system byte order could not be detected!
出现问题:(1) The system byte order could not be detected!Turn on verbose messaging (-v) to see the final report.You can use the -little-endian or -big-endian switch to解决办法:这个是配置大段或者小端模式,自己在配置选
2014-08-04 17:23:44
1650
用VC编写的串口示波器,可以实时显示波形
2013-10-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人