码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
linux查看用户登录信息2-who命令
who命令与w命令相似,但要比w命令显示更加详细的信息。[root@rusky opt]# man who WHO(1) User Commands WHO(1)NAME who - s...
分类:系统相关   时间:2014-12-31 18:00:49    阅读次数:176
poj 2886 Who Gets the Most Candies? (线段树单点更新应用)
poj 2886 Who Gets the Most Candies? Description N children are sitting in a circle to play a game. The children are numbered from 1 to N in clockwise order. Each of them has a card with ...
分类:其他好文   时间:2014-12-30 23:42:05    阅读次数:310
c/c++常用网址
个人主页Dennis Ritchie's home pagehttp://cm.bell-labs.com/cm/cs/who/dmr/index.htmlBrian Kernighan's home pagehttp://cm.bell-labs.com/cm/cs/who/bwk/index.h...
分类:编程语言   时间:2014-12-28 22:08:35    阅读次数:317
(中等) POJ 2886 Who Gets the Most Candies? , 反素数+线段树。
Description Nchildren are sitting in a circle to play a game. The children are numbered from 1 toNin clockwise order. Each of them has a card with a.....
分类:其他好文   时间:2014-12-28 15:33:01    阅读次数:291
Lua 关于"."与":"号的用法区别
"."的用法: TSprite = { x = 0, y = 0, } function TSprite.setPosition(m, x ,y) m.x = x; m.y = y end local who =...
分类:其他好文   时间:2014-12-26 12:52:18    阅读次数:95
MATLAB图像处理——学习笔记
1. matlab命令基础: clc——清除窗口 clear——清除之前赋值过的变量 disp——打印信息,相当于echo celldisp——打印元胞数组内容 who——简单的显示当前已有变量 whos——显示所有变量及详细内容 whos也可以指定显示某个变量 tan/sin/cos/log ——各种数学运算...
分类:其他好文   时间:2014-12-25 16:22:55    阅读次数:370
Linux下的权限 chomd
chmod [options] mode files 只能文件属主或特权用户才能使用该功能来改变文件存取模式。mode可以是数字形式或以who opcode permission形式表示。who是可选的,默认是a(所有用户)。只能选择一个opcode(操作码)。可指定多个mode,以逗号分开。 options: -c,--changes ...
分类:系统相关   时间:2014-12-25 13:07:24    阅读次数:135
ocp 1Z0-051 141题---感觉有问题
141. View the Exhibit and examine the structure of CUSTOMERS and GRADES tables.You need to display names and grades of customers who have the highest ...
分类:其他好文   时间:2014-12-23 17:20:31    阅读次数:214
第4章 管道与FIFO
4.1 概述管道只在亲缘进程间使用,FIFO在任意进程间使用4.2 管道#include int pipe(int fd[2])fd[0]用来读管道,fd[1]用来写管道1)命令who|sort|lp中的管道:2)管道实现文件服务器与客户端:#include #include #include #i...
分类:其他好文   时间:2014-12-22 21:18:47    阅读次数:195
逛自己的微博,回顾曾经的那个“我”
今天下午做了一件非常无聊的事情——逛了一下午自己的微博。我是2010年07月30日加入的微博,如今已经4年多了,写了将近1.7k+条微博(今天删了许多)。我很早就是个微博控,无论大小事都喜欢在微博上说,当时没什么followers,就是自己说给自己听。今天回顾以前的自己,却意外发现了很多有趣的事情,感觉自己在慢慢的、细微的变化着、成长着……我的第一条微博是“He knows most who sp...
分类:其他好文   时间:2014-12-21 23:39:52    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!