码迷,mamicode.com
首页 >  
搜索关键字:who am i    ( 4395个结果
Linux系统命令
常用的系统命令 pwd: 输出当前所在目录 hostname: 输出本机名称 whoami: 输出登录名 who:显示登录在系统中的用户 w: 显示登录在系统中的用户没检查他们登录情况,以及处理器使用情况 last:显示登录过此系统用户的历史登录情况 uptime:显示自上次启动到现在机器运行的总时 ...
分类:系统相关   时间:2019-02-12 11:37:51    阅读次数:205
Linux shell Bash的基本功能3 多命令与管道符
1、多命令顺序执行 ; 命令1;命令2 多个命令顺序执行,命令之间没有任何逻辑联系 && 命令1&&命令2 逻辑与,当命令1正确执行,才会执行命令2 || 命令1||命令2 逻辑或,当命令1执行不正确,才会执行命令2 例如: ls;date;cd /home/lsx;pwd;who dd if=输入 ...
分类:系统相关   时间:2019-02-12 00:09:01    阅读次数:220
前端框架amaze ui
支持jquery、react 支持web、移动端 http://t.amazeui.org/#/docs/getting-started?_k=syk56p http://dingtalk.amazeui.org/#/react/getting-started?_k=z5q0b1 http://am ...
分类:其他好文   时间:2019-02-11 01:19:00    阅读次数:608
UVA11556 Best Compression Ever【位运算】
Being educated in Computer Science and Mathematics is not always easy. Especially not if you have “friends” who repeatedly insist on showing you their ...
分类:其他好文   时间:2019-02-10 09:39:32    阅读次数:140
groupadd命令详解
基础命令学习目录首页 原文链接:https://wtj6891.iteye.com/blog/2096076 groupadd创建组群 使用groupadd命令可以在系统中创建组群账户 语法: groupadd[选项][组群名] groupadd命令选项含义 选项 含义 示例: 创建组群china ...
分类:其他好文   时间:2019-02-05 13:08:39    阅读次数:484
训练指南 UVA - 11419(二分图最小覆盖数)
layout: post title: 训练指南 UVA 11419(二分图最小覆盖数) author: "luowentaoaa" catalog: true mathjax: true tags: 二分图 最小点覆盖 图论 训练指南 SAM I AM "UVA 11419 " 题目大意:给出一个 ...
分类:其他好文   时间:2019-02-04 23:16:09    阅读次数:227
POJ2253:Frogger(改造Dijkstra)
Frogger 题目链接:http://poj.org/problem?id=2253 Description: Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who ...
分类:其他好文   时间:2019-02-04 20:57:50    阅读次数:148
Coach Shane's Daily English Dictation 1-4
1.Mother Teresa, who received a Nobel Peace Prize for her work on behalf of the poor dies in Calcutta, India--she was 87 years old. note: 1.on 读做/?n/ ...
分类:其他好文   时间:2019-02-04 12:54:59    阅读次数:362
1039 Course List for Student(字符串哈希)
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 ...
分类:其他好文   时间:2019-02-03 19:43:54    阅读次数:161
[POJ2886]Who Gets the Most Candies?
题目:Who Gets the Most Candies? 链接:http://poj.org/problem?id=2886 分析: 1)这是一个约瑟夫环,关键在于如何定位下一个位置。如同楼层没有0层一样,针对card需要分正负讨论,计算出在新环中下一个离开的位置k。 2)求出k在原环中的位置。采 ...
分类:其他好文   时间:2019-02-02 10:22:07    阅读次数:197
4395条   上一页 1 ... 70 71 72 73 74 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!