CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:
其他好文 时间:
2020-01-22 20:15:31
阅读次数:
88
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:
其他好文 时间:
2020-01-22 20:04:43
阅读次数:
64
1. how to construct a KNN graph? 常见的方法一般有三类: i. space-partitioning trees; ii. locality sensitive hashing; iii. neighbour exploring techniques. Referen ...
分类:
其他好文 时间:
2020-01-22 19:59:12
阅读次数:
132
Find minimal ops to convert one str to another Description Given two alphabet strings str1 and str2. You can change the characters in str1 to any alph ...
分类:
其他好文 时间:
2020-01-22 12:49:47
阅读次数:
112
原理 监听DecorView的可见高度,当虚拟键盘弹出的时候,DecorView的可见高度会变小,这时拿android.R.id.content控件的高度-可见矩形的bottom得到的就是虚拟键盘的高度,代码如下: 使用 在Activity中添加以下代码: ...
分类:
其他好文 时间:
2020-01-19 19:25:58
阅读次数:
108
No internet 1.Ctrl + Alt + F1 2.login 3.input the code below: sudo chown lightdm:lightdm -R /var/lib/lightdm sudo chown avahi-autoipd:avahi-autoipd -R ...
分类:
其他好文 时间:
2020-01-19 00:12:11
阅读次数:
65
nx.compose Return a new graph of G composed with H. Composition is the simple union of the node sets and edge sets. ref "link" ...
分类:
其他好文 时间:
2020-01-18 10:47:15
阅读次数:
89
在tensorflow2.0版本之前,1.x版本的tensorflow的基本数据类型有计算图(Computation Graph)和张量(Tensor)两种,但tensorflow2.0之后的版本取消了Graph和Session的概念。今天简单记录一下Tensor的相关内容。 从Tensorflow ...
分类:
其他好文 时间:
2020-01-17 20:47:48
阅读次数:
104
如何理解“图”? 我们前面讲过了树这种非线性表数据结构,今天我们要讲另一种非线性表数据结构,图(Graph)。和树比起来,这是一种更加复杂的非线性表结构。 我们知道,树中的元素我们称为节点,图中的元素我们就叫作顶点(vertex)。从我画的图中可以看出来,图中的一个顶点可以与任意其他顶点建立连接关系 ...
分类:
微信 时间:
2020-01-17 19:20:35
阅读次数:
144
迁移目的: 默认装在系统盘的,一般云服务器系统盘40G左右很容器就满了,这个时候必须做迁移了 首先记录一条清理镜像的命令 # 以下命令清除无用的镜像 docker image prune -a -f # 容器因有回滚的需求,只做手动删除!! 以下方法亲手验证可行 docker默认存储目录是/var/ ...
分类:
其他好文 时间:
2020-01-15 17:59:33
阅读次数:
99