div#pages
{float:right;padding-right:8px;white-space: nowrap;}div#pages
ul{margin:0;padding:0;}div#pages a:link,div#pages a:visited,div#pages
a:active...
分类:
其他好文 时间:
2014-05-29 04:30:35
阅读次数:
272
回文数是指这样的数字:正读和倒读都是一样的。如:595,2332都是回文数,234不是回文数。注意:负数不是回文数Determine whether an
integer is a palindrome. Do this without extra space.Some hints:Could ne...
分类:
其他好文 时间:
2014-05-27 23:44:17
阅读次数:
459
iOS5中,UIViewController新添加了几个方法:-
(void)addChildViewController:(UIViewController *)childController
NS_AVAILABLE_IOS(5_0);- (void) removeFromParentViewC...
分类:
其他好文 时间:
2014-05-27 16:07:35
阅读次数:
456
1.在PHP编程中, 我们经常会遇到一些直接产生输出的函数,
如passthru(),readfile(), var_dump() 等. 但有时我们想把这些函数的输出导入到文件中,或者先经过处理再输出,
或者把这些函数的输出作为字符串来处理. 这时我们就要用到 Output Buffer(输出缓冲....
分类:
Web程序 时间:
2014-05-27 16:05:43
阅读次数:
328
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct
BoundedBuffer { int* buffer; ...
分类:
编程语言 时间:
2014-05-27 16:04:22
阅读次数:
303
Determine whether an integer is a palindrome. Do
this without extra space.Some hints:Could negative integers be palindromes? (ie,
-1)If you are thinki...
分类:
其他好文 时间:
2014-05-26 18:07:52
阅读次数:
217
最近打算在Eclipse Kepler
下安装Maven。按照网上guide安装的时候好多都提示there is nothing to
install。后来发现可能是版本问题。找了个帖子,解决方法如下,记录在此:Help->Install New Software. 选择All
Available ...
分类:
系统相关 时间:
2014-05-26 18:04:25
阅读次数:
367
Long gone are the days when people used to
carry their laptops with plain black leather laptop bag. For now tend their
designer bags are definitely he...
分类:
其他好文 时间:
2014-05-26 17:13:40
阅读次数:
316
<?php
/*--------------------编写自己的缓存类---------------*/
class my_cache{
//定义有关变量
private $cache_time;//缓存有效时间
private $cache_file;//缓存文件保存路径
//初始化类,默认是index.html时间是1
function __construc...
分类:
Web程序 时间:
2014-05-25 21:54:23
阅读次数:
328
常用的快捷键代码补全Ctrl + space删除行Command + D注释Command +
/导入包Command + shift + O格式化代码Command + shift + F运行Ctrl + Alt + RIncremental
SearchCommand + J 在编辑器中实现快....
分类:
其他好文 时间:
2014-05-25 12:17:37
阅读次数:
287