一、安装到MySQL官网上http://dev.mysql.com/downloads/mysql/,下载mysql可安装dmg版本比如:Mac OS X ver. 10.7 (x86, 64-bit), DMG Archive下载完的文件为:mysql-5.6.10-osx10.7-x86_64....
分类:
数据库 时间:
2014-12-01 12:41:50
阅读次数:
308
1.SqlServer中的类型bit(1)对应MySQL的tinyint(1)2.SqlServer中用getdate()获取数据库系统当前时间;MySQL中NOW()获取数据库系统当前时间3.SqlServer中转型需要用cast,mysql不需要用cast;4.SqlServer存储过程中循环中...
分类:
数据库 时间:
2014-12-01 06:27:03
阅读次数:
159
Bit depth:32 "Edit"->"(Un)Select all chars" "Edit"->"Open Image Manager" "Image"->"Import image..."
分类:
其他好文 时间:
2014-11-30 20:14:31
阅读次数:
580
DescriptionAmtel has announced that it will release a 128-bit computer chip by 2010, a 256-bit computer by 2020, and so on, continuing its strategy of...
分类:
其他好文 时间:
2014-11-30 13:43:28
阅读次数:
423
让App支持32-bit和64-bit基本步骤1.确保Xcode版本号>=5.0.12.更新project settings, minimum deployment target >= 5.1.13.改变Architectures为 Standard architectures(include 64...
分类:
移动开发 时间:
2014-11-29 13:11:15
阅读次数:
155
1.Unicode字符。 以一个内建的数据类型wchar_t,以其来表示16位的Unicode(UTF-16)字符。 eg:wchar_t c=L'A'; 在WinNT.h中定义有: typedef char CHAR;//An 8-bit character typedef wchar_t ...
http://www.edn.com/design/analog/4329365/Combine-two-8-bit-outputs-to-make-one-16-bit-DAC
分类:
其他好文 时间:
2014-11-28 14:12:04
阅读次数:
226
Next monthDecember, I want to learn selenium technic to improve my work. Also, have a bit for Phthon. It can be cool things.May be start my voline ......
分类:
其他好文 时间:
2014-11-27 23:27:59
阅读次数:
204
8位(bit)=1字节(Byte),1024字节=1KB;提到了字节,不得不再提到“字”这个计量单位:“字”由若干个字节构成,字的位数叫做字长,字长就是说字所对应的二进制数的长度。不同的机器有不同的字长。例如一台8位机,它的1个字就等于1个字节,字长为8位。如果是一台16位机,那么,它的1个字就由2...
分类:
其他好文 时间:
2014-11-27 18:12:57
阅读次数:
150
在研华的pc104上使用看门狗要使用汇编。使用汇编来修改CMOS里面的参数。也就是内联汇编。linux下gcc只支持ATT汇编。所以这儿有必要将ATT语法学习学习。以后需要的时候翻出来温习温习。1,操作数的长度 操作数的长度用加在指令后的符号表示 b(byte, 8-bit), w(word, 16...
分类:
其他好文 时间:
2014-11-27 17:39:47
阅读次数:
290