Note: This is an extension of House Robber. After robbing those houses on that street, the thief has found himself a new place for his thievery so tha ...
分类:
其他好文 时间:
2016-11-28 09:09:02
阅读次数:
148
https://discuss.leetcode.com/topic/39834/step-by-step-tackling-of-the-problem rob(root) which will return the maximum amount of money that we can rob ...
分类:
其他好文 时间:
2016-11-23 12:41:31
阅读次数:
237
场景【1】多表联查时,主表与关联表同时与同一张(第三张表)有关联,类似三角恋关系- - 涉及表: HOUSE:记录了房屋信息 ROOMS:记录了房间信息 HOUSE_STATUS:记录了状态信息的中文字段 房屋信息HOUSE表中有一个关于记录房屋状态的字段,status_id,与HOUSE_STAT ...
分类:
数据库 时间:
2016-11-12 11:48:16
阅读次数:
181
20世纪上叶的某一天,我们的超级美女程序猿“葛丽丝·霍波”在超级计算机的大house秘密的进行一项最为军事系统开发调试时,发现程序未能按照自己的设想给出预期的结果,经过了辛苦的排查,发现有只飞蛾被夹扁在继电器触点中间,这只飞蛾就是引起后续行业巨变的那一只“飞蛾”。从此BUG诞生,预示着软件测试大潮的 ...
分类:
其他好文 时间:
2016-10-31 18:23:42
阅读次数:
275
The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the "root." Besides the root, each hou ...
分类:
其他好文 时间:
2016-10-22 12:21:41
阅读次数:
186
function Accom(){}; //创建一个构造函数 //创建两个对象 var house=new Accom(); var apartment=new Accom(); 通过构造函数创建的对象有一个属性constructor,这个属性指向创建该对象时所用的Javascript构造函数。 h ...
分类:
编程语言 时间:
2016-10-20 23:58:54
阅读次数:
285
方法 - 把数组元素连接成一个字符串 .join() - .join(value) sample .join("*") var landmarks = [];landmarks.push("My House");landmarks.push("Front path");landmarks.push( ...
分类:
其他好文 时间:
2016-10-17 07:23:56
阅读次数:
182
学习了一下L-CTF中介绍的一个栈溢出利用技巧,记录一下。样例代码如下:/*
*blackngel‘svulnerableprogramslightlymodifiedbygb_master
*/
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
voidfvuln(char*str1,intage)
{
char*ptr1,name[32];
in..
分类:
其他好文 时间:
2016-10-09 14:43:32
阅读次数:
139
Apple Tree Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 27092 Accepted: 8033 Description There is an apple tree outside of kaka's house. ...
分类:
编程语言 时间:
2016-10-07 13:43:37
阅读次数:
303
一、题目 House Robber(一道Leetcode上的关于动态规划的简单题目)具体描述如下: There is a professional robber planning to rob houses along a street. Each house has a certain amoun ...
分类:
其他好文 时间:
2016-10-04 16:33:40
阅读次数:
211