开发 | 2018-11-12 RosJava环境搭建 ROS (Robot Operating System) 是在2010年发布的开源机器人操作系统。 RosJava 是用 Java实现的 ROS,它提供了一个客户端库用于快速调用 ROS的 Topic ...
开发 | 2018-08-12 Some feature of Objective-C 1.AppDelegate.h and AppDelegate.mWhen the application is created there are AppDelegate.h files and A ...
开发 | 2018-07-23 Android 入门教程 这篇文章总结了我在学习 Android过程中获得的经验、资源和代码。用这篇文章作为 Android学习结束的技术文档,自己总结一遍的同时,希望能帮到看这篇文档的人。 1.基础知识入门这里首推谷歌的开发 ...
开发 | 2016-05-29 What is unittest and how to write unit testing Unit test is used for a module, a function or a class to test their validity.We can write some test ...