开发 | 2018-07-23 Android 入门教程 这篇文章总结了我在学习 Android过程中获得的经验、资源和代码。用这篇文章作为 Android学习结束的技术文档,自己总结一遍的同时,希望能帮到看这篇文档的人。 1.基础知识入门这里首推谷歌的开发 ...
开发 | 2018-05-12 Vysor破解过程记录 最近需要用到到 Vysor,走 Hacker的路线准备破解。大家有能力请支持正版软件。 1.首先要有 Chrome浏览器 && 这是 Mac下的破解记录 2.打开 https://ww ...
开发 | 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 ...