控件:CheckBox android:background="@drawable/me_setting_switch_selector"这个表示替换默认控件的背景android:button="@drawable/me_setting_switch_selec...
分类:
其他好文 时间:
2014-07-16 23:17:48
阅读次数:
433
Call requires API level 3 (current min is 1): android.content.res.Resources#getBoolean参考文档:http://stackoverflow.com/questions/10322482/android-lint-er...
分类:
移动开发 时间:
2014-07-10 00:41:18
阅读次数:
280
android 系统定制的小技巧(网络收集)1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_inter...
分类:
移动开发 时间:
2014-06-27 21:35:42
阅读次数:
299
无标题文档首页了解我们产品展示服务报价最新消息联系方式初始效果图当鼠标放到a上时,绿色的线会动画移动到该a下知识点: hover(over,out)一个模仿悬停事件(鼠标移动到一个对象上面及移出这个对象)的方法。这是一个自定义的方法,它为频繁使用的任务提供了一种“保持在其中”的状态。 当鼠标移动.....
分类:
移动开发 时间:
2014-06-27 18:16:14
阅读次数:
174
折磨了几个小时,写出匹配SQL语句中的所有表名,备忘记录1 \*\s+from\s+[\w\[\]]*\.?[\w\[\]]*\.?\[?(\b\w+)\]?[\r\n\s]*支持各种表达式SELECT * FROM Config SELECT * FROM [dbo].IMEIUser SELEC...
分类:
数据库 时间:
2014-06-26 19:37:10
阅读次数:
548
最近有一个需求,就是控制系统的音量,我们都知道原理在mediaPlayer.framework框架下,有方法
// The current volume of playing music, in the range of 0.0 to 1.0.
// This property is deprecated -- use MPVolumeView for volume control instea...
分类:
其他好文 时间:
2014-06-26 10:44:33
阅读次数:
324
project(my)cmake_minimum_required(VERSION 2.8.9)set (CMAKE_PREFIX_PATH "C:\\Qt\\Qt5.3.0\\5.3\\msvc2010_opengl")set(CMAKE_INCLUDE_CURRENT_DIR ON)find_p...
分类:
其他好文 时间:
2014-06-25 16:59:54
阅读次数:
221
今年又要打邀请赛了,前段时间做比赛都被虐的够呛,感觉不会再爱了。。。所以挂了下去年的成都邀请赛的题目。发现简单题还是能切上几道的,可是难题就无能为力了。。。阿门,还是水平差得远啊。。。(ps:近期感觉状态不佳,依靠了队友神勇的发挥。。。 Current Time:2014-05-15...
分类:
其他好文 时间:
2014-06-25 16:23:36
阅读次数:
149
/** * * @param total_page 总页数 * @param current_page 当前页 * @param num 页面显示多少个分页按钮 * @returns {string} */exports.get_page_html = function(...
分类:
编程语言 时间:
2014-06-25 12:20:56
阅读次数:
229