对应文档为Houdini帮助:Expression cookbook章节RipplesTo get ripples radiating from a center, base the sine function on the distance of the point to the center o...
分类:
其他好文 时间:
2015-09-04 18:25:25
阅读次数:
211
AWS服务 OpenStack服务 OpenStack单词的中文解释 Dashboard AWS Console Horizon 地平线; 范围; 界限; 眼界 计算Compute EC2 Nova 新星 网络 VPC Neutron 中子 对象存储 S3 Swift 雨燕;敏捷的 块存储 EBS Cinder 煤渣;矿渣...
分类:
其他好文 时间:
2015-09-03 12:47:47
阅读次数:
292
Book DescriptionThis introductory text teaches programmers in Cookbook style how to write iOS apps that take advantage of Core Graphics and Quartz Cor...
分类:
移动开发 时间:
2015-09-03 01:48:54
阅读次数:
148
"/>Book DescriptionWant to build games with iOS technologies? This cookbook provides detailed recipes for a wide range of common iOS game-development ...
分类:
移动开发 时间:
2015-09-03 00:42:25
阅读次数:
268
"/>Book DescriptionReady to make amazing games for the iPhone, iPad, and iPod touch? With Apple’s Swift programming language, it’s never been easier. ...
分类:
移动开发 时间:
2015-09-03 00:33:06
阅读次数:
243
1.我们常常使用nonatomic,很多人只知道它的效率较高,却不知道其含义,其含义是非线程安全的,也就是说多线程修改时不加锁,可能出现多个线程先后修改而成为脏数据的情况。
2.unsafe_unretained和assign的作用是一致的,如果对象数据也采用这种方式,这个property就只是指向数据的指针而已,这样说来,似乎assign和weak是一样的,但他们有个很大的区别,在下一条中说明...
分类:
移动开发 时间:
2015-08-30 21:21:26
阅读次数:
158
1、连接RDS的SQL server时报错:无法连接到 tyconteXXXXntdbaws.XXXX.ap-southeast-1.rds.amazonaws.com:1433在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并...
分类:
其他好文 时间:
2015-08-28 11:01:49
阅读次数:
181
刚在云计算增速上超越亚马逊AWS,成为全球增速最快云服务商之后,阿里云旗下域名解析业务也一跃迈入全球榜单。据第三方统计机构DailyChanges公布的最新数据显示,截止至2015年8月19日, 在全球域名解析市场中,阿...
分类:
其他好文 时间:
2015-08-26 10:51:22
阅读次数:
166
解析和遍历文档 解析HTML文档: String html = "<html><head><title>First parse</title></head>" ? + "<body><p>Parsed HTML into a doc.</p></body></html>"; Document doc = Jsoup.parse(html); 解析器尽可能的...
分类:
编程语言 时间:
2015-08-25 13:02:15
阅读次数:
191
前言:此本版是中文教程,在英文的教程的基础上翻译过来的 中文版下载:http://pan.baidu.com/s/1i3knK81 英文原版参考:http://jsoup.org/cookbook/ 一、入门 解析和遍历一个html文档 二、输入 解析一个html字符...
分类:
Web程序 时间:
2015-08-25 13:00:04
阅读次数:
246