码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
谷歌将一些弱小的库从安卓代码移除Google Removes Vulnerable Library from Android
Google this week released the November 2018 set of security patches for its Android platform, which address tens of Critical and High severity vulnera ...
分类:移动开发   时间:2019-04-27 09:19:17    阅读次数:195
POJ2253(dijkstra堆优化)
https://vjudge.net/problem/POJ-2253 Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on anothe ...
分类:其他好文   时间:2019-04-27 00:37:02    阅读次数:221
Linux实操篇
一:用户管理、群组管理 增: 1、指定群组添加账户: groupadd test 创建test用户组useradd -g test(用户组) xiaoming(用户名) 创建user1用户 useradd -g test xiaozhang 创建user2用户 …… 创建多个用户 passwd xi ...
分类:系统相关   时间:2019-04-26 13:36:30    阅读次数:153
en-zh(科学技术)science and technology-2
研究:长期不吃早餐,患心脏病风险增加87% Skipping breakfast could raise risk of heart disease by 87% 研究:长期不吃早餐,患心脏病风险增加87% Skipping breakfast could raise risk of heart d ...
分类:其他好文   时间:2019-04-26 13:29:02    阅读次数:129
en-zh(社会问题)social problems-2
让屏幕代替父母陪孩子?世卫组织:这样是不对的! No sedentary screen time for babies, WHO says Babies and toddlers should not be left to passively watch TV or other screens, a ...
分类:其他好文   时间:2019-04-26 13:12:38    阅读次数:172
Linux 常用命令
1 常用简单命令 echo date reboot poweroff wget ps top pidof kill killall 2 系统状态检测命令 ifconfig uname -a uptime free -h who history sosreport 3 工作目录切换 pwd cd - ...
分类:系统相关   时间:2019-04-24 23:30:49    阅读次数:191
Liu Junqiao:生产环境中shell脚本实例
在生产环境中,我们时常要注意主机的各种硬件状态,如果是规模较大的服务集群zabbix等健康工具当然好用,如果只是一些小规模的服务主机,shell就会表现的更灵活,也更适用,今天就和大家分享一个系统巡检脚本! 脚本思路:因为监控的信息比较多,所以,用函数将这些功能分成4个模块、system() 系统信 ...
分类:系统相关   时间:2019-04-19 20:11:39    阅读次数:213
实用的shell脚本面试题和答案
1. 写一个shell脚本来得到当前的日期,时间,用户名和当前工作目录。 答案 : 输出用户名,当前日期和时间,以及当前工作目录的命令就是logname,date,who i am和pwd。 现在,创建一个名为userstats.sh文件,将下面的代码添加到它。 #!/bin/bash echo " ...
分类:系统相关   时间:2019-04-12 15:05:20    阅读次数:201
C - Heavy Transportation && B - Frogger(迪杰斯变形)
Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whe ...
分类:其他好文   时间:2019-04-12 13:22:39    阅读次数:153
L330 Black hole picture captured for first time in space ‘breakthrough’
Black hole picture captured for first time in space ‘breakthrough’ Astronomers have captured the first image of a black hole, heralding a revolution i ...
分类:其他好文   时间:2019-04-11 10:39:11    阅读次数:202
2492条   上一页 1 ... 37 38 39 40 41 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!