当サイト、Codex 日本語版は今後積極的な更新は行わない予定です。後継となる新ユーザーマニュアルは、https://ja.wordpress.org/support/ にあります。 万が一、当サイトで重大な問題を発見した際などは、フォーラムや WordSlack #docs チャンネルでお知らせください。</p>
Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su
【機能説明】 srcからnバイトのメモリブロックをdstにコピーします。また返り値としてdstを返します。 srcとdstのコピーする先とコピー元が重なっているときは正常にコピーできません。 そのような場合は、memmove関数を使用すると正常にコピーできます。 memcpy()関数の使用例です。 #include <stdio.h> main() { char src[10]; char dst[10]; int i1; for (i1 = 0; i1 < 10; i1++) { src[i1] = i1; } printf("1."); for (i1 = 0; i1 < 10; i1++) { printf("[%d]", src[i1]); } printf("\n2."); memcpy(dst, src, 10); for (i1 = 0; i1 < 10; i1++) { p
このリファレンスマニュアルは Lua 言語の公式の定義です。 Lua プログラミングの完全な導入には Programming in Lua を参照してください。 スタート · 目次 · 索引 Copyright © 2011 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes Copyright © 2011 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. 目次 · 索引 0 – 日本語訳について この文章は、 Lua 5.2 Reference Manual を原著者に
AndroidプログラミングのTOPへ Androidアプリを開発するためのAPIの機能を,サンプルコード付きで 一覧形式で紹介しているサイトのリンク集。 SDKが持つ機能について,情報を「網羅的に」カバーしているサイトは,意外と少ない。 リファレンスないし辞書・逆引き辞典の場合,書籍は存在するが, オンラインで利用できるリソースが少ないのだ。 下記では比較的,質がよいページだけを選んであるので, Androidアプリ開発を始める場合,これらのサイトを上から順に読破するとよいだろう。 オンラインで利用できるAndroidプログラミングの網羅的なリファレンス リンク集: 逆引きAndroid入門(2010年) http://www.adakoda.com/android/ 各パッケージ名の概観: Android APIパッケージ一覧 http://www.syboos.jp/android/
ASP組み込みオブジェクト Application オブジェクト アプリケーション内の変数やデータの共有が可能なオブジェクト ASPError オブジェクト ASP内で発生したエラー内容や発生箇所を管理するオブジェクト Request オブジェクト フォームやクエリー文字列、Cookieなどを受け取るオブジェクト Response オブジェクト HTMLのヘッダ情報やCookieを設定するオブジェクト Server オブジェクト Webサーバの情報を管理するオブジェクト Session オブジェクト ユーザごと変数やデータの共有が可能なオブジェクト ObjectContext オブジェクト ASP内でトランザクションを制御するオブジェクト ファイル操作オブジェクト
Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く