"ScrollView can host only one direct child"问题解决。...
分类:
其他好文 时间:
2014-12-21 10:22:54
阅读次数:
340
试用Nginx + PHP FastCGI 做WEB服务器,运行了几个月的时间,烦恼的是经常碰到Nginx 502 Bad Gateway 这个问题。参考了很多修改办法,这个502的问题一直存在,今天打算重装PHP FastCGI到PHP的安装目录里一看,发现PHP的日志文件已经有几十M的大小,打开...
分类:
其他好文 时间:
2014-12-20 15:30:38
阅读次数:
312
父页面:1 var obj = new Object(); 2 obj.name="name"; 3 var rtnValue=window.showModalDialog("child.aspx",obj,"dialogWidth:500px;dialogHeight:300px;status:n...
标准的定义:CSS引入伪类和伪元素的概念是为了实现基于文档树之外的信息的格式化。伪类有::first-child,:link:,vistited,:hover,:active,:focus,:lang伪元素有::first-line,:first-letter,:before,:after伪类与伪元...
分类:
其他好文 时间:
2014-12-19 15:41:53
阅读次数:
190
java.io.file 代表硬盘上的一个文件或一个目录在windows路径表示方式c:\sun.txtjava路径表示方式c:\\sun.txt c:/sun.txtFile(String pathname)File(String parent,string child)File(File par...
分类:
其他好文 时间:
2014-12-18 13:22:09
阅读次数:
154
使用 span:nth-of-type(n+3):nth-of-type(odd):nth-of-type(-n+6) 和 div:nth-of-type(n+1):nth-of-type(even):nth-of-type(-n+3),你既能够限制是在相同类型子元素里选择,同时指定选择的起始位置和...
分类:
Web程序 时间:
2014-12-18 11:55:55
阅读次数:
265
自从数据库服务器从redhat4.6升级到redhat5.5之后,在使用TSM备份的时候偶尔会出现SQL2043N
查看错误:
[db2inst1@limt ~]$ db2 ? SQL2043N
SQL2043N Unable to start a child process or thread.
Explanation:
Unable to start up the child pr...
分类:
数据库 时间:
2014-12-17 20:54:54
阅读次数:
295
Given a Binary Tree, we need to print the bottom view from left to right. A node x is there in output if x is the bottommost node at its horizontal distance. Horizontal distance of left child of a nod...
分类:
其他好文 时间:
2014-12-17 16:31:12
阅读次数:
225
__author__ = ‘jenny‘ import pexpect ip="localhost" user="jenny" passwd="gaoxing" if __name__=="__main__": ? ? child = pexpect.spawn("ssh-keygen") ? ? print child.expect("Enter file*") ? ? ch...
分类:
其他好文 时间:
2014-12-16 22:51:58
阅读次数:
276
Parent-child relationshipsParent-child relationships are formed when using view controller containers. Examples of viewcontroller containers are UINav...
分类:
其他好文 时间:
2014-12-16 16:37:37
阅读次数:
98