Given a linked list, return the node where the
cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it
without using extra space?首先不...
分类:
其他好文 时间:
2014-05-09 10:42:09
阅读次数:
329
keycode------------>KEYCODE_BACK,KEYCODE_MENUevent.getAction------->ACTION_DOWN,ACTION_UP,ACTION_MULTIPLE|_____onKeyUp,onKeyDown,onKeyLongPresshttp://...
分类:
其他好文 时间:
2014-05-09 05:47:01
阅读次数:
313
这几个月正式开始运用ExtJS开发项目,接下来会将这几个月的一些经验整理成一个系列博客。今天要讲的是ExtJS中的基础,如何获取component和Dom.element。一、query查询以下的path为查询条件,查询方式类似于JQuery*ComponentQuery返回componentExt.ComponentQuery.query(path)全..
分类:
Web程序 时间:
2014-05-09 00:44:37
阅读次数:
413
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON
GOCREATE PROCEDURE [dbo].[UP_GetRecordByPage] @tblName varchar(255), -- 表名
@fldName varchar(255),...
分类:
其他好文 时间:
2014-05-08 23:36:12
阅读次数:
409
dropdownlist 動態顯示,指定字段
this.ddlPermission.Items.Clear(); this.ddlPermission.Items.Insert(0,new
ListItem("請選擇","")); ...
分类:
Web程序 时间:
2014-05-08 23:17:48
阅读次数:
432
最近总是在用浮动,这两种方式总是浮现在眼前,或者说去掉父级和同级浮动样式总在思考中。两种方式怎么写都在base.css中。在做瑞祥之旅的过程中,还是吃了一个大亏,就是清除浮动,不管是同级还是父级,都没清除浮动,导致经常会有div包不住子级的东西(经常一审查height=0)。现利用两例子来巩固下。
...
分类:
Web程序 时间:
2014-05-08 18:18:14
阅读次数:
388
CH1-2:概述 链接器:链接库代码、启动代码(start-up code)
CH3-5:数据、字符串、运算符 1 数据类型存储方式:整数类型、浮点数类型 2 浮点数存储:小数部分+指数部分 3 int: 3.1 %#o,%#x,%#X
分别是前缀0,0x,0X 3.2 (32位系统,括号中为64位...
分类:
其他好文 时间:
2014-05-08 12:01:59
阅读次数:
448
tab 命令补全history 先前输入的命令,!+序号重新执行ctrl+l,clear
清屏ctrl+u 删除当前输入ctrl+c 终止命令ctrl+d 退出系统一、命名别名 #alias 查看已有的别名 #alias copy=cp
让copy可以执行cp的命令 #u...
分类:
系统相关 时间:
2014-05-08 09:12:38
阅读次数:
314
Given an array of integers, find two numbers
such that they add up to a specific target number.The function twoSum should
return indices of the two nu...
分类:
其他好文 时间:
2014-05-08 06:33:29
阅读次数:
339
class Solution {private: vector result;public:
vector wordBreak(string s, unordered_set &dict) { vector > dp;
result.clear(); ...
分类:
其他好文 时间:
2014-05-08 01:00:03
阅读次数:
361