1 '''def count_lead(first, second): 2 if first > second: 3 return 1, first - second 4 elif first == second: # 题目中没有说明相等的情况 5 ...
分类:
其他好文 时间:
2015-05-07 14:17:40
阅读次数:
97
The first thing that I must clear up is: the model is a layer.Second: there is a difference between classical MVC and what we use in web development. ...
分类:
Web程序 时间:
2015-05-07 10:21:13
阅读次数:
135
post formfunction post($remote_server,$post_string=array(),$second=60){$ch = curl_init();$this_header = array("content-type: application/x-www-form-ur...
分类:
Web程序 时间:
2015-05-06 14:39:04
阅读次数:
156
第五章画足添蛇(THE SECOND-SYSTEM EFFECT)
架构设计师面对过高的估算的两个选择:
削减设计
向开发人员建议用成本更低的实现方法
第2个选择若要成功,架构设计师必须:
记住开发人员有发会创意完成实作的任务,所以架构设计师只能建议。
在建议时,提出一...
分类:
其他好文 时间:
2015-05-06 10:55:53
阅读次数:
138
写出一个函数 anagram(s,
t) 去判断两个字符串是否是颠倒字母顺序构成的
样例
给出 s="abcd",t="dcab",返回 true
python:先排序后比较
class Solution:
"""
@param s: The first string
@param b: The second string
@retu...
分类:
其他好文 时间:
2015-05-06 09:21:10
阅读次数:
137
Given a linked list, remove the nth node from the end of list and return its head.For example,
Given linked list: 1->2->3->4->5, and n = 2.After removing the second node from the end, the linked li...
分类:
其他好文 时间:
2015-05-05 23:57:00
阅读次数:
301
原文网址链接:http://haha.iczerd.com/weixin718 1、Second Guess Decisions 举棋不定 Few decisions cannot be changed later if needed. Better to take action that wallow in inaction. 决定往往是可以在往后...
分类:
其他好文 时间:
2015-05-04 18:23:28
阅读次数:
125
题目:
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from the...
分类:
其他好文 时间:
2015-05-04 18:20:31
阅读次数:
156
http://acm.hdu.edu.cn/showproblem.php?pid=4758
Problem Description
On the beaming day of 60th anniversary of NJUST, as a military college which was Second Artillery Academy of Harbin Mil...
分类:
其他好文 时间:
2015-05-04 10:05:38
阅读次数:
186
1265 - Island of Survival
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You are in a reality show, and the show is way too real t...
分类:
其他好文 时间:
2015-05-01 12:08:02
阅读次数:
542