Given a linked list, return the node where the
cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it
without using extra space?首先不...
分类:
其他好文 时间:
2014-05-09 10:42:09
阅读次数:
329
from://http://www.eoeandroid.com/home.php?mod=space&uid=765778&do=blog&id=47674Android开源项目第一篇——个性化控件(View)篇包括ListView、ActionBar、Menu、ViewPager、Gallery...
分类:
移动开发 时间:
2014-05-08 21:02:03
阅读次数:
735
Unity3d导入工程出现错误“Creating unique file:creating file
Temp/tempFile failed.Please ensure there is enough disk space and you have
permissions setup correc...
分类:
其他好文 时间:
2014-05-08 11:50:15
阅读次数:
803
前端规范 - JS规范产品线公用全局变量spDomain= {}
//相关domain的定义,主要放在JS里调用Space.xxx.xxx
//通用全局变量对象禁止使用eval,with,voideval功能tangram里已经进行了封装,直接使用tangram里面的方法。全局变量使用"g_"打头,...
分类:
Web程序 时间:
2014-05-08 11:33:43
阅读次数:
452
最近刚刚接触broadleaf commerce, 一个电商网站的开源模版。具体的运行和配置可以参考链接:点击打开链接
而该模版是在jetty容器下运行的,数据库是HSQL。官方网站上给出了如何将数据库迁移到mysql以及把项目工程部署在tomcat中所需要的配置,但是过程不甚详细,网上这方面的资源也不是很多,所以楼主就打算写这篇博客作为一个总结。
1.数据库的迁移(HSQL到MYSQL)...
分类:
数据库 时间:
2014-05-08 04:06:52
阅读次数:
615
1.全屏截图,保存截图到桌面Command+shift+32.标选定区域截图,保存截图到桌面Command+shift+4以上两个操作,如果同时按住Ctrl,最后保存截图在剪切板里3.指定程序窗口截图:Commnad-Shift-4-Space按住鼠标的同时,按空格键,这时你能通过移动鼠标来移动整个...
分类:
其他好文 时间:
2014-05-07 19:50:25
阅读次数:
265
Given a sorted array, remove the duplicates in
place such that each element appear onlyonceand return the new length.Do not
allocate extra space for a...
分类:
其他好文 时间:
2014-05-07 14:07:56
阅读次数:
345
一般情况下alt+/有代码提示作用,还有代码提示的快捷代码也不是alt+/,因此要恢复代码提示用alt+/.需要做两件事.
在 Window - Preferences - General - Keys 内
1、把word completion的快捷键设置alt+C
2、把Content Assist的快捷键由ctrl+space改成alt+/
如果还是不提示,极有可能是提示功...
分类:
系统相关 时间:
2014-05-07 12:05:56
阅读次数:
411
1. 强制不换行,并且多行文字溢出显示省略号.ellips{white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;}.ellips_line2,.ellips_line3{display:-webkit-box;
-webkit-bo...
分类:
Web程序 时间:
2014-05-07 01:16:15
阅读次数:
421
做项目的时候,MyEclipse提示内存不足。错误提示大概如下:MyEclipse has
detected that less than 5% of the 64MB of PermGen (Non-heap memory) space
remains. It is strongly recomm...
分类:
系统相关 时间:
2014-05-07 00:49:37
阅读次数:
558