Core Animation是对OpenGL ES的Objective-C封装,具有与OpenGL ES几乎等价的高性能,却隐藏了OpenGL ES的复杂性。 https://www.cnblogs.com/feng9exe/p/6723056.html https://www.cnblogs.co ...
分类:
移动开发 时间:
2019-01-29 13:56:30
阅读次数:
171
如题,博主正在翻译一本Python相关的书。 图为Python作者。 [美]Brett Slatkin的名作。 Effective Python: 59 Specific Ways to Write Better Python. 翻译版本试读链接,https://www.gitbook.com/bo ...
分类:
编程语言 时间:
2019-01-26 15:27:34
阅读次数:
280
There is a pond with a rectangular shape. The pond is divided into a grid with H rows and W columns of squares. We will denote the square at the i-th ...
分类:
其他好文 时间:
2019-01-25 15:09:20
阅读次数:
252
最近在看“Effective Java 中文第二版”,看到了构建器这个知识,感觉很不错,比挨个调用setter方法看起来简便多了,代码如下: 1 public class User { 2 3 private String name; 4 private int age; 5 private Str ...
分类:
编程语言 时间:
2019-01-24 20:43:50
阅读次数:
211
gRPC 是一个高性能、开源和通用的 RPC 框架,面向移动和 HTTP/2 设计。目前提供 C、Java 和 Go 语言版本,分别是:grpc, grpc-java, grpc-go. 其中 C 版本支持 C, C++, Node.js, Python, Ruby, Objective-C, PH ...
分类:
其他好文 时间:
2019-01-24 20:07:55
阅读次数:
2065
AStyle简介 AStyle,即Artistic Style,是一个可用于C, C++, C++/CLI, Objective?C, C 和Java编程语言格式化和美化的工具。我们在使用编辑器的缩进(TAB)功能时,由于不同编辑器的差别,有的插入的是制表符,有的是2个空格,有的是4个空格。这样如果 ...
分类:
其他好文 时间:
2019-01-23 19:06:27
阅读次数:
582
获得一个类的实例的传统方法是公共的构造方法,还可以提供一个公共的静态工厂方法(一个返回值为该类实例的简单静态方法), 例如Boolean(boolean 的封装类) public static Boolean valueOf(boolean b) { return b ? Boolean.TRUE ...
分类:
编程语言 时间:
2019-01-21 23:22:47
阅读次数:
214
This chapter concerns creating and destorying objects : when and how to create them, when and how to avoid creating them, how to ensure they are desto ...
分类:
编程语言 时间:
2019-01-21 19:33:55
阅读次数:
183
Effective MySQL之SQL语句最优化提供了很多可以用于改进数据库和应用程序性能的最佳实践技巧,并对这些技巧做了详细的解释。 ...
分类:
数据库 时间:
2019-01-19 20:01:36
阅读次数:
321
A Multi-Position Joint Particle Filtering Method for Vehicle Localization in Urban Area 城市车辆定位的多位置联合粒子滤波方法 Shuxia Gu, Zhiyu Xiang*, Yi Zhang and Qi Qi ...
分类:
其他好文 时间:
2019-01-19 00:01:00
阅读次数:
223