git.bookislife.com git.bookislife.com

git.bookislife.com

Pixel Space

Join 10k subscribers and followers. 2016-03-19 - 阅读了大约 1 分钟. 使用 Scala 开发 Android 应用. 2016-01-10 - 阅读了大约 2 分钟. 之前介绍了使用 Groovy 和 Kotlin 开发 Android 程序,本节主要介绍如何使用 Scala 开发 Android 程序。 2016-01-04 - 阅读了大约 1 分钟. JGSK - Kotlin - 08.Utils. 2015-12-31 - 阅读了大约 1 分钟. JGSK - Kotlin - 07.内联函数. 2015-12-30 - 阅读了大约 2 分钟. JGSK - Kotlin - 06.DSL. 2015-12-30 - 阅读了大约 1 分钟. DSL 即 domain-specific languages,领域特定语言。 JGSK - Kotlin - 05.高阶函数. 2015-12-29 - 阅读了大约 2 分钟. JGSK - 35.集合的函数式编程. 2015-12-25 - 阅读了大约 6 分钟.

http://git.bookislife.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GIT.BOOKISLIFE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 2.7 out of 5 with 6 reviews
5 star
0
4 star
2
3 star
2
2 star
0
1 star
2

Hey there! Start your review of git.bookislife.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1 seconds

FAVICON PREVIEW

  • git.bookislife.com

    16x16

  • git.bookislife.com

    32x32

  • git.bookislife.com

    64x64

CONTACTS AT GIT.BOOKISLIFE.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Pixel Space | git.bookislife.com Reviews
<META>
DESCRIPTION
Join 10k subscribers and followers. 2016-03-19 - 阅读了大约 1 分钟. 使用 Scala 开发 Android 应用. 2016-01-10 - 阅读了大约 2 分钟. 之前介绍了使用 Groovy 和 Kotlin 开发 Android 程序,本节主要介绍如何使用 Scala 开发 Android 程序。 2016-01-04 - 阅读了大约 1 分钟. JGSK - Kotlin - 08.Utils. 2015-12-31 - 阅读了大约 1 分钟. JGSK - Kotlin - 07.内联函数. 2015-12-30 - 阅读了大约 2 分钟. JGSK - Kotlin - 06.DSL. 2015-12-30 - 阅读了大约 1 分钟. DSL 即 domain-specific languages,领域特定语言。 JGSK - Kotlin - 05.高阶函数. 2015-12-29 - 阅读了大约 2 分钟. JGSK - 35.集合的函数式编程. 2015-12-25 - 阅读了大约 6 分钟.
<META>
KEYWORDS
1 by sidney xu
2 blog
3 code
4 lifestyle
5 share
6 twitter
7 facebook
8 google
9 linkedin
10 delicious
CONTENT
Page content here
KEYWORDS ON
PAGE
by sidney xu,blog,code,lifestyle,share,twitter,facebook,google,linkedin,delicious,reddit,stumbleupon,sharing is caring,github,slideshare,pixel space,常用 adb 命令,adb 命令很多,本文只介绍实际常用的那些命令,阅读更多,scala android,android应用的重新打包与反编译,utils,本章主要介绍一些 kotlin 内置的工具类和方法
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Pixel Space | git.bookislife.com Reviews

https://git.bookislife.com

Join 10k subscribers and followers. 2016-03-19 - 阅读了大约 1 分钟. 使用 Scala 开发 Android 应用. 2016-01-10 - 阅读了大约 2 分钟. 之前介绍了使用 Groovy 和 Kotlin 开发 Android 程序,本节主要介绍如何使用 Scala 开发 Android 程序。 2016-01-04 - 阅读了大约 1 分钟. JGSK - Kotlin - 08.Utils. 2015-12-31 - 阅读了大约 1 分钟. JGSK - Kotlin - 07.内联函数. 2015-12-30 - 阅读了大约 2 分钟. JGSK - Kotlin - 06.DSL. 2015-12-30 - 阅读了大约 1 分钟. DSL 即 domain-specific languages,领域特定语言。 JGSK - Kotlin - 05.高阶函数. 2015-12-29 - 阅读了大约 2 分钟. JGSK - 35.集合的函数式编程. 2015-12-25 - 阅读了大约 6 分钟.

INTERNAL PAGES

git.bookislife.com git.bookislife.com
1

JGSK - Kotlin - 05.高阶函数

http://git.bookislife.com/post/2015/jgsk-kotlin-05-high-order-function

Join 10k subscribers and followers. JGSK - Kotlin - 05.高阶函数. Val sum = { x: Int, y: Int - x y }. Val sum2: (Int, Int) - Int = { x, y - x y }. Int, Int) - Int. N 为 0 到 22 的整数)的特质的. Val sum2: Function2[Int, Int, Int] = new Function2[Int, Int, Int] { override def apply(x: Int, y: Int): Int = x y }. Fun add10(f: (Int) - Int) = f(10). Add10({ it 2 }) / 12. Add10 { it 2 } / 12. Fun scale(factor: Double) = { x: Double - x * factor }. Val a = accept { x - this x } println(a) / 110. JGSK - Kotlin - 06.DSL.

2

JGSK - 35.集合的函数式编程

http://git.bookislife.com/post/2015/jgsk-35-collection-function

Join 10k subscribers and followers. JGSK - 35.集合的函数式编程. 从 Java 1.8 开始 Java 也支持了集合的函数式编程。 Stream 是 Java 1.8 引入的类,主要用于进行 并行集合的流式操作。 List Integer numbers1 = Arrays.asList(1, 2, 3, 4, 5, 6); List Integer numbers2 = Arrays.asList(10, 20, 30); List List Integer numbers3 = Arrays.asList(numbers1, numbers2); numbers1.stream(); Stream.of(numbers1);. Stream Integer mapResult = numbers1.stream().map(x - x * x); System.out.println(map = getString(mapResult) ; / [1, 4, 9, 16, 25, 36]. Stream Integer parallelResult = ...

3

常用 adb 命令

http://git.bookislife.com/post/2016/adb-command

Join 10k subscribers and followers. 关闭 adb 调试桥,当 Logcat 显示设备 offline 时可用通过重启调试桥恢复功能. 显示手机硬件信息,包括 device model 等. Adb shell cat system/build.prop. Adb shell pm list packages. Adb shell am start -W -a android.intent.action.VIEW -d schema packageName. Adb shell am start -n packageName / targetActivity [-e somekey somevalue]. 相当于向 intent 放入 String 类型的 extra 参数,. 则为 int 类型 value,. 为 long 类型 value,其它类推. 注意 如果该 Activity 不是 Main Activity 的话,则必须设置. Adb push local path remote path. Adb pull remote path local path.

4

Android应用的重新打包与反编译

http://git.bookislife.com/post/2016/android-repack-and-decompiler

Join 10k subscribers and followers. Android 开发中流传着所谓的 打包党 ,即将其他开发者开发的畅销应用解开后修改部分内容 比如广告 Id 等 然后重新进行打包上传到商店以谋求暴利。 Apktool d testapp.apk -o testapp. Keytool -printcert -file testapp/original/META-INF/CERT.RSA. Apktool b testapp -o new testapp.apk. Keytool -genkey -v -keystore androidse.keystore -alias androidsekey -keyalg RSA -keysize 2048 -validity 365. Jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore androidse.keystore new testapp.apk androidsekey. New testapp align.apk.

5

使用 Scala 开发 Android 应用

http://git.bookislife.com/post/2016/dev-android-using-scala

Join 10k subscribers and followers. 使用 Scala 开发 Android 应用. 之前介绍了使用 Groovy 和 Kotlin 开发 Android 程序,本节主要介绍如何使用 Scala 开发 Android 程序。 在 IDEA 或 Android Studio 中安装. Buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.2.3' classpath jp.leafytree.gradle:gradle-android-scala-plugin:1.4 } }. Apply plugin: jp.leafytree.android-scala. Dependencies { compile org.scala-lang:scala-library:2.11.7 }. Android { sourceSets { main.scala.srcDirs = 'src/main/scala' } }. Override...

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

bookislife.com bookislife.com

关于我 | Pixel Space

http://www.bookislife.com/about

专注于 Web 开发和移动端开发的码农,地理位置上海,主要使用的编程语言为 Java, JavaScript, Php, Groovy。 Git 静态网站地址为 http:/ git.bookislife.com.

github.com github.com

SidneyXu (Sidney Xu) · GitHub

https://github.com/SidneyXu

X73;iriuseddy@gmail.com. Http:/ git.bookislife.com. Dec 19, 2013. Comparison among Java, Groovy, Scala, Kotlin in Android Development. Java,Groovy,Scala,Kotlin 四种语言的特点对比. Some templates for using. Android Showcase in Kotlin. 478 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. SidneyXu has no activity during this period. You can't perform that action at this time. You signed in with another tab or window. Reload.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

2

SOCIAL ENGAGEMENT



OTHER SITES

git.blogfa.com git.blogfa.com

انجمن علمی IT دانشگاه پیام نور دهاقان

انجمن علمی IT دانشگاه پیام نور دهاقان. وبلاگ انجمن در راستای ارتقای سطح علمی دانشجویان عزیز. سوالات آزمون ارشد مهندسی فناوری اطلاعات ۹۱. سوالات آزمون ارشد مهندسی فناوری اطلاعات ۹۱. نوشته شده در پنجشنبه یازدهم اسفند ۱۳۹۰ساعت 15:36 توسط admin. دانلود مقاله آشنایی با فناوری بلوتوث. نوشته شده در پنجشنبه یازدهم اسفند ۱۳۹۰ساعت 15:0 توسط admin. نوشته شده در چهارشنبه شانزدهم آذر ۱۳۹۰ساعت 13:33 توسط admin. روشهای انتشار اطلاعات در شبکه های حسگر بیسیم. نوشته شده در چهارشنبه شانزدهم آذر ۱۳۹۰ساعت 13:30 توسط admin.

git.bmts.us git.bmts.us

git.bmts.us Git

Unnamed repository; edit this file 'description' to name the repository. World Wide Web Owner. FreeSWITCH FAX provides a fax management, logging, and routing application on top of FreeSWITCH. My Start Up Files - These are the user start up files I used on Linux/BSD systems. PuckyPHP is an open-source, ultra-fast, and minimalistic PHP front controller. Unnamed repository; edit this file 'description' to name the repository.

git.bnewbold.net git.bnewbold.net

git.bnewbold.net

Adventures in Adv Symbolic . MIT undergraduate physics . Code for bnewbold.net. Build system for the novena . Unnamed repository; edit this . HAIP 2012 circles interface. Code for equator.memeschemes.com. Repository for virtual sqrls . RockPaperRobot: Sand Clock . Code for 8.14 physiscs course .

git.bo.pl git.bo.pl

BO.PL - wskazany alias nie istnieje.

WSKAZANY ALIAS NIE ISTNIEJE. THIS ALIAS DOES NOT EXIST. Nie został on zarejestrowany w naszym serwisie. Aby uzyskać więcej informacji o serwerze BO.PL. Powered by WMalias PRO.

git.bokehteknology.net git.bokehteknology.net

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@git.bokehteknology.net. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.

git.bookislife.com git.bookislife.com

Pixel Space

Join 10k subscribers and followers. 2016-03-19 - 阅读了大约 1 分钟. 使用 Scala 开发 Android 应用. 2016-01-10 - 阅读了大约 2 分钟. 之前介绍了使用 Groovy 和 Kotlin 开发 Android 程序,本节主要介绍如何使用 Scala 开发 Android 程序。 2016-01-04 - 阅读了大约 1 分钟. JGSK - Kotlin - 08.Utils. 2015-12-31 - 阅读了大约 1 分钟. JGSK - Kotlin - 07.内联函数. 2015-12-30 - 阅读了大约 2 分钟. JGSK - Kotlin - 06.DSL. 2015-12-30 - 阅读了大约 1 分钟. DSL 即 domain-specific languages,领域特定语言。 JGSK - Kotlin - 05.高阶函数. 2015-12-29 - 阅读了大约 2 分钟. JGSK - 35.集合的函数式编程. 2015-12-25 - 阅读了大约 6 分钟.

git.bradleylaboon.com git.bradleylaboon.com

L. Bradley LaBoon - Git

A simple directory cloner. Git repository for bradleylabo. My personal OS project. Git repository for platformb.org. SteelSeries keyboard LED confi.

git.braindead.fr git.braindead.fr

GitLab

GitLab is open source software to collaborate on code. Or browse for public projects. Did not receive confirmation email?

git.breakpoint.cc git.breakpoint.cc

hackz

An old fork of icecream. Sebastian A. Siewior. A tool for distributing compile jobs. Sebastian A. Siewior. Sebastian A. Siewior. Unnamed repository; edit this file 'description' to nam. Sebastian A. Siewior. Unnamed repository; edit this file 'description' to nam. Sebastian A. Siewior. Sebastian A. Siewior. CVS Mirror of libssh2. Sebastian A. Siewior. OpenSSH compatible ssh-keygen implementation. Sebastian A. Siewior. Sebastian A. Siewior. OpenSSH mirror of the cvs repo. Sebastian A. Siewior. Unnamed rep...

git.breizh-entropy.org git.breizh-entropy.org

git.breizh-entropy.org Git

git.brokenpipe.de git.brokenpipe.de

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx.