Linux显示目前与过去登入系统的用户相关信息
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ last
youhaido pts/0 :0 Sat Jan 24 18:45 still logged in
youhaido pts/0 :0 Sat Ja...
分类:
系统相关 时间:
2015-01-24 20:07:32
阅读次数:
255
#who 或者 #w 展示所有登录到当前系统的用户信息#who am i 展示真是用户信息#whoami 展示登陆系统的用户名例如 :登陆用户和真实用户一致#whoamiroot#who am iroot pts/3 oct 23 12:17 (:0.0)登陆用户和真实用户不一致#whoamicic...
分类:
系统相关 时间:
2015-01-22 01:41:20
阅读次数:
209
v_rescale_q用于计算Packet的PTS。av_rescale_q的返回值是一个很大的整数,且每次计算的结果间隔很大。不同于avcodec_encode_video改变AVCodecContext *avctx的pts(小整数,且间隔小)。av_rescale_q(a,b,c)是用来把时间...
分类:
其他好文 时间:
2015-01-20 20:02:20
阅读次数:
705
常规篇: 首先,用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/...
分类:
Web程序 时间:
2015-01-19 20:33:31
阅读次数:
270
【用户管理】查看用户登入信息 ㈠ 查看当前在线的所有用户[plain][root@Rocky ~]# who root :0 2013-03-18 13:31 root pts/1 2013-03-18 18:48 (:0.0) root pts/2 2013-0...
分类:
其他好文 时间:
2015-01-19 09:06:52
阅读次数:
214
Linux常用命令 -- screen打开一个screen$screen 这时在机器上就会存在一个screen,这个screen会被以默认的方式命名:$screen -ls There is a screen on: 4087.pts-5.jackson-virtual-...
分类:
系统相关 时间:
2015-01-11 19:10:02
阅读次数:
255
1、安装
root@pts/0 # yum -y install memcached
2、启动服务
root@pts/0 # /etc/init.d/memcached start
3、配置文件
root@pts/0 # vim /etc/sysconfig/memcached 安装目录:
/usr...
分类:
系统相关 时间:
2015-01-05 21:49:31
阅读次数:
194
元素控件 尺寸(pts) Window(含状态栏) 320 x 480 Status Bar的高度 ...
分类:
移动开发 时间:
2015-01-05 18:15:21
阅读次数:
171
基本概念:I frame :帧内编码帧 又称intra picture,I 帧通常是每个 GOP(MPEG 所使用的一种视频压缩技术)的第一个帧,经过适度地压缩,做为随机访问的参考点,可以当成图象。I帧可以看成是一个图像经过压缩后的产物。P frame: 前向预测编码帧 又称predictive-f...
分类:
其他好文 时间:
2014-12-31 12:57:40
阅读次数:
444
首先,用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/0 00:...
分类:
系统相关 时间:
2014-12-30 16:45:23
阅读次数:
463