-
Connect IQ/APIメモ/Toybox/Lang
Module Toybox Lang - API Docs 下位ページ Float String Content Module Toybox LangDefined Under Namespace Instance Method Summary Instance Method Details(String) format(format, params...
-
Connect IQ/APIメモ/Toybox/Lang/Float
...oc/Toybox/Lang/Float.html Class Toybox Lang Float Floats are 32 bit floating point values. A decimal number is Float by default unless the d prefix is used. Since 1.0.0 関数(要約) (Flo...
-
Connect IQ/APIメモ/Toybox/Lang/String
...oc/Toybox/Lang/String.html 下位ページ Contents Class Toybox Lang String Overview All String objects represent a sequence of characters. The String object provides methods for str...
-
Connect IQ/APIメモ/Toybox/Application/AppBase
...its Lang Object show all Overview AppBase is the base class for an app. すべてのアプリケーションは、このクラスを継承し、その method を継承してアプリケーションのライフサイクルを管理する。 実装としては、このくらいをオーバーライドして、エントリポイントを提供し、次のメソッ...
-
Java/文字列
....com/Java/Language/language4.html 文字列 java.lang.String java.lang.StringBuilder 文字列の値を確認 isEmpty() 長さが0だとtrueを返す。但し、文字列がnull(初期化されていない)と、エラーになるので注意する(nullは長さ0(length()==0)では無い。) isEmpty() ...
-
Connect IQ/APIメモ/Toybox
... Graphics Lang Position Sensor System Time UserProfile WatchUi Content Module ToyboxDefined Under Namespace Module Toybox Defined Under Namespace ModulesActivity ActivityMonitor Act...
-
Javascript/AngularJS
下位ページ Content 参考サイト とりあえず有効にする モジュールを作成して動かすモジュールを作る 使うコントローラを定義する バインディングしたデータを表示させる 双方向データバインディング 要素を繰り返して表示する 参考サイト AngularJSを利用するには? - Build Insider とりあえず有効にする ライブラリを読み込む 有効...
-
Java/Servlet
下位ページ Content リダイレクト doGet、doPost、doDelete、...doGet, doPost,...をただデータを返すために使う リクエストパラメータの処理その他の取得方法一つのパラメータに対して複数の値がある場合 JSPとかのページにパラメータを渡すAttributeとParameter Cookieの利用Cookieの保存有効期限の設定...
-
Google/Sheets API/Java
下位ページ Content 値を取り出す Class Sheetsbuilderのコンストラクタパラメータ spreadsheets() Class SpreadSheetsValue Collection を操作するための accessor を取得する スプレッドシート Class Sheet.SpreadSheet.Value値を取得する 値を追加する ...
-
Java/HTTP通信
下位ページ Content HTTP通信文字化けが起きた パラメータの出力 レスポンスの「確認」 basic 認証 HTTP通信 接続先のURLへ情報を送信し、結果を保存する - @IT java.net.URL HttpURLConnection URLのインスタンスを作成。ここで接続先を指定する。 URLのインスタンスのopenConne...
-
Python/正規表現
正規表現を使う re モジュールを使用 import re https //docs.python.org/ja/3/library/re.html 正規表現をコンパイルする(という選択肢) https //note.nkmk.me/python-re-match-search-findall-etc/ 一致を探す 探すだけなら search, 一致部を抜き出すならmatc...
-
Connect IQ/Monkey C
...of Toybox.Lang.Number ) { System.println( "Value is a number" ); } has演算子は、与えられたオブジェクトがシンボル(など)を持っているかチェックする。 たとえば、Toybox.Sensor.Magnetometer は magnetometerのライブラリをもっているが、全てのGarmin...
-
Connect IQ/Monkey C/演算子
...in Toybox.Lang.Object to change the hashing function for their type class Person { // Return a number as the hash code. Remember that the hash code must be // the same for two objects...
-
Connect IQ
... ✓ ✓ ✓ ✓ Lang ✓ ✓ ✓ ✓ Math 三角関数とか、一般的な算術関数群 ✓ ✓ ✓ ✓ PersistedLocations* ウェイポイントを扱ったりできる、高機能なデバイスでしか使えない。 ✓ Positioning* 位置情報を扱う。Data Fieldでも、現在のLocationは取ってこられるが、使えるのか、試していない。 ✓ ✓ Sensor* 各種...
-
Connect IQ/Monkey C/変数
...in Toybox.Lang.Object to change the hashing function for their type class Person { // Return a number as the hash code. Remember that the hash code must be // the same for two objects...
-
Android/レイアウト(Layout)
下位ページ Content レイアウトの種類 他ファイルのレイアウトを参照する 要素をセットするXMLで定義する 動的にセットする https //developer.android.com/guide/topics/ui/declaring-layout.html#AdapterViews レイアウトの種類 覚えておくと便利!Androidアプリ開...
-
Automate/Documentation/Basics - Blocks
Content https //llamalab.com/automate/doc/block/index.html BlocksBlocks Apps App decision App start App start shortcut App clear cache App foreground...
-
Flutter
環境構築 参考サイト https //webbibouroku.com/Blog/Article/flutter-win 詰まったところ エミュレータが出ない。 VScodeで、「エミュレータが No Devices になっていると思いますが」と書かれていたが、そのような場所が見つからない。 → Extension を入れたらでる。なので、Dart, Flutter の Extens...
-
Connect IQ/APIメモ
...GraphicsDcLangFloatStringPositionInfoLocationSensorInfoSystemClockTimeDeviceSettingTimeDurationGregorianInfoMomentUserProfileProfileWatchUiInputDelegateKeyEventPickerViewDataFieldSimpleDataField
-
Android のサンプルの構築
Android API の Sample ファイル → 新規 → その他 → Android Sample Project があった。(Android用のなんか入れといたから?) Instructions for the Calendar V3 Android Sample の簡易和訳 ※ Android 向け Google Calendar API の事例を参考にしていますが、Android系...
-
Java/Swing
参考サイト Swingを使ってみよう - JavaDrive Swing - とほほのJava入門 下位ページ イベント処理 Content 流れ フレーム(JFrame) フレームの作成 パネル(JPanel) ボタン(JButton)ボタンをおした時の処理 ボタンのラベルの改行 ラベル(JLabel) テキストの表示JLabel JTextArea ...
-
Connect IQ/Resource Compiler
...r fr920xt Language and Region ISO 639–2 language code followed by an optional ISO 3166–1 3-letter country code. To include a region code, append it after the language code with an underscore (_) ...
-
AndroidManifest.xml
http //www.limy.org/program/android/android_manifest.html AndroidManifest.xml manifest / package, android sharedUserId, android sharedUserLabel, android versionCode, android versionNameintent-fil...
-
Google/GAS/SpreadSheet
下位ページ Content スプレッドシートの値を操作するまでの流れ SpreadSheetを開いた時に実行させる 入力するスプレッドシートを選択IDで開く 入力する(スプレッドシートの中の)シートを選択シート名で開く セルセルを選択するセル範囲を取得する セル範囲(単一セル)を取得する セルの最終行を取得する セルに値を操作するセルの値を読み取る セルに値を書き込...
-
Android
下位ページ インテントとインテントフィルタ サービス(Service) ストレージオプション フラグメント(Fragment) プロセスとスレッド(processes and threads) リストビュー(List View) レイアウト(Layout) 入力コントロール(Controls) 設定(Setting) 通知(Notification) Content ...
-
Google/AppEngine/Python
下位ページ get,postを受け取る htmlファイルを表示する ログイン認証 Content Google App Engineの登録 Pycharmの準備 プロジェクトファイルの準備 詰まったところ Google App Engine Python 3 スタンダード環境のドキュメント とりあえず、サーバにアクセスして、「なにか」表示させる。 A...
-
Automate/Documentation/Advanced - Variables
Automate/Documentation/Variables - LlamaLab Variables You use variables as symbolic names for values in flows. A variable name must start with a letter, subsequent characters can also be digits a...
-
Automate/Documentation/Functions
Automate/Documentation/Functions - Llamalab Functions The following functions are available for use in expressions abs Absolute value. acos Arc cosine of value. asin Arc sine of valu...
-
Google/認証
下位ページ Content 認証リクエスト OAuth2.0 の概要 WebサーバアプリケーションのOauth 2.0認証 Using OAuth 2.0 for Web Server Applications 概要 認証プロトコルについて OAuth 2.0 による認証 いろんな言語のライブラリ web application credentialsを作る web...
-
Connect IQ/APIメモ/Toybox/Graphics/Dc
http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Graphics/Dc.html 下位ページ Content Class Toybox Graphics Dc関数(要約) Dc 関数(詳細) Dc(Object) clear() 背景色で塗りつぶして、スクリー...
-
Connect IQ/APIメモ/Toybox/Attention/VibeProfile
Class Toybox Attention VibeProfile Overview Since 1.0.0 Supported Devices All non-Edge devices Instance Attribute Summary (Object) dutyCycle Duty Cycle of the vibration,...
-
Checkvist/タスクの操作
Open API - Checkvist 下位ページ Content リストアイテムの取得リストのアイテム全部を取得する場合 リスト中の特定のアイテムだけを取得する場合 リストアイテムの情報更新 リストアイテムの取得 リストのアイテム全部を取得する場合 URL /checklists/[checklist_id]/tasks.(json|xml)...
-
問題解決の自己ログ
下位ページ Content 文字コードが変問題点 症状の確認 送られてきている文字列のコードを確認ToodledoのAPIのページを確認 ヘッダとかに何か無いか? 追加確認 送られてきた文字列を、直に打って読ませたらどうなるか? 気付き JSONのデータに分解して、それ以外は特に何もせず表示してみる 文字化けが起きた(文字コードが変2)確認 解決まで Eclipse...
-
Connect IQ/APIメモ/Toybox/Ant/ChannelAssignment
http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Ant/ChannelAssignment.html Class Toybox Ant ChannelAssignmentInstance Attribute Summary Instance Method Summary Instance Attr...
-
Google/Sheets API
下位ページ Java Content URI batchGet シートのデータを取得する GET シートのデータを取得するHTTP request Query parameters Request body Response body 認証(scope) APPEND https //developers.google.com/sheets/?hl=j...
-
Toodledo/API/Task
下位ページ Saved Search タスクの削除 タスクの取得 タスクの編集 タスクの追加 情報フィールド Content Task(タスク)のデータフィールド Adding Tasks Deleting Tasks Error Codes Task(タスク)のデータフィールド retrieve, setに共通して用いられるフィールド GT AD ED...
-
Servlet・JSP
eclipseでのservletの作成 Servletのファイルを作成ファイル→新規→クラス javax.servlet.http.HttpServletクラス継承したクラスを作成名前は○○Servletとしておく(ほうがわかりやすい、たぶん) http //codezine.jp/article/detail/1481 Get/Postを受ける関数を設定別記 jspファイルを作成○○.jsp 作...
-
Google/Charts
Charts - Google 下位ページ Content 色 再描画画面リサイズ時 グラフの要素を選んだ時に何かを動作させる https //developers.google.com/chart/interactive/docs/ まだ使ったことがあるのは timeline だけ。 ライブラリをロードする script type=...
-
Google/認証(Oauth 2.0)
下位ページ クライアントサイドアプリケーション 組込アプリ Content 基本的な流れ(Basic steps)Google API から証明書を取得する Google Authorization Server からアクセストークンを取得する アクセストークンを Google API に送る 必要に応じて、アクセストークンをリフレッシュする ウェブサーバーアプリケー...
-
Checkvist/情報フィールド
Task representation 下位ページ Content XML対応 フィールド名 内容 その他 checklist_id タスクが含まれるCheckVistのID comments_count このタスクにぶら下がるノートの数 ◯ content タスク名 deleted Attribute is present only ...
-
Connect IQ/User Interface
下位ページ Content Drawables, Views, And Layouts Viewのライフサイクル リソースファイルで Layouts と Drawables を定義するリソース Layout を使うレイアウト定義の一例 レイアウトリソースの使用方法 Drawables User Interface Making a user inte...
-
Connect IQ/iOS SDK
http //developer.garmin.com/connect-iq/programmers-guide/ios-sdk-guide/ Garmin Developers Connect IQ SDK 大まかな流れ(想像) URLスキームで、元のアプリケーションにメッセージを送る ミュージックアプリを動かす場合 iOS SDK Guide iOS用のモバイルSDKを...
-
Javascript/jQuery/フォーム(Form)
下位ページ Content formの値を取得する(総括) formの無効化input要素の値を取得する.val(), .val(値) $(" checked") テキストボックス(text)変更を検知する checkboxチェック状態を確認する チェックされている要素集合を取得する チェック状態を操作する チェックボックスを使用不可にする ラジ...
-
Toodledo/API/Task/情報フィールド
http //api.toodledo.com/3/ 下位ページ Content Task(タスク)のデータフィールド タスクの取得(Retrieve Task) Adding Tasks Editing Tasks Deleting Tasks Error Codes Task(タスク)のデータフィールド retrieve, setに共通して用いられ...
-
Python/制御フロー・コード構造
標準入力input関数 入力データの処理整数入力 空白区切りの文字列を整数に変換して入力する 空白区切りの文字列を、配列として、整数に変換して入力する 一つずつ、4回入力を受け取る プログラムを終了するLecture 31 1行が長い場合 Lecture 32 if分 Lecture 34 論理演算子 Lecture 35 in と not の使い所 Lecture 36 値が入っていないことを確...
-
Connect IQ/APIメモ/Toybox/Graphics
http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Graphics.html 下位ページ Dc Content Module Toybox GraphicsDefined Under Namespace 定数フォントサイズ 色 テキスト位置 円弧方向 関数(要約) Gr...
-
Connect IQ/APIメモ/Toybox/Attention
http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Attention.html Module Toybox AttentionDefined Under Namespace Constant Summary 関数(要約) 関数(詳細)(Object) backlight(onOff) バックライ...
-
Toodledo
Toodledo 下位ページ API Content 使い方のまとめ記事 e-mail登録時の記法 ステータス 使い方のまとめ記事 Toodledoの使い方の記事まとめ - シゴタノ! e-mail登録時の記法 http //www.toodledo.com/info/help_email.php 記号 内容 書き方 デフォルト値 ...
-
Google/Calendar
下位ページ Content scope Javaでクラス リスエストEventのリストを取得する レスポンスCalendar Events Event Google Calendar API scope どっちか https //www.googleapis.com/auth/calendar https //www.googleapis.com/...
-
Connect IQ/APIメモ/Toybox/System
下位ページ ClockTime DeviceSetting Content Module Toybox SystemDefined Under Namespace Constant Summary 関数(要約) System 関数(詳細) System(Object) error(msg) (Object) exit (System.ClockTime) getC...