Palindrome NumberTotal Accepted:19369Total Submissions:66673My SubmissionsDetermine whether an integer is a palindrome. Do this without extra space.推断...
分类:
其他好文 时间:
2014-09-25 14:43:19
阅读次数:
137
【法线贴图原理】 如果法线处于世界坐标中的(world space),那称为world space normal。如果是处于物体本身局部坐标中的,那称为object space normal。 很容易想象,world space normal一旦从贴图里解压出来后,就可以直接用了,效率很高。但是.....
分类:
其他好文 时间:
2014-09-25 13:31:18
阅读次数:
261
题目大意:平面内有一些点,我们要通过一些方式来走遍这所有的点,要求一个点只能走一次,只能向左转而不能向右转。求遍历这些点的顺序。
思路:数据范围是可以怎么搞都0ms的(n
只能左转,想想好像有点像凸包啊。但是这个题要遍历所有的点,所以就把已经走过的点删掉,然后像凸包一样的往前走,每次找一个没走过的极角最小的点走,然后把它标记上。最后都走完就全部遍历完了。
CODE:
...
分类:
其他好文 时间:
2014-09-25 11:57:58
阅读次数:
219
今天让查看数据库中数据占用的空间大小,好做5年规划..... sql如下: select sum(bytes/1024/1024) M from dba_data_files --查询数据文件占用大小 select sum(bytes/1024/1024) M from dba_data_space --查询数据...
分类:
数据库 时间:
2014-09-24 17:43:17
阅读次数:
247
代码助手:Ctrl+Space(简体中文操作系统是Alt+/)快速修正:Ctrl+1单词补全:Alt+/打开外部Java文档:Shift+F2显示搜索对话框:Ctrl+H快速Outline:Ctrl+O打开资源:Ctrl+Shift+R打开类型:Ctrl+Shift+T显示重构菜单:Alt+Shif...
分类:
其他好文 时间:
2014-09-24 17:28:17
阅读次数:
235
<pstyle="width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">省略我吧省略我吧省略我吧省略我吧省略我吧省略我吧省略我吧省略我吧省略我吧省略我吧</p>white-space属性white-space属性设置如何处理元素内的空白。这个属性声明建立布局过程..
分类:
Web程序 时间:
2014-09-24 14:24:07
阅读次数:
238
readme:这次可以不readme了,因为这个是我copy过来的~ISO Latin-1字符集:	 — 制表符Horizontal tab — 换行Line feed — 回车Carriage Return  — Space! ! — 惊叹号Exclam...
分类:
Web程序 时间:
2014-09-24 14:02:36
阅读次数:
368
【题目】Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.
For example, given
s = "leetcode",
dict = ["l...
分类:
其他好文 时间:
2014-09-24 13:07:06
阅读次数:
148
一挂就报内存溢出 下面是TOMCAT日志JAVA程序是没有报错,Nov 24, 2009 4:07:02 PM org.apache.catalina.core.ApplicationDispatcher invokeSEVERE: Servlet.service() for servlet jsp...
分类:
编程语言 时间:
2014-09-23 20:18:05
阅读次数:
247
http://www.ituite.com/space.php?uid=1040447&do=poll&pid=1283910
http://www.ituite.com/space.php?uid=1040447&do=poll&pid=1283911
http://www.ituite.com/space.php?uid=1040447&do=poll&pid=1283912
http://www.ituite.com/space.php?uid=1040447&do=poll&pid=1283913
...
分类:
Web程序 时间:
2014-09-23 02:57:23
阅读次数:
347