上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 59 下一页
摘要: { https://github.com/zhmmmm/Kotlin } 阅读全文
posted @ 2019-11-15 18:44 YZFHKMS-X 阅读(92) 评论(0) 推荐(0) 编辑
摘要: { …or create a new repository on the command line echo "# Kotlin" >> README.md git init git add README.md git commit -m "first commit" git remote add 阅读全文
posted @ 2019-11-15 16:02 YZFHKMS-X 阅读(141) 评论(0) 推荐(0) 编辑
摘要: { https://www.runoob.com/kotlin/kotlin-eclipse-setup.html } 阅读全文
posted @ 2019-11-15 15:55 YZFHKMS-X 阅读(135) 评论(0) 推荐(0) 编辑
摘要: { kotlin: run Kotlin programs, scripts or REPL.Usage: kotlin <options> <command> <arguments>where command may be one of: foo.Bar Runs the 'main' funct 阅读全文
posted @ 2019-11-15 15:15 YZFHKMS-X 阅读(93) 评论(0) 推荐(0) 编辑
摘要: { https://github.com/JetBrains/kotlin/releases/tag/v1.3.50 } 阅读全文
posted @ 2019-11-15 15:03 YZFHKMS-X 阅读(209) 评论(0) 推荐(0) 编辑
摘要: { Usage cmake [options] <path-to-source> cmake [options] <path-to-existing-build>Specify a source directory to (re-)generate a build system for it in 阅读全文
posted @ 2019-11-15 14:38 YZFHKMS-X 阅读(420) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.aprivate.lib" android:version 阅读全文
posted @ 2019-11-15 09:52 YZFHKMS-X 阅读(893) 评论(0) 推荐(0) 编辑
摘要: <activity android:name="xxxActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:launchMode="singleTask">VALUE DESC 阅读全文
posted @ 2019-11-15 09:50 YZFHKMS-X 阅读(303) 评论(0) 推荐(0) 编辑
摘要: { https://www.runoob.com/w3cnote/android-tutorial-intro.html } 阅读全文
posted @ 2019-11-14 21:37 YZFHKMS-X 阅读(103) 评论(0) 推荐(0) 编辑
摘要: //首先这是一个前沿 //我看了多的资料,还看了近半个小时的 android activity 的讲解 终于打出了apk //接下来开始 //一步一步的跟着我走 1.创建一个android项目或者一个modudle 其项目类型为android library !android library ! a 阅读全文
posted @ 2019-11-14 21:11 YZFHKMS-X 阅读(376) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 59 下一页