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
1.全屏截图,保存截图到桌面Command+shift+32.标选定区域截图,保存截图到桌面Command+shift+4以上两个操作,如果同时按住Ctrl,最后保存截图在剪切板里3.指定程序窗口截图:Commnad-Shift-4-Space按住鼠标的同时,按空格键,这时你能通过移动鼠标来移动整个...
分类:
其他好文 时间:
2014-05-07 19:50:25
阅读次数:
265
Description Yesterday your dear cousin Coach
Pang gave you a new 100MB hard disk drive (HDD) as a gift because you will get
married next year. But yo....
分类:
其他好文 时间:
2014-05-07 10:04:47
阅读次数:
382
software directory: The default directory of
software installed on ubuntu is /usr, so just allocate more space for this
partition when installing oper...
分类:
其他好文 时间:
2014-05-06 00:02:59
阅读次数:
281
The Bandulu Space Agency (BSA) has plans for
the following three space missions:Mission A: Landing on Ganymede, the largest
moon of Jupiter.Mission B:...
分类:
其他好文 时间:
2014-05-05 22:28:06
阅读次数:
565
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
1.[root@rusky ~]# id #显示当前用户的主组和备用组uid=0(root)
gid=0(root)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)[root@rusky ~]#
groups #显...
分类:
其他好文 时间:
2014-05-03 23:23:18
阅读次数:
647
解决方案 在catalina.bat 里的 蓝色代码前加入: 红色代码rem -----
Execute The Requested Command --------------------------------------- set
JAVA_OPTS=%JAVA_OPTS%-server -X...
分类:
编程语言 时间:
2014-05-03 22:52:29
阅读次数:
460
缘起
线上有Tomcat升级到7.0.52版,然后有应用的JVM FullGC变频繁,在高峰期socket连接数,Cpu使用率都暴增。
思路
思路是Tomcat本身的代码应该是没有问题的,有问题的可能是应用代码升级,或者环境改变了,总之Tomcat的优先级排在最后。
先把应用的heap dump下来分析下:
jmap -dump:format=b,file=path pid
用IB...
分类:
其他好文 时间:
2014-05-03 21:42:36
阅读次数:
382
第48期百度技术沙龙上的《大数据场景下主题检索应用》讲座介绍了很多训练大规模主题模型的技术细节。讲座回来后,我粗略整理了下讲座上涉及的主题模型和训练大规模模型相关的资料和文献。
1. 主题模型的发展历史
a. 布尔模型 Boolean model
b. 向量空间模型 VSM (Vector space model)
c. 潜在语义索引 LSI (Latent...
分类:
其他好文 时间:
2014-05-03 21:40:07
阅读次数:
371