Given a string S, find the longest palindromic
substring in S. You may assume that the maximum length of S is 1000, and there
exists one unique longes...
分类:
其他好文 时间:
2014-05-24 04:45:39
阅读次数:
245
5 Quick Dating Tips For
Introverts给内向的人5个约会的小建议Introverts often have a more difficult time with social
interactions than others. This is especially tr...
分类:
其他好文 时间:
2014-05-24 00:31:15
阅读次数:
449
异常提示:gen already exists but is not a source folder.
Convert to a source folder or rename
it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:
其他好文 时间:
2014-05-19 22:15:03
阅读次数:
357
异常提示:gen already exists but is not a source folder.
Convert to a source folder or rename
it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:
其他好文 时间:
2014-05-19 21:43:51
阅读次数:
303
CCEditbox对象添加到某个layer,当layer移动时候,editbox输入状态下输入光标保持在原位,看起来就是光标发生了偏移如果开始时添加的editbox不在屏幕内的话,光标会出现在屏幕边缘参看了一下这篇文章http://www.cnblogs.com/lan0725/p/3210963....
分类:
移动开发 时间:
2014-05-19 20:10:34
阅读次数:
373
1 @echo off 2 setlocal enabledelayedexpansion 3
git status||goto :eof 4 5 set "msg=quick push. %date% %time%" 6 if #%1==# (set
/p "msg=commit messa...
分类:
其他好文 时间:
2014-05-19 15:14:16
阅读次数:
402
FreeMarker的插值有如下两种类型:1,通用插值${expr};2,数字格式化插值:#{expr}或#{expr;format}${book.name?if_exists
} //用于判断如果存在,就输出这个值${book.name?default(‘xxx’)}//默认值xxx${book....
分类:
其他好文 时间:
2014-05-19 11:48:14
阅读次数:
346
if
(System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath))
&& System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(...
分类:
其他好文 时间:
2014-05-19 11:04:02
阅读次数:
217
Given a stringS, find the longest palindromic
substring inS. You may assume that the maximum length ofSis 1000, and there
exists one unique longest pa...
分类:
其他好文 时间:
2014-05-18 19:39:55
阅读次数:
355
如果你仅仅是要检查一个document是否存在,而对document的内容不感兴趣,你可以使用HEAD进行查询curl -i -XHEAD
/website/blog/123如果document存在将会返回如下数据:HTTP/1.1200 OKContent-Type: text/plain;
ch...
分类:
其他好文 时间:
2014-05-15 17:07:40
阅读次数:
293