Description Pari has a friend who loves palindrome numbers. A palindrome number is a number that reads the same forward or backward. For example 12321 ...
分类:
其他好文 时间:
2016-07-09 16:24:37
阅读次数:
137
术语Guru,古鲁Guru is a Sanskrit term that connotes someone who is a “teacher, guide , expert or master” of certain knowledge or field.law of demeter,得墨特尔法则得墨忒耳定律(Law of Demeter,缩写LoD)亦称为“最少知识原则(Principle o...
分类:
其他好文 时间:
2016-07-08 11:54:13
阅读次数:
257
Diligence is the mother of good fortune. 勤勉是好运之母。 The mother of good fortune can be diligence, continuous trials and unremitting efforts. But who is t ...
分类:
其他好文 时间:
2016-07-06 23:10:57
阅读次数:
152
LeetCode 第 292 题 (Nim Game)
You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who remov...
分类:
其他好文 时间:
2016-07-06 15:15:23
阅读次数:
157
This post collect all of Foxwell GT80 / GT80 Plus questions and engineer answers from foxwellshop customers, hope it enlighten others who are interest ...
分类:
其他好文 时间:
2016-07-06 14:58:10
阅读次数:
491
This post collect all of Foxwell GT80 / GT80 Plus questions and engineer answers from foxwellshop customers, hope it enlighten others who are interest ...
分类:
其他好文 时间:
2016-07-06 14:54:48
阅读次数:
186
1、列出当前系统上所有已经登录的用户的用户名,注意:同一个用户登录多次,则只显示一次即可。[sihua@localhost~]$who|cut-d‘‘-f1|uniq
root
sihua2、取出最后登录到当前系统的用户的相关信息。[sihua@localhost~]$w|tail-1|awk‘{print$1}‘|id
uid=500(sihua)gid=500(sihua)gr..
分类:
系统相关 时间:
2016-07-05 22:39:45
阅读次数:
350
Repository size limits By Justen Stepka, Product Manager on May 30, 2014 In order to improve and maintain the overall performance for everyone who use ...
分类:
其他好文 时间:
2016-07-04 20:33:46
阅读次数:
163
linux下查看当前用户的 三个命令 1,whoami; 2,id -un; 3,who -H 可以列出当前所有的 NAME (用户名) LINE (窗口列表) TIME(开启时间) COMMENT(目录层次) (注:who 显示当前在线用户,加-H显示上边红字一栏,并且与下边信息对应) 比如: [ ...
分类:
系统相关 时间:
2016-07-04 20:31:57
阅读次数:
162
CA Loves GCD Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Problem Description CA is a fine comrade who loves the ...
分类:
其他好文 时间:
2016-07-02 19:00:41
阅读次数:
182