1. 指针和地址TCPL 中给指针的定义是: A pointer is a group of
cells (often two or four) that can hold an address .int value = 10;int *pvalue =
&value;上面这个语句的内存模型是:注意...
分类:
其他好文 时间:
2014-06-02 18:07:49
阅读次数:
315
0.前言
使用了一段时间javascript,再花了点时间学习了jquery,但是总是感觉自己很"迷糊",例如url name中,如果修改href中的“#”应如何编写代码,如果修改url name应如何编写代码。再加上javascript和jquery操作方法略有不同,所以我就更“迷糊”了。
【说明】
曾经使用关键词——“innerHTML和value区别”,在百度和...
分类:
编程语言 时间:
2014-06-02 12:36:49
阅读次数:
329
【题目】
Given two binary trees, write a function to check if they are equal or not.
Two binary trees are considered equal if they are structurally identical and the nodes have the same value.
【题意】
判断了两个二叉树是否相等
【思路】
递归...
分类:
其他好文 时间:
2014-06-02 11:03:03
阅读次数:
205
这里要用到date函数的第三种形式,下面是获得当前日期(set 'today (date (date-value) 0 "%Y%m%d"))
(date-value) 返回的是1970年0点累计的秒数,作为date函数的地一个参数第二个参数是偏移的分钟,0表示没有偏移,就是现在。 这个参数主要用来做时区转换第三个参数定义日期格式,参考下表:formatdescription%aabbreviate...
分类:
其他好文 时间:
2014-06-02 10:56:56
阅读次数:
477
[oracle@rac01~]$crsctl
Usage:crsctlcheckcrs-checkstheviabilityoftheCRSstack
crsctlcheckcssd-checkstheviabilityofCSS
crsctlcheckcrsd-checkstheviabilityofCRS
crsctlcheckevmd-checkstheviabilityofEVM
crsctlsetcss<parameter><value>-setsaparameterover..
分类:
其他好文 时间:
2014-06-02 03:03:27
阅读次数:
362
题意:对数列有三种操作:
Print operation l,?r. Picks should write down the value of .
Modulo operation l,?r,?x. Picks should perform assignment a[i]?=?a[i] mod x for
each i (l?≤?i?≤?r).
Set operation k...
分类:
其他好文 时间:
2014-06-02 02:56:56
阅读次数:
465
Search Insert PositionTotal Accepted:15484Total
Submissions:44816Given a sorted array and a target value, return the index if
the target is found. If ...
分类:
其他好文 时间:
2014-06-02 02:06:39
阅读次数:
214
与MVC3相比,差别很大: public ActionResult Main() { List
items = new List(); items.Add(new SelectListItem { Text = "Action", Value...
分类:
Web程序 时间:
2014-06-02 01:34:06
阅读次数:
338
UITabelView:常用属性@property (nonatomic) CGFloat
rowHeight; // will return the default value if unset@property (nonatomic)
CGFloat sect...
分类:
移动开发 时间:
2014-06-01 17:07:41
阅读次数:
394
一、颜色表示方式 // // Summary: // Creates a
System.Drawing.Color structure from a 32-bit ARGB value. // // Parameters:...
分类:
其他好文 时间:
2014-06-01 17:05:11
阅读次数:
523