Mobsf 下载安装运行 git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git 如果你之前下载了先更新下 git pull cd Mobile-Security-Framework-MobSF ./setup.s... ...
分类:
移动开发 时间:
2019-03-14 18:17:27
阅读次数:
834
TP与TN都是分对了情况,TP是正类,TN是负类。则推断出,FP是把错的分成了对的,而FN则是把对的分成了错的。 【举例】一个班里有男女生,我们来进行分类,把女生看成正类,男生看成是负类。我们可以用混淆矩阵来描述TP、TN、FP、FN。 准确率:accuracy_score 所有的预测正确(正类负类 ...
分类:
其他好文 时间:
2019-02-23 19:29:11
阅读次数:
209
布局代码 <! android:background="@drawable/btnselector" 后台代码 import android.app.Activity; import android.content.Intent; import android.os.Bundle; import a ...
分类:
移动开发 时间:
2019-02-11 23:57:35
阅读次数:
262
问题 F: Lost Cows 题目描述 N (2 <= N <= 8,000) cows have unique brands in the range 1..N. In a spectacular display of poor judgment, they visited the neighb ...
分类:
其他好文 时间:
2019-02-11 22:48:05
阅读次数:
368
Unity JobSystem FairyGui JobSystem FairyGui GoLang Beego Gin Beego Gin Java 核心知识点 Java的类加载机制 JVM相关:JVM内存模型和结构,GC原理,性能调优 泛型 集合体系 异常体系 IO体系 多线程编程 反射 Ser ...
分类:
其他好文 时间:
2019-02-08 01:08:40
阅读次数:
151
基础命令学习目录首页 dd指令使用 语法格式dd [option] dd指令选项详解 if=file:输入文件名,缺省为标准输入 of=file:输出文件名,缺省为标准输出ibs=bytes:一次读入 bytes 个字节(即一个块大小为 bytes 个字节)obs=bytes:一次写 bytes 个 ...
分类:
其他好文 时间:
2019-02-06 13:13:29
阅读次数:
207
xlistview_footer.xml xlistview_header.xml anim/loadmore.xml 效果: ...
分类:
其他好文 时间:
2019-01-31 16:54:31
阅读次数:
115
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), r... ...
分类:
其他好文 时间:
2019-01-30 15:46:16
阅读次数:
124
1、pull镜像 docker pull mondain/red5 2、启动原版red5 docker run --name red5 -d -p 5080:5080 -p 1935:1935 mondain/red5 3、使用OBS进行推流 https://blog.csdn.net/wk3137 ...
分类:
其他好文 时间:
2019-01-23 22:12:43
阅读次数:
414
需要的文件为:deploy.prototxt caffemodel import caffeimport numpy as nproot='/home/xxx/' #根目录deploy=root + 'mnist/deploy.prototxt' #deploy文件caffe_model=root ...
分类:
其他好文 时间:
2019-01-17 17:52:20
阅读次数:
211