二、相关工作 The traditional video surveillance systems [6] are mainly designed for the offline analysis of the recorded video streams as well as significan ...
分类:
其他好文 时间:
2020-01-31 13:56:03
阅读次数:
83
Android中提供了Intent机制来协助应用间的交互与通讯,Intent负责对应用中一次操作的动作、动作涉及数据、附加数据进行描述,Android则根据此Intent的描述,负责找到对应的组件,将 Intent传递给调用的组件,并完成组件的调用。Intent不仅可用于应用程序之间,也可用于应用程 ...
分类:
移动开发 时间:
2020-01-31 00:59:41
阅读次数:
97
一、用ssh 带密钥文件登录时候,发生以下报错 [root@99cloud1 ~]# ssh -i hz-keypair-demo.pem centos@172.16.17.104The authenticity of host '172.16.17.104 (172.16.17.104)' can ...
分类:
其他好文 时间:
2020-01-30 21:13:26
阅读次数:
140
题目 :https://leetcode cn.com/problems/combinations/submissions/ 给定两个整数 n 和 k,返回 1 ... n 中所有可能的 k 个数的组合。 样例输入与输出 : 输入: n = 4, k = 2 输出: [ [2,4], [3,4], ...
分类:
其他好文 时间:
2020-01-30 19:29:16
阅读次数:
86
linux报错 bash: ./xx.sh: Permission denied 1. 在linux下执行sh文件时提示: bash: ./xx.sh: Permission denied 1. 进行授权: chmod 777 xx.sh 1. Linux chmod +755和chmod +777 ...
分类:
系统相关 时间:
2020-01-30 14:11:34
阅读次数:
89
需要配置以下三个bean @Bean public LifecycleBeanPostProcessor lifecycleBeanPostProcessor(){ return new LifecycleBeanPostProcessor(); } @Bean public DefaultAdvi ...
分类:
其他好文 时间:
2020-01-28 15:43:09
阅读次数:
149
sqoop安装完毕后,还需要一些坑爹的配置,此处瑾纪录下过程以及遇到过的麻烦: 1.下载sqoop并加mysql驱动包 http://mirror.bit.edu.cn/apache/sqoop/,下载,如下载sqoop-1.4.7.bin__hadoop-2.6.0.tar.gz, 将mysql( ...
分类:
其他好文 时间:
2020-01-25 20:49:13
阅读次数:
103
http://acm.hdu.edu.cn/showproblem.php?pid=3511 题意: 给出n个相离或包含的圆,问最里层的圆是第几层 竖着的扫描线与圆在最左侧相切时 1、线在圆的上方或下方无交点,则该圆在第1层 2、线在圆的上下方都有交点,且上下方的交点属于同一个圆C,则该圆在圆C的里 ...
分类:
其他好文 时间:
2020-01-18 19:21:04
阅读次数:
79
记录LINUX7上午模拟考试题目与答案,文章题目与实际考试题目可能有所不同,不过考点基本一致 ...
分类:
系统相关 时间:
2020-01-13 16:08:10
阅读次数:
98