上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 84 下一页
摘要: Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ... 阅读全文
posted @ 2015-02-05 14:28 穆穆兔兔 阅读(300) 评论(0) 推荐(0)
摘要: 邮件协议需要配置client 端 和 server 端,在linux redhat 下client 端: 使用linux 自带的Evolution,2.12.3, 主要配置在preferrence 下server 端: 启动 sendmail 作为服务器,供收发使用http://blog.csdn... 阅读全文
posted @ 2015-02-03 17:11 穆穆兔兔 阅读(382) 评论(0) 推荐(0)
摘要: 转载http://coolshell.cn/articles/12103.html在知乎上,有个人问了这样的一个问题——为什么vfork的子进程里用return,整个程序会挂掉,而且exit()不会?并给出了如下的代码,下面的代码一运行就挂掉了,但如果把子进程的return改成exit(0)就没事。... 阅读全文
posted @ 2015-02-03 10:57 穆穆兔兔 阅读(310) 评论(0) 推荐(0)
摘要: Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The... 阅读全文
posted @ 2015-01-28 13:44 穆穆兔兔 阅读(248) 评论(0) 推荐(0)
摘要: Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i... 阅读全文
posted @ 2015-01-27 14:56 穆穆兔兔 阅读(226) 评论(0) 推荐(0)
摘要: Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ... 阅读全文
posted @ 2015-01-26 22:43 穆穆兔兔 阅读(201) 评论(0) 推荐(0)
摘要: Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are som... 阅读全文
posted @ 2015-01-26 19:06 穆穆兔兔 阅读(199) 评论(0) 推荐(0)
摘要: http://andrew913.iteye.com/blog/398648首先来介绍下apache的一个工具apxs。apxs是一个为Apache HTTP服务器编译和安装扩展模块的工具,用于编译一个或多个源程序或目标代码文件为动态共享对象,使之可以用由mod_so提供的LoadModule指令在... 阅读全文
posted @ 2015-01-26 15:01 穆穆兔兔 阅读(3074) 评论(0) 推荐(0)
摘要: The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo... 阅读全文
posted @ 2015-01-26 12:50 穆穆兔兔 阅读(233) 评论(0) 推荐(0)
摘要: 问题描述:字符序列的子序列是指从给定字符序列中随意地(不一定连续)去掉若干个字符(可能一个也不去掉)后所形成的字符序列。令给定的字符序列X=“x0,x1,…,xm-1”,序列Y=“y0,y1,…,yk-1”是X的子序列,存在X的一个严格递增下标序列,使得对所有的j=0,1,…,k-1,有xij=yj... 阅读全文
posted @ 2015-01-25 15:03 穆穆兔兔 阅读(2013) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 84 下一页