码迷,mamicode.com
首页 >  
搜索关键字:selector is unknown    ( 6040个结果
android shape的使用
shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: 1 2 3 4 5 11 12 13 23 24 25 30 31 32 35 36 ...
分类:移动开发   时间:2014-07-22 00:19:34    阅读次数:198
简单动画实现代码
动画的实现原型 点击JS (function($) { window.$ = $;})(function() { var rquickExpr = /^(?:#([\w-]*))$/; function aQuery(selector) { return new aQuery.fn.init(sel...
分类:其他好文   时间:2014-07-22 00:11:38    阅读次数:333
Zabbix监控windows系统服务方法
key:service_state[service]Stateofservice.0-running,1-paused,2-startpending,3-pausepending,4-continuepending,5-stoppending,6-stopped,7-unknown,255-nosuchservice
分类:Windows程序   时间:2014-07-21 19:15:32    阅读次数:739
MySQL:unknown variable 'master-host=masterIP' [ERROR] Aborting
MySQL:unknown variable 'master-host=masterIP' [ERROR] Aborting...
分类:数据库   时间:2014-07-21 15:15:06    阅读次数:221
Search in Rotated Sorted Array leetcode java
题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).You are given a target ....
分类:编程语言   时间:2014-07-21 14:37:05    阅读次数:266
Cocos2dx选择器
今天学习cocos2dx的时候发现原来所有选择器要求传递的回调函数的参数是有限制的,看了库中的定义后就遇到的整理如下,仅供参考,Cocos2dx版本2.2.3:选择器参数说明schedule_selector(浮点数)[float dt]callfunc_selector(无参数)[void]cal...
分类:其他好文   时间:2014-07-20 00:04:35    阅读次数:296
jquey学习2之jquery动态添加页面片段
第一个方法:append()方法 【1】$(selector).append(content)//向匹配的所有标签中的内容末尾处添加Html代码,会编译成页面显示。 1 2 3 4 11 12 13 This is a paragraph.14 This is another para...
分类:Web程序   时间:2014-07-18 22:11:16    阅读次数:329
解决linux ping: unknown host www.baidu.com(转)
解决方案:如果某台Linux服务器ping不通域名, 如下提示:[root@localhost~]# ping www.baidu.comping: unknown host www.baidu.com首先确定已经连接上路由器,并且路由器能够访问外网,可以通过访问网关进行确定[root@localh...
分类:系统相关   时间:2014-07-18 10:32:12    阅读次数:266
JQuery Show()的几种效果 总有一种是你需要的
1 show()方法和hide()方法$("selector").show()从display:none还原元素默认或已设置的display属性$("selector").hide()设置元素的display样式为none,等于$("selector").css("display","none")(...
分类:Web程序   时间:2014-07-18 00:29:02    阅读次数:237
64位Linux下安装软件注意事项
执行到./configure--enable-shared一步时提示:checkinghostsystemtype...Invalidconfiguration`x86_64-unknown-linux-gnu‘:machine`x86_64-unknown‘notrecognized解决办法:cp/usr/share/libtool/config.guess.(覆盖到相关软件自带的config.guess,t1lib在解压包的ac-tools下)cp..
分类:系统相关   时间:2014-07-17 15:12:10    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!