wikiテンプレート のバックアップ差分(No.3)

Unity学習帳2冊目wikiテンプレート のバックアップ差分(No.3)
« Prev  Next »
2: 2015-03-16 (月) 22:18:29 osinko ソース 3: 2015-03-17 (火) 00:49:23 osinko ソース
Line 1: Line 1:
これは書き込みテストです これは書き込みテストです
#jsmath #jsmath
 +
 +#ref(1333099032827.gif)
\(x^{2}+2x+1=(x+1)^{2}\) \(x^{2}+2x+1=(x+1)^{2}\)
普通に文章の中に\(x\)としたり\(\displaystyle \sum_{n=1}^{N}\frac{1}{n}\)のような事が可能となる 普通に文章の中に\(x\)としたり\(\displaystyle \sum_{n=1}^{N}\frac{1}{n}\)のような事が可能となる
 +
 +#ref(2015-03-04 18.35.09.png)
 +#youtube(ANe1G3wCVDc)
 +
 +#code(csharp){{
 +// cs
 +/**
 + * comment
 + */
 +#if a
 +#define a
 +#endif
 +
 +using System;
 +
 +namespace Sample013
 +{
 +  class Class1
 +  {
 +   [STAThread]
 +   static void Main(string[] args)
 +   {
 +     int i = 123;
 +     object o = i;
 +     int j = (int)o;
 +     Console.WriteLine("{0},{1},{2}",i,o,j);
 +   }
 +  }
 +}
 +}}
« Prev  Next »


トップ   差分 バックアップ 複製 名前変更 リロード   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ   最新ページのRSS 1.0 最新ページのRSS 2.0 最新ページのRSS Atom