强大的selector的使用,通常我们总是在代码中进行点击按钮后在设置背景,操作起来挺麻烦的,其实有更简单的使用方法,就是selector;布局如下: drawable下的布局如下:bg_bt.xml在代码中只需要一句话就可以搞定了 1 @Overrid...
分类:
移动开发 时间:
2014-07-26 00:45:46
阅读次数:
272
在Android中,ListView是最常用的一个控件,在做UI设计的时候,很多人希望能够改变一下它的背景,使他能够符合整体的UI设计,改变背景很简单只需要准备一张图片然后指定属性 android:background="@drawable/bg",不过不要高兴地太早,当你这么做以后,发现背景是.....
分类:
其他好文 时间:
2014-07-22 22:40:14
阅读次数:
198
1.今天启动一台centos6.5上的oracle11G11.2.0.1.0下emctlstartdbconsole报错:OC4JConfigurationissue。2.采取重新配置emctl的方法来试着解决,没有成功。系统显示shared_pool_size和hjob_quequ_processes参数不够大。于是以sys用户登录到oracle,修改参数:3.再次重新配置emct..
分类:
数据库 时间:
2014-07-22 14:58:34
阅读次数:
641
Pipes have no names, and their biggest disadvantage is that they can be used ?only?between processes that have a parent process in common. Two unrelated processes can-? not create a pipe betwee...
分类:
其他好文 时间:
2014-07-21 10:36:45
阅读次数:
237
在drawable目录下创建一个repeat_bg.xml: <?xml?version="1.0"?encoding="utf-8"?>
<bitmap?xmlns:android="http://schemas.android.com/apk/res/android"
????android:src="@drawable/asdfg"
????and...
分类:
移动开发 时间:
2014-07-21 10:19:36
阅读次数:
219
quick-cocos2d-x 2.2.4
self.sprite = display.newSprite("bg.png")
self:addChild(self.sprite)
self.sprite:setTouchEnabled(true)
-- 设置触摸模式
-- self.sprite:setTouchMode(cc.TOUCH...
分类:
其他好文 时间:
2014-07-18 22:32:49
阅读次数:
257
PS:这篇是目前最完整的Nginx配置参数中文说明。更详细的模块参数请参考:http://wiki.nginx.org/Main #定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes ...
分类:
其他好文 时间:
2014-07-18 20:14:01
阅读次数:
240
Validating Receipts Locally
Perform receipt validation immediately after your app is launched, before displaying any user interface or spawning any child processes. Implement this check in the ma...
分类:
其他好文 时间:
2014-07-16 11:48:20
阅读次数:
267
Ultra-QuickSort
Description
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacent sequence eleme...
分类:
其他好文 时间:
2014-07-16 09:00:13
阅读次数:
240