Debian リファレンス v2.124. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142 8.1.1 UTF-8 ロケールを使う根拠 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142 8.1 iconv を使って変換 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 220 11.1.2 ファイルが UTF-8 であると iconv を使い確認 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 222 11.1.3 iconv を使ってファイル名変換 行を読みます。カーソールを”|tutor|” に移動し Ctrl-] を押してオンラインの訓練コースを始めます。 注意 Vim や Emacs のような良いエディターは、UTF-8 や他のエギゾチックな符号化方式 (エンコーディング) のテキ ストを正しく扱えます。それには UTF-8 ロケール中の GUI 環境で、必要なプログラムとフォントをインストー ルをするのが賢明です。エディタには GUI 環境に依らずにファイルのエンコーディングを設定するオプション0 码力 | 287 页 | 1.60 MB | 1 年前3
Comprehensive Rust(日语) 202412C++と同様に、ブロックは波括弧で囲みます。 • main 関数はプログラムのエントリーポイントになります。 • Rust には衛生的なマクロがあり、println!はその一例です。 • Rust の文字列は UTF-8 でエンコードされ、どんな Unicode 文字でも含む事ができます。 This slide tries to make the students comfortable with Rust code understand the two string types in Rust: • &str is a slice of UTF-8 encoded bytes, similar to &[u8]. • String is an owned buffer of UTF-8 encoded bytes, similar to Vec. fn main() { let s1: &str = ]; println!("s3: {s3}"); } • &str introduces a string slice, which is an immutable reference to UTF-8 encoded string data stored in a block of memory. String literals ("Hello"), are stored in the program’ 0 码力 | 381 页 | 1.36 MB | 10 月前3
PlantUML 1.2019.3 言語リファレンスガイドjava -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2019.3) 146 / 159 19 STANDARD LIBRARY 19 Standard Library This page explains 0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML 1.2019.2 言語リファレンスガイドjava -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2019.2) 146 / 159 19 STANDARD LIBRARY 19 Standard Library This page explains 0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)java -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2019.1) 134 / 147 19 STANDARD LIBRARY 19 Standard Library This page explains 0 码力 | 148 页 | 1.92 MB | 1 年前3
PlantUML 1.2019.6 言語リファレンスガイドjava -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2019.6) 159 / 173 21 STANDARD LIBRARY 21 Standard Library This page explains 0 码力 | 174 页 | 1.99 MB | 1 年前3
PlantUML 1.2019.4 言語リファレンスガイドjava -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2019.4) 153 / 167 21 STANDARD LIBRARY 21 Standard Library This page explains 0 码力 | 168 页 | 1.90 MB | 1 年前3
PlantUML 1.2019.9 言語リファレンスガイドjava -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2019.9) 160 / 174 21 STANDARD LIBRARY 21 Standard Library This page explains 0 码力 | 175 页 | 2.02 MB | 1 年前3
JavaScript Promiseの本 v1read(filePath); }; File.prototype.read = function (filePath) { this.lastValue = fs.readFileSync(filePath, "utf-8"); return this; }; File.prototype.transform = function (fn) { this.lastValue = fn.call(this function (filePath) { return this.then(function () { return fs.readFileSync(filePath, "utf-8"); }); }; File.prototype.transform = function (fn) { return this.then(fn); }; File.prototype // => 擬似的に以下のような流れに展開できる promise.then(function read(){ return fs.readFileSync(filePath, "utf-8"); }).then(function transform(content) { return ">>" + content; }).then(function0 码力 | 115 页 | 1.06 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイドjava -jar plantuml.jar -charset UTF-8 files.txt Or, with the ant task:Depending of your Java installation installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 言語リファレンスガイド (1.2020.23) 285 / 305 22 標準ライブラリ 22 標準ライブラリ このページでは、PlantUML の標準ライブラリについて説明します。標準ライブラリは 0 码力 | 306 页 | 3.19 MB | 1 年前3
共 18 条
- 1
- 2













