码迷,mamicode.com
首页 >  
搜索关键字:bit    ( 10514个结果
CodeSmith,SqlServer,C#中的类型对照
SqlServerCodeSmith csbigintInt64 Int64binaryBinary System.Byte[]bit Boolean boolchar AnsiStringFixedLength stringdatetimeDateTime stringdecimal Decima...
分类:数据库   时间:2015-01-07 20:38:01    阅读次数:163
Mac OS 安装golang
下载golang安装包 下载地址: http://www.golangtc.com/download https://code.google.com/p/go/downloads/list go1.4.darwin-amd64-osx10.8.pkg go1.4 Mac OS X (x86 64-bit) PKG installer 设置环境...
分类:系统相关   时间:2015-01-07 15:03:54    阅读次数:171
Android 图片缩略图显示
//通过openRawResource获取一个inputStream对象 InputStream inputStream = getResources().openRawResource(R.drawable.temp); //通过一个InputStream创建一个Bit...
分类:移动开发   时间:2015-01-07 13:07:07    阅读次数:163
android UI中添加一张图片如何将这张图片中某一部分设为透明的
可以利用canvas画布类,这个类的具体方法可以参看官方api。http://developer.android.com/reference/android/graphics/Canvas.html 思路如下:对你图片做一些处理,例如让上部分完全显示,让下部分半透明。1、先将你的原图转化为位图Bit...
分类:移动开发   时间:2015-01-07 13:05:20    阅读次数:195
iOS工程适配64-bit经验分享(转)
终究还是来了。Apple下发了支持64位的最后通牒:As we announced in October, beginning February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support a...
分类:移动开发   时间:2015-01-07 12:36:29    阅读次数:438
iOS工程适配64-bit经验分享
终究还是来了。Apple下发了支持64位的最后通牒:As we announced in October, beginning February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support a...
分类:移动开发   时间:2015-01-07 10:50:02    阅读次数:209
myeclipse10配置maven
一:Maven的下载安装准备工作:1)安装环境 Windows xp2)需安装JDK ,并配置环境变量(略)3) Maven版本3.0.54)下载地址:http://mirror.bit.edu.cn/apache/maven/maven-3/3.0.5/binaries/apache-maven-...
分类:系统相关   时间:2015-01-07 10:43:46    阅读次数:289
GNU Linux特殊权限-setuid、setgid、stick bit
文件权限的机制是Linux系统的一大特色,对于初学Linux的人对可读(r)、可写(w)、可执行(x)这都是比较基本的权限。一个文件的权限有十个位,分为三组来表示。第一个位为一组,表示文件的类型: -:表示一般文件 d:表示目录文件 l:表示链接文件 b:表示块设备 c:表示字符设备 p:表示管道 s:表示套接字 但是Linux还有三个比较特殊的权限,分别是:setuid,...
分类:系统相关   时间:2015-01-06 20:05:17    阅读次数:233
Gray Code(格雷码)
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total numb...
分类:其他好文   时间:2015-01-06 19:55:57    阅读次数:159
Java的基本数据类型介绍
Java的数据类型包括基本数据类型和引用数据类型。其中基本数据类型就是我们通常所说的4类8种数据类型,如下图所示,4类即整数类型、浮点数类型、字符型和布尔型,8种即byte、short、int、long、float、double、char、boolean,其中byte为1个字节(1个字节有8位,即8bit),short为2个字节,int为4个字节,long为8个字节,float为4个字节,double为8个字节,char为2个字节,boolean为1/8个字节,即1位(bit)...
分类:编程语言   时间:2015-01-06 17:57:52    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!