cd \cd D:\Projects_Face_Detection\Datasets\afwd:dir /b/s/p/w *jpg > Path_Images.txt1.ground_truth矩阵转pts文件shape = phisTr;for i = 1:1345 imgpathlistf...
分类:
其他好文 时间:
2015-07-27 20:53:55
阅读次数:
204
通俗简介:screen 简单应用:screen myprogram // 通过screen启动一个程序
ctr+a 然后再按一下 d // 使程序在后台运行,即detach
screen -ls // 列出在screen后台运行的程序,以及ID(例如4491.pts-2.localhost)
screen -r ID // 恢复运行程序到termina...
分类:
系统相关 时间:
2015-07-27 19:12:25
阅读次数:
952
我们在做安全的时候经常会限制一些可以使用ssh登陆的ip地址,这一点我觉得很有必要。这里我写了一个监控登陆地址的脚本#!/bin/bash
iplist=$(w|awk‘NR!=1&&NR!=2&&/pts/||/pty/{print$3}‘)
flag=0
foripin$iplist
do
if[$ip=‘180.168.*.*‘]||echo$ip|grep-q‘19..
分类:
移动开发 时间:
2015-07-21 15:27:19
阅读次数:
193
以下程序的输出结果
#include
void main()
{
char * ptr="hello";
char str[]="hello";
printf("sizeof(pts) is %d\n", sizeof(ptr));//这里输出指针的大小
printf("sizeof(str) is %d\n", sizeof(str));//这里输出整个st...
分类:
编程语言 时间:
2015-06-29 10:00:44
阅读次数:
133
常规篇: 首先,用ps查看进程,方法如下:$ ps -ef……smx 1822 1 0 11:38 ? 00:00:49 gnome-terminalsmx 1823 1822 0 11:38 ? 00:00:00 gnome-pty-helpersmx 1824 1822 0 11:38 pts/...
分类:
系统相关 时间:
2015-06-26 01:41:21
阅读次数:
189
基本概念: I frame :帧内编码帧 又称intra picture,I 帧通常是每个 GOP(MPEG 所使用的一种视频压缩技术)的第一个帧,经过适度地压缩,做为随机访问的参考点,可以当成图象。I帧可以看成是一个图像经过压缩后...
分类:
其他好文 时间:
2015-06-17 20:08:28
阅读次数:
198
已经尽力了。继续深入压缩代码的方法肯定很诡异了。参考了基于高级一些的Mathematica下的办法:list=Table[Manipulate[With[{p=Rest@pts,pt=First@pts},Graphics[{If[testpoint[p,pt],Pink,Cyan],Polygon@p},PlotRange->3 {{-1,1},{-1,1}},ImageSize->{380,41...
分类:
编程语言 时间:
2015-06-12 01:02:46
阅读次数:
192
常规篇: 首先,用ps查看进程,方法如下:$ ps -ef……smx 1822 1 0 11:38 ? 00:00:49 gnome-terminalsmx 1823 1822 0 11:38 ? 00:00:00 gnome-pty-helpersmx 1824 1822 0 11:38 pts/...
分类:
系统相关 时间:
2015-06-06 12:00:43
阅读次数:
245
centos6.6挂载ntfs分区后,在ntfs分区上建立虚拟机:virt-install--name=centos6.5--ram=1024--vcpus=2-fcentos6.5.raw-s20-l/media/data/iso/CentOS-6.6-x86_64-bin-DVD1.iso时报错:ERRORinternalerrorprocessexitedwhileconnectingtomonitor:chardeviceredirectedto/dev/pts..
分类:
其他好文 时间:
2015-06-01 01:03:03
阅读次数:
428
元素控件尺寸(pts)Window(含状态栏)320 x 480Status Bar的高度20Navigation Bar的高度44含Prompt的Navigation Bar的高度74Navigation Bar的图标20×20(透明的png)Tool Bar的高度44Tool Bar的图标20×...
分类:
移动开发 时间:
2015-05-26 18:32:04
阅读次数:
200