码迷,mamicode.com
首页 >  
搜索关键字:command line option    ( 45515个结果
ios 耗电影响
屏幕背景颜色:影响不像 wp的屏幕那么明显,但还是有一定的作用,大概在5%左右,wp的屏幕大概在20%左右,测试方法 :只一个界面,一个是黑色背景,一个是白色背景,使用instrument 的 energy usage 进行分析。层次影响:加多四个层次并且加一个mask上面那个是加了层次和mask的...
分类:移动开发   时间:2014-05-01 01:19:58    阅读次数:422
游戏杂谈
既然是游戏人生, 随便写点游戏方面的吧.最近主要在玩的游戏是PSVita的龙之皇冠(Dragon Crown), 听朋友说不错, 所以就试一下. 除了巨乳的噱头以外, 游戏性其实还是蛮不错的. 在很多人追求3D画面,挖掘机能的时候, 龙冠的2D地下城游戏仍然做得很不错. 这款游戏应该是我在Vita里...
分类:其他好文   时间:2014-05-01 00:36:42    阅读次数:311
Eclipse常用快捷键
1. ctrl+shift+r:打开资源2. ctrl+o:快速outline3. ctrl+e:快速转换编辑器4. shift+enter及ctrl+shift+enter:Shift+enter在当前行之下创建一个空白行,与光标是否在行末无关。Ctrl+shift+enter则在当前行之前插入空...
分类:系统相关   时间:2014-04-30 23:57:43    阅读次数:569
VC GDI双缓冲机制绘图防屏幕闪烁实现步骤
在OnDraw(CDC* pDC) 中添加如下代码 CDC MemDC; //首先定义一个显示设备对象 CBitmap MemBitmap;//定义一个位图对象 //随后建立与屏幕显示兼容的内存显示设备 MemDC.CreateCompatibleDC(NULL); //这时还不能绘图,因为...
分类:其他好文   时间:2014-04-30 23:31:05    阅读次数:401
自定义元件package时,元件的新建属性在原理图中无显示
在制作元件package封装,选择package type 封装为Heterogeneous,给元件新定义封装,却在原理图中显示不了。 解决方法: 1、调出如图所示User Property对话框(Option----》Part properties),图中方框中的packGRP为笔者定义属性,却没在原理图中显示。 2、选中新建属性-----点击右侧的Display,如下图所示: ...
分类:其他好文   时间:2014-04-29 13:34:21    阅读次数:364
UVA 315 求割点数
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251 测模版: #include #include #include #include #include #include using namespace std; #define ...
分类:其他好文   时间:2014-04-29 13:31:21    阅读次数:542
Hdu 1042 N! (高精度数)
Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!   Input One N in one line, process to the end of file.   Output For each N, output N! i...
分类:其他好文   时间:2014-04-28 10:36:41    阅读次数:341
paip.utf-8,unicode编码的本质输出unicode文件原理 python
paip.utf-8,unicode编码的本质输出unicode文件原理 python      #别的语言,java php都是unicode,走十python不一样.    #enddef  #todo write to unicode encode fileHandle = open ( r"c:\fmtSmpEnRst.txt", 'w',encoding="UTF-16"...
分类:编程语言   时间:2014-04-28 10:28:42    阅读次数:374
Docker常用命令
Usage: docker [OPTIONS] COMMAND [arg...]  -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use A self-sufficient runtime for linux containers. Co...
分类:其他好文   时间:2014-04-28 10:17:41    阅读次数:359
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!      解决方法: setenforce 0...
分类:移动开发   时间:2014-04-27 21:18:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!