码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
显示信息echo
echo命令结果和echo文本字符串在同一行显示,实现如下:只需要加-n参数即可[root@localhost~]#cat1.sh#!/bin/bash#Thisscriptdisplaysthedateandwho‘sloggedonechoThetimeanddateare:dateechoLet‘sseewho‘sloggedintothesystem:who*******************************************..
分类:其他好文   时间:2014-11-06 17:48:15    阅读次数:136
Quality of Service (QoS) in LTE
Background: Why we need QoS ?There are premium subscribers who always want to have better user experience on their 4G LTE device. These users are will...
分类:其他好文   时间:2014-11-05 19:02:09    阅读次数:527
很酷的时钟 (跟随鼠标飘动的双层时钟!)
很酷的时钟-石家庄编导培训-石家庄化妆培训Hi Guys this is amazing.I do not know who wrote this HTML code.Asoka Liyanage.
分类:其他好文   时间:2014-11-05 12:44:24    阅读次数:238
Linux_shell comm
希望编写一个程序,当其他用户登录系统或者注销时通知你。需要用到的命令:who, sort, commshell code 1 who | sort > prev 2 while true ; do 3 sleep 60 4 who | sort > curr 5 echo "...
分类:系统相关   时间:2014-11-04 22:33:07    阅读次数:310
HDU 4283 You are the one
传送门Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show....
分类:其他好文   时间:2014-11-02 22:19:42    阅读次数:169
js this
先上demo,在实际开发的时候,发现this的时候,就会心一斗,为了把这个this弄清楚,查了一些资料,用最简单的一句话就是当前调用对象是who,那么这个this就是who在第一个show方法中,首先我们定义的name 是属于window的,方法show也是属于window的,所以在调用show的时...
分类:Web程序   时间:2014-10-30 00:00:49    阅读次数:242
UVA 11889-Benefit(数学_快速枚举因子)
Recently Yaghoub is playing a new trick to sell some more. When somebody gives him A Tomans, he who never has appropriate changes, asks for B Tomans such that lowest common multiple of A and B equal...
分类:其他好文   时间:2014-10-29 21:35:13    阅读次数:253
ural 1907 Coffee and Buns
1907. Coffee and BunsTime limit: 1.0 secondMemory limit: 64 MBPlanet Ataraxia is known for its education centers. The people who are expected to take ...
分类:其他好文   时间:2014-10-28 21:18:29    阅读次数:318
组合模式
组合模式描述了如何将容器对象和叶子对象进行递归组合,使得用户在使用时无须对它们进行区分,可以一致地对待容器对象和叶子对象,这就是组合模式的模式动机。 1、模式定义 组合模式(Composite Pattern):组合多个对象形成树形结构以表示“整体-部分”的结构层次。组合模式对单个对象(即叶子对象)和组合对象(即容器对象)的使用具有一致性。 组合模式又可以称为“整体-部分”(Part-Who...
分类:其他好文   时间:2014-10-27 21:25:22    阅读次数:180
NYIST 489 哭泣天使
哭泣天使时间限制:1000 ms | 内存限制:65535 KB难度:5描述Doctor Who乘着Tardis带着Amy来到了一个星球,一开Tadis大门,发现这个星球上有个壮观的石像群,全是一些天使石像,有的石像在哭泣,有的石像像在微笑,共有m行n列,Doctor用“音速起子”扫描了一下整个.....
分类:其他好文   时间:2014-10-24 14:15:11    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!