翻译iOS官方蓝牙开发文档,实现了iOS设备对外围蓝牙设备的搜索、连接、数据的接收及发送。...
分类:
移动开发 时间:
2015-06-11 17:05:28
阅读次数:
247
国际商用机器公司,即IBM公司,和蓝色有不解之缘,因为它的徽标是蓝色的,人们常常把这个计算机界的领导者称为蓝色巨人。1997年,IBM的超级计算机深蓝(Deep Blue)和有史以来最神奇的国际象棋世界冠军卡斯帕罗夫展开了六盘人机大战。人机大战六盘,深蓝最终以3.5比2.5胜出,这是人类历史上计算机...
分类:
其他好文 时间:
2015-06-11 14:22:53
阅读次数:
203
需求:想让这个view透明,但其上的内容不透明解决办法设置background color的颜色中的透明度例如:self.view.backgroundColor=[UIColor colorWithRed:28.0/255.0 green:160.0/255.0 blue:229.0/255.0 ...
分类:
其他好文 时间:
2015-06-10 17:03:05
阅读次数:
113
要求页面实现验证码功能,点击“注册”按钮后,无论是否完成注册,验证码都能够自动刷新
function validteCode()
{
var codes = new Array(4); //
var colors = new Array("Red","Green","Gray","Blue","Maroon","Aqua","Fuchsia","Lim...
分类:
其他好文 时间:
2015-06-10 14:20:14
阅读次数:
163
Given an input string, reverse the string word by word.
For example,
Given s = "the sky is blue",
return "blue is sky the".
Update (2015-02-12):
For C programmers: Try to solve it in-place in...
分类:
其他好文 时间:
2015-06-10 08:53:02
阅读次数:
96
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Update (2015-02-12):For C prog...
分类:
其他好文 时间:
2015-06-09 13:43:35
阅读次数:
88
一、通用选择器E~F:任何在E元素之后的同级F元素E+F:在E元素后一个的同级F元素E>F:所有在E元素下一级中的F元素二、属性选择器E[style="xxx"] ,如 input[type=text]{background-color: blue;};只有在body中E包含style="xxx"....
分类:
Web程序 时间:
2015-06-09 13:39:45
阅读次数:
181
OpenGL_ES2.0 -纹理
一:纹理基础:
1: 纹素的概念:
一个二维纹理在OpenGLES2.0中是很常见的,二维纹理就是一个二维数组,每个数据元素称为纹素,具体格式如下:
GL_RGB (Red, Green, Blue)
GL_RGBA (Red, Green, Blue, Alpha)
GL_LUM...
分类:
其他好文 时间:
2015-06-08 23:23:40
阅读次数:
269
No.75 Sort ColorsGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in ...
分类:
其他好文 时间:
2015-06-08 19:06:12
阅读次数:
85
本周宣布的两起收购引人注意,思科购买Piston云计算公司,同期IBM的收购Blue Box集团,其目的都是为了解决私有云平台建设过程中的镇痛,让IT部门更好、更快的建设企业私有云。...
分类:
系统相关 时间:
2015-06-08 17:20:37
阅读次数:
222