void Node::sendToBack(Node* child)
{
if (this->_children.size() >= 2) {
auto start = *this->_children.begin();
auto bottomOrderOfArrival = start->getOrderOfArrival();
auto...
分类:
其他好文 时间:
2014-11-05 17:19:25
阅读次数:
191
#colorNav ul li:first-child:before {content: '';position: absolute;width: 1px;height: 1px;border: 5px solid transparent;border-bottom-color: #313131;l...
分类:
其他好文 时间:
2014-11-05 17:07:09
阅读次数:
118
#include #include #include #include#include int main() { pid_t p1,p2,pr; int i; for(i=0;i0) printf("I catched a child process with pid of %d...
分类:
系统相关 时间:
2014-11-05 12:11:03
阅读次数:
379
一、常见继承方式我们日常开发中常见的继承方式主要有: 1、默认模式:Child.prototype = new Parent();2、借用构造函数:function Child(a, b, c, d) { Parent.apply(this, arguments);}3、借用和设置原型:functi...
分类:
其他好文 时间:
2014-11-04 23:59:25
阅读次数:
435
一级菜单,div id是mian(i) 注意:i是数字;二级菜单,div id是child(i)注意:i是数字target属性是对应标签的属性name,这表示在./zy-dzsw.html页面在容器显示。经济贸易学院 电子商务 市场营销 国际贸易实务 ...
分类:
其他好文 时间:
2014-11-03 23:52:27
阅读次数:
176
A problem is easy描述When Teddy was a child , he was always thinking about some simple math problems ,such as “What it’s 1 cup of water plus 1 pile of d...
分类:
其他好文 时间:
2014-11-02 17:57:15
阅读次数:
141
Node类的setPosition,getPosition函数如果是一个Node的Child则获取的坐标就是该Node的本地坐标
另一个关键问题就是在cocos2d-x里就是各种对象的大小问题。因为在cocos2d-x里Node对象有缩放的方法setScaleX和setScaleY。所以在获取对象大小的时候必须根据情况明确指定获取对象原始大小,还是缩放后的大小。当然cocos2d-x里提供了对应...
分类:
其他好文 时间:
2014-10-31 22:12:33
阅读次数:
290
{if $CATEGORYS[$catid]['child']==1} {php $firstarr = explode(',',$CATEGORYS[$catid]['arrchildid']);} {/if}在{template "content","header"}上面添加上方代码即可
分类:
其他好文 时间:
2014-10-31 13:24:44
阅读次数:
177
Android - Layout clipChildren属性本文地址: http://blog.csdn.net/caroline_wendyandroid:clipChildren: Defines whether a child is limited to draw inside of its bounds or not.子控件是否它的范围之内,默认是true,如果设为false,则子控件可...
分类:
移动开发 时间:
2014-10-30 21:04:24
阅读次数:
170
2个页面分别为Father.cshtml、Child.cshtml 2个控制器分别为FatherController、ChildController 2个js分别为Father.js、Child.js一、FatherController传值给Father.cshtml: 1.View...
分类:
Web程序 时间:
2014-10-30 18:58:59
阅读次数:
220