SqlServerCodeSmith csbigintInt64 Int64binaryBinary System.Byte[]bit Boolean boolchar AnsiStringFixedLength stringdatetimeDateTime stringdecimal Decima...
分类:
数据库 时间:
2015-01-07 20:38:01
阅读次数:
163
下载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
//通过openRawResource获取一个inputStream对象 InputStream inputStream = getResources().openRawResource(R.drawable.temp); //通过一个InputStream创建一个Bit...
分类:
移动开发 时间:
2015-01-07 13:07:07
阅读次数:
163
可以利用canvas画布类,这个类的具体方法可以参看官方api。http://developer.android.com/reference/android/graphics/Canvas.html 思路如下:对你图片做一些处理,例如让上部分完全显示,让下部分半透明。1、先将你的原图转化为位图Bit...
分类:
移动开发 时间:
2015-01-07 13:05:20
阅读次数:
195
终究还是来了。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
终究还是来了。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
一: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
文件权限的机制是Linux系统的一大特色,对于初学Linux的人对可读(r)、可写(w)、可执行(x)这都是比较基本的权限。一个文件的权限有十个位,分为三组来表示。第一个位为一组,表示文件的类型:
-:表示一般文件
d:表示目录文件
l:表示链接文件
b:表示块设备
c:表示字符设备
p:表示管道
s:表示套接字
但是Linux还有三个比较特殊的权限,分别是:setuid,...
分类:
系统相关 时间:
2015-01-06 20:05:17
阅读次数:
233
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的数据类型包括基本数据类型和引用数据类型。其中基本数据类型就是我们通常所说的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