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
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
1.字母数字自动换行:wcline.wcline {word-break:
break-all;word-wrap: break-word;}2.内容长度自动截取并添加... overflow:
hidden;text-overflow: ellipsis;white-space: nowrap;
分类:
其他好文 时间:
2014-05-04 19:14:15
阅读次数:
302
第48期百度技术沙龙上的《大数据场景下主题检索应用》讲座介绍了很多训练大规模主题模型的技术细节。讲座回来后,我粗略整理了下讲座上涉及的主题模型和训练大规模模型相关的资料和文献。
1. 主题模型的发展历史
a. 布尔模型 Boolean model
b. 向量空间模型 VSM (Vector space model)
c. 潜在语义索引 LSI (Latent...
分类:
其他好文 时间:
2014-05-03 21:40:07
阅读次数:
371