NGUI文档及视频:http://www.tasharen.com/forum/index.php?topic=6754动态更新的解决方案:http://game.ceeger.com/forum/read.php?tid=16483一个3D的例子(跳):https://www.assetstore...
分类:
编程语言 时间:
2014-11-26 13:55:42
阅读次数:
172
* 当你发现使用cornerRadius不管用时,试试`view.layer.masksToBounds = YES;`,[Read more.](http://stackoverflow.com/a/22348469/1388881) * 不像在Android下,iOS里面想搞个点击除了button方便点,其他View着...
分类:
移动开发 时间:
2014-11-26 11:43:04
阅读次数:
208
不同手机的权限异常本文地址:http://blog.csdn.net/caroline_wendy添加手机快捷方式和其他读写配置方面,需要添加某些定制的读写权限(READ_SETTINGS\WRITE_SETTINGS),可以是解决一些问题。包括:摩托罗拉(motorola),HTC(htc),宏碁(aspire),360(qihoo360),天翼(ty),索尼爱立信(sonyericsson),...
分类:
移动开发 时间:
2014-11-26 11:31:58
阅读次数:
311
这个还是一开始没读懂题目,题目如下:The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or ...
分类:
其他好文 时间:
2014-11-26 01:14:56
阅读次数:
140
read#include int read(int fd, void *buf, int nbyte);函数说明:read()会把参数fd所指的文件传送nbyte个字节到buf指针所指的内存中。write#includessize_twrite (int fd,const void * buf,si...
分类:
其他好文 时间:
2014-11-26 01:07:37
阅读次数:
207
错误内容如下: Error mounting: mount exited with exit code 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, ...
分类:
Web程序 时间:
2014-11-25 23:57:23
阅读次数:
958
The PrimesIOI'94In the square below, each row, each column and the two diagonals canbe read as a five digit prime number. The rows are read from lef.....
分类:
其他好文 时间:
2014-11-25 23:18:19
阅读次数:
199
相关的资料显示的都是与bios或者和PCI有关,最有可能是主板的异常:Itriedthecommandlineparameter:i915.i915_enable_rc6=0butwithoutsuccess.IsitstillusefulforivybridgeCPUAnother(ratherunlikely,butI‘llstillmentionitjustincase)reasoncouldbethatyou‘reusingigb_uiomodu..
分类:
数据库 时间:
2014-11-25 19:05:53
阅读次数:
2089
XIV系列:《XIV(1)—HardwareOverview》《XIV(2)--Logicalsystemconcepts》之前的文章曾经说过HOST发过来的data会在XIV上存2份,即PrimaryCopy和SecondaryCopy。只有当这2份都同时存在时,系统才是FullRedundancy状态。那主机在XIV上读写数据分别是怎么进行的呢?请看本篇..
分类:
其他好文 时间:
2014-11-25 18:55:14
阅读次数:
283
/************声明:本人只是见到这篇文章对我帮助很大才转载的,但是这个完整的程序里面本来有语法错误的,现在让我改过来了************/今天的主角àUART0串口。因此对他的一切操作都和文件的操作一样(涉及到了open,read,write,close等文件的基本操作)。一.Li...
分类:
系统相关 时间:
2014-11-25 15:59:25
阅读次数:
407