码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
CGRect
/* rect(x,y,width,height); width, height正负代表了从原点的绘制方向,矩形的长宽都是取得绝对值 */ // Do any additional setup after loading the view, typically from a nib.#prag...
分类:其他好文   时间:2014-09-19 13:39:25    阅读次数:286
Errors while uninstall the reporting extensions
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr...
分类:其他好文   时间:2014-09-19 11:44:45    阅读次数:201
获取status bar高度
private int getStatusBarHeight() { Rect rectgle = new Rect(); Window window = getWindow(); window.getDecorView().getWindowVisibleDisplayFram...
分类:其他好文   时间:2014-09-19 11:35:25    阅读次数:160
processing pushMartix
如果在常见中有多个物体,想要对某一个物体进行做旋转,位移,缩放等动作,其他物体不受影响,此时就可以用pushMartrix和popMartrix来控制物体。eg:fill(255); rect(0,0,50,50);//Whiterectangle pushMatrix(); translate(30,20); fill(0); rect(0,0,50,50);//Blackrectangle..
分类:其他好文   时间:2014-09-18 09:55:24    阅读次数:212
安装SilverLight4 SDK报错问题
SilverLight4_Tool.exe装SL4 SDK报如下错误的解决办法:解决办法:1.装vs2010sp1(如果你还没装的话)2.解压SilverLight4_Tool.exe1).新建一个空的文件夹,把SilverLight4_Tool.exe解压一下2).在解压后的文件中找到VS10-K...
分类:Web程序   时间:2014-09-17 13:36:52    阅读次数:169
【实用】获取Android状态栏的方法
private static int getStatusHeight(Context context){ int statusHeight = 0; Rect localRect = new Rect(); ((Activity) context).getWindow().getDecorView().getWindowVisibleDisplayF...
分类:移动开发   时间:2014-09-17 01:11:41    阅读次数:249
如何使用SnpEff 对SNP结果进行分析
SnpEff is a variant annotation and effect prediction tool. It annotates and predicts the effects of variants on genes详细的说明请阅读:http://snpeff.sourceforg...
分类:其他好文   时间:2014-09-16 23:26:11    阅读次数:1462
pygame系列_draw游戏画图
说到画图,pygame提供了一些很有用的方法进行draw画图。'''pygame.draw.rect - draw a rectangle shape draw a rectangle shapepygame.draw.polygon - draw a shape with any numbe...
分类:其他好文   时间:2014-09-16 22:03:41    阅读次数:937
安装VMware tools (虚拟机:VMware 10.0.3 系统:centos 6.5)
1.将安装VMware tools时需要用的ISO文件加载到虚拟机的CD/DVD中,如下图所示,一般来说,VMware提示你安装VMware tool的使用,通常已经自动加载了,该iso文件路径如下:C:\Program Files (x86)\VMware\VMware Workstation\l...
分类:其他好文   时间:2014-09-16 15:45:50    阅读次数:300
Oracle 11g RAC 卸载CRS步骤
Oracle 11g之后提供了卸载grid和database的脚本,可以卸载的比较干净,不需要手动删除crs############ ORACLE DEINSTALL & DECONFIG TOOL START ############1.root用户进入到grid的ORACLE_HOME(只在一个...
分类:数据库   时间:2014-09-16 15:36:20    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!