Same Tree
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 n...
分类:
其他好文 时间:
2014-06-19 12:49:17
阅读次数:
301
1.知识点:可以对照下面的录屏进行阅读
SQL> --创建表
SQL> create table test1
2 (tid number,
3 tname varchar2(20),
4 hidatedate date default sysdate);
SQL> --使用as和子查询快速建表
SQL> --创建表:包含员工号 姓名 月薪 年薪 部门名称
SQL> c...
分类:
数据库 时间:
2014-06-19 11:12:55
阅读次数:
309
在终端输入:显示Mac隐藏文件的命令:defaults write
com.apple.finder AppleShowAllFiles -bool true隐藏Mac隐藏文件的命令:defaults write
com.apple.finder AppleShowAllFiles -bool fa...
分类:
其他好文 时间:
2014-06-16 11:13:39
阅读次数:
153
关于TCP/IP协议,建议参考Richard Stevens的《TCP/IP
Illustrated,vol1》(TCP/IP详解卷1)。关于第二层面,依然建议RichardStevens的《Unix network
proggramming,vol1》(Unix网络编程卷1),这两本书公认是Uni...
分类:
其他好文 时间:
2014-06-16 09:04:03
阅读次数:
170
dispatch_queue_t queue =
dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
dispatch_async(queue, ^{ //do it dispatch_async(di...
分类:
移动开发 时间:
2014-06-16 06:40:44
阅读次数:
530
##RECORD,help me remember ###Make Lazy Version
Installer 1、Write this LazyVersion Installer DMG to a RAW empty disk 2、Use
Clover l...
分类:
其他好文 时间:
2014-06-13 15:27:01
阅读次数:
349
Eclipse IDE for Java EE Developers 中1、创建 Dynamic
Web Project2、修改 Default Output Folder,推荐输入 WebRoot\WEB-INF\classes特别注意:此处的
Default out folder 必须要与 We...
分类:
其他好文 时间:
2014-06-13 14:34:46
阅读次数:
547
Set theTIdHTTP.HandleRedirectsproperty to True.
It is False by default.function FetchUrl(const url: string): string; var idhttp
: TIdHTTP; begin id...
分类:
其他好文 时间:
2014-06-12 14:53:09
阅读次数:
286