码迷,mamicode.com
首页 >  
搜索关键字:the type initializer    ( 52172个结果
cocos2d-x3.0 RichText
.h RichText* _richText; void touchEvent(Ref *pSender, TouchEventType type);...
分类:其他好文   时间:2014-05-01 18:18:40    阅读次数:522
A*算法的寻路中的应用——无阻挡
按照之前转载的文章,自己先实现了下,表示还是很多坑: #include "stdio.h" #include #include #include #include using namespace std; int neigor[][2] ={ {-1, -1}, {0, -1}, {1, -1}, {1, 0}, {1, 1}, {0, 1}, {-1, 1}, {-1, 0} }...
分类:其他好文   时间:2014-05-01 18:03:27    阅读次数:320
虚拟机迁移过程中网络状况测试的测试程序
虚拟机迁移过程中网络状况测试的测试程序...
分类:其他好文   时间:2014-05-01 17:45:19    阅读次数:381
页面之间值传递常用的几种方式
1.使用QuerySting在页面间传递值 2.使用Session变量...
分类:其他好文   时间:2014-05-01 17:27:48    阅读次数:331
转 ABAP中USING与CHANGING的用法
ABAP中FORM参数的传递有以下几种方式。 1.引用传递(CALL BY REFERENCE) 传递参数时将参数的地址(ADDRESS)传至子程序中,也就是子程序中的参数变量与外部程序的参数变量共享地址内的值。又叫CALL BY ADDRESS,若子程序中的参数变量的值发生了改变,那么,外...
分类:其他好文   时间:2014-05-01 08:39:35    阅读次数:339
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
Linux noop io 调度算法分析
定义了一个elevator_noop的调度器类型:  static struct elevator_type elevator_noop = { .ops = { .elevator_merge_req_fn = noop_merged_requests,//查询一个request,用于将bio并入 .elevator_dispatch_fn = noop_dispatch,/...
分类:系统相关   时间:2014-04-29 13:33:20    阅读次数:830
jQuery 滑动改变价格
jQuery 滑动改变价格演示 XML/HTML Codesection id="content" >  div class="cube">  div class="a">div>  div class="b">div>  div class="c">div>  div class="d">div>  div id="slider-range-min">div>  div>  input type...
分类:Web程序   时间:2014-04-29 13:27:21    阅读次数:595
ImageView控件ScaleType属性的使用
centerInside : 图片适应容器,图片按比例缩放,图片完全显示,图片大小会改变,如果图片大于窗器,那么左右或者上下会有边距。 fitCenter与centerInside类似。 fitStart:与fitCenter类似,不同的是,多出来的边距在右边。 fitEnd:与fitCenter类似,不同的是,多出来的边距在左边。 fixXY,图片大小会拉伸,宽高都会占满...
分类:其他好文   时间:2014-04-29 13:14:21    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!