2017-05-01から1ヶ月間の記事一覧
command + , Input -> Emulate Numpadを選択。(チェック入れる)
Kotlin ktorのWebでうまく日本語が出ない・・。 call.respondText("へろわ", ContentType.Text.Html)のように書いてだめだったのでこうしたのに。 import org.jetbrains.ktor.netty.* import org.jetbrains.ktor.routing.* import org.jetbrains.ktor.applic…
Getting Startedを見てみる。 Getting Started · Kotlin/ktor Wiki · GitHub importがない・・・。 https://github.com/Kotlin/ktor 公式でさえ embeddedServer(Netty, 8080) { routing { get("/") { call.respondText("Hello, world!", ContentType.Text.Ht…
めんどくさいけどSDKMAN使えば楽。 JVMコマンド。 SDKMAN curl -s "https://get.sdkman.io" | bash Kotlin sdk install kotlin Java Java入れてないので・・・ sdk install java Oracle requires that you agree with the Oracle Binary Code License Agreem…
http://answers.unity3d.com/questions/1007886/how-to-set-the-new-unity-ui-rect-transform-anchor.html なので左上にするなら public static void SetPivotLeftUp(this RectTransform aRectTransform) { Vector2 vec2 = Vector2.one; vec2.Set(0.0f, 1.0f…
GoogleMapのAPIを使おうと developers.google.com ここに行って設定したのにも関わらず、、、 ClientParametersRequest failed, 7 attempts remaining (0 vs 11). Error のエラーがXcodeで出てくる。 ここ見た。 http://stackoverflow.com/questions/3205434…
ReorderableListを使いたいが interfaceはシリアライズにできないので http://answers.unity3d.com/questions/783456/solution-how-to-serialize-interfaces-generics-auto.html https://msdn.microsoft.com/en-us/library/system.runtime.serialization.ise…
CAR and CDR - Wikipedia car (short for "Contents of the Address part of Register number"), cdr ("Contents of the Decrement part of Register number"), cpr ("Contents of the Prefix part of Register number"), and ctr ("Contents of the Tag par…