常用的系统命令 pwd: 输出当前所在目录 hostname: 输出本机名称 whoami: 输出登录名 who:显示登录在系统中的用户 w: 显示登录在系统中的用户没检查他们登录情况,以及处理器使用情况 last:显示登录过此系统用户的历史登录情况 uptime:显示自上次启动到现在机器运行的总时 ...
分类:
系统相关 时间:
2019-02-12 11:37:51
阅读次数:
205
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
支持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
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
基础命令学习目录首页 原文链接:https://wtj6891.iteye.com/blog/2096076 groupadd创建组群 使用groupadd命令可以在系统中创建组群账户 语法: groupadd[选项][组群名] groupadd命令选项含义 选项 含义 示例: 创建组群china ...
分类:
其他好文 时间:
2019-02-05 13:08:39
阅读次数:
484
layout: post title: 训练指南 UVA 11419(二分图最小覆盖数) author: "luowentaoaa" catalog: true mathjax: true tags: 二分图 最小点覆盖 图论 训练指南 SAM I AM "UVA 11419 " 题目大意:给出一个 ...
分类:
其他好文 时间:
2019-02-04 23:16:09
阅读次数:
227
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
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
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
题目:Who Gets the Most Candies? 链接:http://poj.org/problem?id=2886 分析: 1)这是一个约瑟夫环,关键在于如何定位下一个位置。如同楼层没有0层一样,针对card需要分正负讨论,计算出在新环中下一个离开的位置k。 2)求出k在原环中的位置。采 ...
分类:
其他好文 时间:
2019-02-02 10:22:07
阅读次数:
197