效果如图: seekbar_horizontal.xml 使用方法main.xml seek.9.png seek_bkg.9.png seek_thumb.png ...
分类:
其他好文 时间:
2016-11-06 02:21:58
阅读次数:
156
Given two strings s and t which consist of only lowercase letters. String t is generated by random shuffling string s and then add one more letter at ...
分类:
其他好文 时间:
2016-11-06 01:47:32
阅读次数:
145
转载于:http://blog.csdn.net/sanwandoujiang/article/details/51159983 1 2 1 2 当然我们也可以有不同的选择,比如可以安装额外的模块 contrib cuda等 1 2 1 2 当然我们也可以有不同的选择,比如可以安装额外的模块 con ...
分类:
系统相关 时间:
2016-11-05 23:11:14
阅读次数:
854
转载:http://wiki.jikexueyuan.com/project/java-collection/hashtable.html 概述 和 HashMap 一样,Hashtable 也是一个散列表,它存储的内容是键值对。 Hashtable 在 Java 中的定义为: 从源码中,我们可以看 ...
分类:
其他好文 时间:
2016-11-05 22:39:20
阅读次数:
411
/************************************************************************/ Linux内核版本:2.6.35.7 运行平台:三星s5pv210 /**************************************** ...
分类:
其他好文 时间:
2016-11-05 20:15:27
阅读次数:
198
原博文出于: http://blog.csdn.net/liutengteng130/article/details/41426955 感谢! 新建的Maven项目,在build的时候总是打包失败,提示少Jar包,如下: [ERROR] Failed toexecute goal on projec ...
分类:
编程语言 时间:
2016-11-05 20:01:11
阅读次数:
225
1. 对象中的属性或者函数是 private 或者是 protect的时候,当实例化这个对象的时候,外部是不能访问到这个属性和函数的。 <?php class TestClass { //private $name; public $name; public static $staticName; ...
分类:
Web程序 时间:
2016-11-05 11:25:16
阅读次数:
188
数据结构实验之串一:KMP简单应用 Time Limit: 1000MS Memory Limit: 65536KB Submit Statistic Problem Description 给定两个字符串string1和string2,判断string2是否为string1的子串。 Input 输 ...
分类:
其他好文 时间:
2016-11-05 00:14:26
阅读次数:
314
1.WaitForSingleObject 等待函数可使线程自愿进入等待状态,直到一个特定的内核对象变为已通知状态为止。这些等待函数中最常用的是WaitForSingleObject: DWORD WaitForSingleObject(HANDLE hObject, DWORD dwMillise ...
分类:
其他好文 时间:
2016-11-04 23:50:06
阅读次数:
183
.myAucCItem a { color: rgb(71,71,71);} .myAucCItem a:hover { color: rgb(71,71,71); text-decoration: underline !important; } .myAucCItem a:active { col ...
分类:
其他好文 时间:
2016-11-04 20:03:10
阅读次数:
209