Chinaunix首页 | 论坛 | 博客
  • 博客访问: 224419
  • 博文数量: 41
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 407
  • 用 户 组: 普通用户
  • 注册时间: 2013-06-27 13:42
文章分类

全部博文(41)

文章存档

2016年(1)

2015年(18)

2014年(22)

我的朋友

发布时间:2014-09-17 09:38:44

Interleaving String......【阅读全文】

阅读(1334) | 评论(0) | 转发(0)

发布时间:2014-09-17 09:36:59

Scramble String......【阅读全文】

阅读(1312) | 评论(0) | 转发(0)

发布时间:2014-09-16 17:27:04

Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete at most two transactions.Note:You may not engage in multiple transactions at the same time (ie, you must sell th.........【阅读全文】

阅读(1482) | 评论(0) | 转发(0)

发布时间:2014-09-16 15:57:01

A message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message containing digits, determine the total number of ways to decode it.For example,Given encoded message "12", it could be dec.........【阅读全文】

阅读(1282) | 评论(0) | 转发(0)

发布时间:2014-09-12 15:24:48

    EPOLLIN:表示对应的连接上有数据可以读出(TCP连接的远端主动关闭连接,也相当于可读事件,因为需要处理发送来的FIN包)    EPOLLOUT:表示对应的连接上可以写入数据发送(主动向上游服务器发起非阻塞的TCP连接,连接建立成功的事件相当于可以可写事件)    EPOLLRDHUP:表示.........【阅读全文】

阅读(1356) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册