Android

Appium-For-Android

Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS, Android, and Windows apps...

Rxjava

Rxjava-Essentials-CN

本书内容有RX-from .NET toRxJava 本章带你进入reactive的世界。我们会比较reactive 方法和传统方法,进而探索它们之间的相似和不同的地方。 WhyObservables? 本章会对观察者模式做一个概述,如何实现它以及怎样用RxJava来进行扩展, ...

other

Wordpress入门到优化

必要插件 Autoptimize 优化你的网站, 整合并压缩 CSS 和 JavaScript 代码。 云对象存储服务 一些文件资源可以扔上去...

other

gitKraken 破解

屏蔽更新host1127.0.0.1 release.gitkraken.com 打开gitkraken并登陆下载破解脚本12345678910git clone https://github.com/5cr1pt/GitCracken.gitcd...

other

Hexo+腾讯云COS,为你的站点加速

Hexo 托管在github上国内访问普遍很慢,难受的要死怎么办? 新方案 hexo + 腾讯云COS 申请腾讯云COS ,每个月有免费的10GB的CDN流量可以使用; 在腾讯云COS控制台中...

other

ADB常用命令

当有多个设备连接时 通过 adb devices 命令获取到设备名称 通过 adb -s 设备名称 指定设备执行命令 打开设置界面 adb shell am start...

other

注册码

Charles 注册码123Registered Name:https://zhile.ioLicense Key: 48891cf209c6d32bf4

android

Android反编译

安装必要的工具(MAC OS) 123456brew install apktool brew install smali brew install dex2jar brew install jadx brew cask install...

android

MapBox 地图

个人感觉地图UI真的是很漂亮,如果你也在为你的应用寻找一款漂亮的地图,MapBox值得一试。看图: Add Mapbox as a dependency to your build.gradle file:123456789repositories { ...