摘要:
{ https://github.com/zhmmmm/Kotlin } 阅读全文
摘要:
{ …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 阅读全文
摘要:
{ https://www.runoob.com/kotlin/kotlin-eclipse-setup.html } 阅读全文
摘要:
{ kotlin: run Kotlin programs, scripts or REPL.Usage: kotlin <options> <command> <arguments>where command may be one of: foo.Bar Runs the 'main' funct 阅读全文
摘要:
{ https://github.com/JetBrains/kotlin/releases/tag/v1.3.50 } 阅读全文
摘要:
{ 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 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.aprivate.lib" android:version 阅读全文
摘要:
<activity android:name="xxxActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:launchMode="singleTask">VALUE DESC 阅读全文