在pyhton环境地址中配置slim及research文件夹的地址,具体操作为打开 python\Lib\site-packages 文件夹,在该文件夹中新建tensorflow_model.pth文件,在该文件中填入slim及research的地址 ...
分类:
其他好文 时间:
2020-01-07 16:05:33
阅读次数:
89
"Editor"文件夹下的PlayModeStateChangedHandler.cs ...
分类:
编程语言 时间:
2020-01-07 13:03:29
阅读次数:
124
原文:WPF DataGrid标题Header Binding失效 前言:因业务需要对WPF中的DataGrid控件中的行数进行统计,同时把统计的行数显示在列标题上。 如果我们用常规的Binding手段更新DataGridTextColunm的Header的话是不会生效的,因为WPF中视觉树中没有D... ...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:
其他好文 时间:
2020-01-07 10:36:07
阅读次数:
88
[toc] 轮播图: 前端: 配置 banner.vue样式: 后端: views.py: urls.py路由: models.py: serializers.py: ...
分类:
其他好文 时间:
2020-01-06 23:12:48
阅读次数:
134
管道:把上一条命令的输出作为下一条命令的输入。例如,ls | sort -Descending Name | Format-Table Name,Mode 重定向:把命令的输出保存到文件中,‘>’为覆盖,’>>’追加。 默认会根据Name属性进行排序,也可以通过指定属性进行排序。例如,ls | So ...
分类:
系统相关 时间:
2020-01-06 22:49:50
阅读次数:
93
1、 导入hellodb.sql生成数据库 [root@test-centos7-node1 ~]# rz rz waiting to receive. zmodem trl+C ? 100% 7 KB 7 KB/s 00:00:01 0 Errors Transferring hellodb_in ...
分类:
数据库 时间:
2020-01-06 21:20:51
阅读次数:
114
python第八天 1. 文件操作初识 三部曲: 打开文件open()。 操作文件(文件句柄进行操作)。 关闭文件。 文件路径path,编码方式:encoding, mode:. 2. 读,写,追加。 读: r rb r+,r+b read() read(n) : r: read(n) n 是字符。 ...
分类:
编程语言 时间:
2020-01-06 20:57:53
阅读次数:
88
1、集中趋势分析(Central of tendency) 大部分观察值向某一数值集中的趋势称为集中趋势,常用平均数指标来表示,各观察值之间大小参差不齐 集中量数-算术平均数、中位数(Median )、众数( mode ) 2、离散程度分析( Tendency of dispersion) 频数由中 ...
分类:
其他好文 时间:
2020-01-06 17:49:40
阅读次数:
323
对Ayoosh Kathuria的YOLOv3实现进行翻译和总结,原文链接如下: https://blog.paperspace.com/how-to-implement-a-yolo-v3-object-detector-from-scratch-in-pytorch-part-3/ *首先翻译遵 ...
分类:
其他好文 时间:
2020-01-06 14:53:01
阅读次数:
80