码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
leetcode 183: Customers Who Never Order
题目描述: Suppose that a website contains two tables, the Customers table and the Orders table. Write a SQL query to find all customers who never order anything. Table: Customers. +----+-------+ |...
分类:其他好文   时间:2015-02-04 00:54:11    阅读次数:155
1006. Sign In and Sign Out
1006. Sign In and Sign Out (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the first person who signs in ...
分类:其他好文   时间:2015-02-03 14:46:08    阅读次数:130
20条Linux命令面试问答
问:1 如何查看当前的Linux服务器的运行级别?答: ‘who -r’ 和 ‘runlevel’ 命令可以用来查看当前的Linux服务器的运行级别。问:2 如何查看Linux的默认网关?答: 用 “route -n” 和 “netstat -nr” 命令,我们可以查看默认网关。除了默认的网关信息,...
分类:系统相关   时间:2015-02-03 10:48:34    阅读次数:226
YT14-HDU-James跳桥
Problem Description Once again, James Bond is fleeing from some evil people who want to see him dead. Fortunately, he has left a bungee rope on a nearby highway bridge which he can use to escape fr...
分类:其他好文   时间:2015-02-03 09:34:02    阅读次数:181
poj1012 Joseph
Time Limit:1000MSMemory Limit:10000KTotal Submissions:48916Accepted:18476DescriptionThe Joseph's problem is notoriously known. For those who are not f...
分类:其他好文   时间:2015-02-02 00:29:56    阅读次数:201
【leetcode SQL】Customers Who Never Order
Suppose that a website contains two tables, the Customers table and the Orders table. Write a SQL query to find all customers who never order anything. Table: Customers. +----+-------+ | Id | Na...
分类:数据库   时间:2015-02-01 23:24:12    阅读次数:436
linux用户配置和用户权限
一、查看用户:(1)在终端里.输入:cat /etc/passwd,查看/etc/passwd文件就行了.(2)看第三个参数:500以上的,就是后面建的用户了.其它则为系统的用户.查看当前在线用户w 或者 who -aUSER TTY FROM LOGIN@ IDLE JCPU PCPU WHATc...
分类:系统相关   时间:2015-02-01 17:23:53    阅读次数:256
Golang 简单的启用一个线程
//?code?by?shaoyongyang package?main import?( ????"fmt" ????"time" ) func?say(s?string)?{ ????fmt.Println(s) } func?main()?{ ????go?say("who?are?you?") ????go?s...
分类:编程语言   时间:2015-02-01 02:03:55    阅读次数:500
python出输出字符串方式:
python出输出字符串方式:>>> who='knights'>>> what='NI'>>> print ('we are the',who,'wha say',what,what,what,what)we are the knights wha say NI NI NI NI>>> print...
分类:编程语言   时间:2015-01-31 19:13:47    阅读次数:192
(hdu step 1.3.8)Who's in the Middle(排序)
题目:Who's in the MiddleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2938 Accepted Submission(s): 1109 Problem DescriptionFJ is surveying his herd...
分类:编程语言   时间:2015-01-29 22:38:26    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!