终究还是来了。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
简述FrameBuffer,RenderBuffer,Depth Buffer,Framebuffer attachment,Stencil buffer的关系简述利用OpenGL执行图像叠加(大PNG图像叠加有alpha通道的小PNG图像),写出步骤列出着色器的四个内置变量和十个内置函数OpenG...
分类:
其他好文 时间:
2015-01-07 09:15:32
阅读次数:
144
工程下载地址:http://pan.baidu.com/s/1ntr7NHv提取码:yf1h一、本文牵扯知识点梳理:(1)VBO(2)纹理(3)libpng(加载png)(4)shader1、VBO(Vertex Buffer Objec)//顶点坐标 glEnableVertexAttribArr...
分类:
其他好文 时间:
2015-01-07 00:34:17
阅读次数:
528
buf?:=?new(bytes.Buffer)
buf.ReadFrom(yourReader)
s?:=?buf.String() http://stackoverflow.com/questions/9644139/from-io-reader-to-string-in-go...
分类:
其他好文 时间:
2015-01-06 23:19:13
阅读次数:
849
1. Terms and conditions(法律与条款)1.1 As a developer of applications for the App Store you are bound by the terms of theProgram License Agreement(PLA), Hu...
分类:
移动开发 时间:
2015-01-06 21:16:06
阅读次数:
315
// An image can be directly compositing if it's the sole content of the layer, and has no box decorations
// that require painting. Direct compositing saves backing store.
bool CompositedLayerMapping:...
分类:
其他好文 时间:
2015-01-06 18:11:08
阅读次数:
176
最近在windows下使用通过多线程使用jdbc操作数据库,在线程数设置为5,并且每个线程执行完成后Sleep(1000),在这种情况下,竟然还会报错:java.net.SocketException No buffer space available (maximum connections re...
什么是ProtoBuf? 一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RPC 数据交换格式。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 它可以作为...
分类:
其他好文 时间:
2015-01-06 15:19:30
阅读次数:
107
Apple下发了支持64位的最后通牒:As we announced in October, beginning February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be b...
分类:
其他好文 时间:
2015-01-06 13:26:11
阅读次数:
137