码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
读后:Large Motion Video Super-Resolution with Dual Subnet and Multi-Stage Communicated Upsampling
https://www.semion.io/doc/large-motion-video-super-resolution-with-dual-subnet-and-multi-stage-communicated-upsampling https://arxiv.org/pdf/2103.1174 ...
分类:Web程序   时间:2021-06-18 19:23:27    阅读次数:0
shell脚本退出当前用户
一个新的需求,需要在shell脚本中退出当前登录用户 方式一 #!/bin/bash I=$(tty |awk -F '/dev/' '{print $2}') pkill -kill -t $I 方式二 #!/bin/bash I=$(who am i|awk '{print $2}') pkil ...
分类:系统相关   时间:2021-06-11 17:45:51    阅读次数:0
who 命令显示关于当前在本地系统上的所有用户的信息
who 命令显示关于当前在本地系统上的所有用户的信息。显示以下内容:登录名、tty、登录日期和时间。输入whoami 显示您的登录名、tty、您登录的日期和时间。如果用户是从一个远程机器登录的,那么该机器的主机名也会被显示出来。 who 命令也能显示自从线路活动发生以来经过的时间、命令解释器(she ...
分类:其他好文   时间:2021-06-08 22:30:56    阅读次数:0
shell script
#ping whole local domainfor ip in {1..255};do ping -c 3 192.168.110.$ip >> ping.log;done grep '3 ttl' ping.log |awk '{print $4}' | sed 's\:\\g' |while ...
分类:系统相关   时间:2021-06-02 20:19:59    阅读次数:0
《史蒂夫·乔布斯传》
Here’s to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They’re ...
分类:其他好文   时间:2021-05-24 16:46:31    阅读次数:0
联合体结合位域使用技巧
偶然在代码中看到这样一个定义: typedef union { unsigned char byte; /**< the whole byte */ struct { unsigned int retain : 1; /**< retained flag bit */ unsigned int qo ...
分类:其他好文   时间:2021-05-24 16:41:35    阅读次数:0
Ibex 处理器架构简介
Ibex 是什么? Ibex was initially developed as part of the PULP platform under the name "Zero-riscy", and has been contributed to lowRISC who maintains it ...
分类:其他好文   时间:2021-05-23 23:32:05    阅读次数:0
shell脚本案例。
11、题目要求 写一个脚本实现如下功能: 输入一个数字,然后运行对应的一个命令。 显示命令如下: *cmd meau** 1 - date 2 - ls 3 - who 4 - pwd 当输入1时,会运行date, 输入2时运行ls, 以此类推。 核心要点 case判断 参考答案 #!/bin/ba ...
分类:系统相关   时间:2021-04-29 12:01:03    阅读次数:0
【事件类】雅思口语
【事件】 bike trip Describe an unforgettable bike trip you had You should say: When and where you had the trip Who you went with Why you had the trip by b ...
分类:其他好文   时间:2021-04-21 12:57:26    阅读次数:0
IDEA SpotBugs代码安全审计插件
IDEA SpotBugs代码安全审计插件 在寻找idea代码审计插件的时候,发现Findbugs已经停止更新,无法在idea2020.01版本运行,由此找到SpotBugs SpotBugs介绍 SpotBugs是Findbugs的继任者(Findbugs已经于2016年后不再维护),用于对代码进 ...
分类:其他好文   时间:2021-04-20 14:34:02    阅读次数:0
2492条   1 2 3 4 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!