1 题目You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:
其他好文 时间:
2015-04-06 17:01:05
阅读次数:
112
一:Unique paths I
题目:
Given a set of distinct integers, S, return all possible subsets.
Note:
Elements in a subset must be in non-descending order.The solution set must not contain duplic...
分类:
其他好文 时间:
2015-04-06 15:44:07
阅读次数:
122
题目:
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it ...
分类:
其他好文 时间:
2015-04-06 15:42:46
阅读次数:
108
Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not co...
分类:
其他好文 时间:
2015-04-06 15:29:43
阅读次数:
123
Inline Functions
10行以上的函数不要内联。
可以使用编译器自动内联。
Function Parameter Ordering
参数顺序: 输入, 输出
输入通常是值或者常量引用
Names and Order of Includes
举例,在dir/foo.h 中:
dir/foo.h
C system files
C++ system files
Other libraries...
分类:
编程语言 时间:
2015-04-06 14:14:22
阅读次数:
128
Allow和Deny可以用于apache的conf文件或者.htaccess文件中(配合Directory, Location, Files等),用来控制目录和文件的访问授权。所以,最常用的是:Order Deny,AllowAllow from All注意“Deny,Allow”中间只有一个逗号,...
分类:
Web程序 时间:
2015-04-06 14:02:02
阅读次数:
364
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the integer...
分类:
其他好文 时间:
2015-04-06 11:29:06
阅读次数:
121
1.apache 配置虚拟目录 找到 httpd.conf 在 Options FollowSymLinks AllowOverride None Order deny,allow #Deny from all节点下输入Alias /bbb "c:/zzz/"即可
分类:
Web程序 时间:
2015-04-06 11:20:33
阅读次数:
129
Given a string which contains only letters. Sort it by lower case first and upper case second.NoteIt's not necessary to keep the original order of low...
分类:
其他好文 时间:
2015-04-06 10:04:22
阅读次数:
225
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3926In order to get rid of Conan, Kaitou KID disguises himself as a teacher in the kindergarten. He kno...
分类:
其他好文 时间:
2015-04-06 00:44:30
阅读次数:
305