码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
183. Customers Who Never Order
...
分类:其他好文   时间:2016-08-28 12:32:08    阅读次数:187
Linux第三周作业
1、列出当前系统上所有已经登录的用户的用户名,注意:同一个用户登录多次,则只显示一次即可。[yu@bogon~]$who|cut-d‘‘-f1|sort|uniq2、取出最后登录到当前系统的用户的相关信息。[yu@bogon~]$who|tail-13、取出当前系统上被用户当作其默认shell的最多的那个shell。[yu@bogon~..
分类:系统相关   时间:2016-08-27 23:40:19    阅读次数:209
马哥linux第三周作业---基本班
1、列出当前系统上所有已经登陆的用户的用户名,注意:同一个用户登陆多次,则显示一次即可。who|cut-d‘‘-f1|sort|uniq2、取出最后登陆到当前系统的用户的相关信息w|tail-n1或者who|tail-n13、取出当前系统上被用户当做其默认shell的最多的那个shellcat/etc/passwd|awk-F‘:‘‘{p..
分类:系统相关   时间:2016-08-26 23:12:11    阅读次数:451
让linux history命令显示命令的执行时间、在哪个机器执行的这个命令
1.在/etc/profile的最后添加如下部分:USER_IP=`who-uami2>/dev/null|awk‘{print$NF}‘|sed-e‘s/[()]//g‘`exportHISTTIMEFORMAT="[%F%T][`whoami`][${USER_IP}]"2.source/etc/profile3.随便执行一下什么命令,4.执行history,看效果:311[2013-08-2814:39:20][root][192.168...
分类:系统相关   时间:2016-08-25 21:58:36    阅读次数:202
INFORMATICA 的调优之一 源数据的优化
5W1H法来实现源数据的优化 做数据仓库项目的朋友都能感到数据质量和数据抽取展现的性能是整个数据仓库项目的重点。下面谈谈我在DW项目中处理源数据质量问题的5W1H方法。 5W : WHO ,WHAT,WHY,WHEN,WHERE WHO:(谁来对源数据负责) ETL抽取的数据各种各样,有些是按业务, ...
分类:其他好文   时间:2016-08-24 17:14:42    阅读次数:144
Activity回传值报错:Failure delivering result ResultInfo{who=null,request=7,result = 0,data=null}
Activity A 值 > Activity B 值 > Activity A 场景:当A跳转到B,再从B直接点击返回按钮时,报错。 package com.itheima.smsSender; import android.os.Bundle; import android.telephony. ...
分类:其他好文   时间:2016-08-24 01:06:59    阅读次数:517
暑假练习赛 007 E - Pairs
E - Pairs Description standard input/outputStatements In the secret book of ACM, it’s said: “Glory for those who write short ICPC problems. May they l ...
分类:其他好文   时间:2016-08-23 23:19:24    阅读次数:235
Think different
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 ...
分类:其他好文   时间:2016-08-23 01:34:38    阅读次数:145
马哥2016全新Linux+Python高端运维班第三周作业作答
马哥2016全新Linux+Python高端运维班第三周作业 1、列出当前系统上所有已经登录的用户的用户名,注意:同一个用户登录多次,则只显示一次即可。 [root@localhost~]#who|awk‘{print$1$NF}‘|uniq-d [root@localhost~]#who yicx:02016-08-2220:27(:0) rootpts/02016-08-2220:2..
分类:编程语言   时间:2016-08-22 23:42:55    阅读次数:249
elasticSearch indices VS type
https://www.elastic.co/blog/index-vs-type Who has never wondered whether new data should be put into a new type of an existing index, or into a new in ...
分类:其他好文   时间:2016-08-22 19:54:13    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!