码迷,mamicode.com
首页 >  
搜索关键字:doctor who    ( 2627个结果
Linux 查看用户登录记录
有关用户登录的信息记录在 utmp(/var/run/utmp)、wtmp(/var/log/wtmp)、btmp(/var/log/btmp) 和 lastlog(/var/log/lastlog) 等文件。who、w 和 users 等命令通过 utmp(/var/run/utmp) 文件查询当...
分类:系统相关   时间:2015-05-11 19:54:06    阅读次数:158
HDU 2966 Aragorn's Story 树链剖分第一题 基础题
Problem DescriptionOur protagonist is the handsome human prince Aragorn comes from The Lord of the Rings. One day Aragorn finds a lot of enemies who w...
分类:其他好文   时间:2015-05-10 22:14:21    阅读次数:141
linux系统管理命令
系统与管理命令Users 和 Groups 类命令 users 重要程度:中 显示所有的登录的用户。这个命令与 who -q 基本一致。groups 重要程度:中 列出当前用户和他所属于的组。这相当于 $GROUPS 内部变量,但是这个命令将会给出组名字,而不是数字。chown,chgrp 重要程度:高 chown 命令将会修改一个或多个文件的所有权。对于 root 来说这是一种非常好...
分类:系统相关   时间:2015-05-10 11:31:35    阅读次数:212
1039. Course List for Student (25)
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each student who comes ...
分类:其他好文   时间:2015-05-10 06:21:45    阅读次数:178
1212 New Year Bonus Grant
Problem Description  All programmers of Mocrosoft software company are organized in a strict subordination hierarchy. Every programmer has exactly one chief, except Bill Hates who is also the head of t...
分类:其他好文   时间:2015-05-09 16:40:13    阅读次数:90
[POJ]_1775_Sum of Factorials
题目:DescriptionJohn von Neumann, b. Dec. 28, 1903, d. Feb. 8, 1957, was a Hungarian-American mathematician who made important contributions to the foun...
分类:其他好文   时间:2015-05-08 14:34:16    阅读次数:126
Linux终端及命令补充
whoami:打印有效用户ID who:显示登录系统的用户有哪些         who -r显示运行级别         who -H显示字段名称 w:显示谁已经登录,并且他们在干什么 last:显示/var/log/wtmp文件,显示用户登录历史及系统重启历史         -n #:显示最近#次的相关信息 lastb:/var/tmp/btmp,显...
分类:系统相关   时间:2015-05-08 09:29:17    阅读次数:182
SUN巡检命令
# hostname (主机名)# hostid# uname -X# uname -a# w (进程)# who# last# ps -eaf# /usr/ucb/ps -aux# prstat# ifconfig -a (IP地址)# netstat -nr# netstat -in# /usr...
分类:其他好文   时间:2015-05-06 16:43:23    阅读次数:143
Bone Collector--hdu2602(01背包)
Problem DescriptionMany years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , su...
分类:其他好文   时间:2015-05-04 20:04:55    阅读次数:205
The Guru Myth
The Guru MythRyan BrushANYONE WHO HAS WORKED iN SOFTWARE LONG ENOUGH has heard questions like this: I’m getting exception XYZ. Do you know what the problem is? Those asking the question rarely bother...
分类:其他好文   时间:2015-05-04 10:06:14    阅读次数:102
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!