鶏口(けいこう)となるも牛後(ぎゅうご)となるなかれ
大きな団体で人のしりについているよりも、小さな団体でも頭(かしら)になるほうがよい。
英語 | Better be the head of a dog than the tail of a lion. (ライオンの尻尾より犬の頭のほうがいい。) |
Jesus Always Love you.
鶏口(けいこう)となるも牛後(ぎゅうご)となるなかれ
大きな団体で人のしりについているよりも、小さな団体でも頭(かしら)になるほうがよい。
英語 | Better be the head of a dog than the tail of a lion. (ライオンの尻尾より犬の頭のほうがいい。) |
Windows終了
shutdown -s -f -t 0
Windows再起動
shutdown -r -f -t 0
Windows ログオフ
shutdown -l -f
それぞれ、ショートカットを作成し、「項目の場所を入力して下さい。」で、それぞれ入力します。
string s = "123";
int num;
if (int.TryParse(s, out num))
{
Console.WriteLine("{0} は、数字です。", s);
}
else
{
Console.WriteLine("{0} は、数字ではありません。", s);
}
s = "abc";
if (int.TryParse(s, out num))
{
Console.WriteLine("{0} は、数字です。", s);
}
else
{
Console.WriteLine("{0} は、数字ではありません。", s);
}
通貨記号や小数桁等が挿入される
[例]
int i = 12345;
CultureInfo jp = new CultureInfo( "ja-JP" );
Console.WriteLine( i.ToString("C2",jp) ); // 12,345.00
整数部に 3 桁ごとの区切りを入れる
[例]
int i = 12345;
Console.WriteLine( i.ToString("N") ); // 12,345.00
Console.WriteLine( i.ToString("N0") ); // 12,345
『世に勝つ者とはだれでしょう。イエスを神の御子と信じる者ではありませんか。』
ヨハネの手紙 第一 5:5
5:5 Who is he that overcometh the world, but he that believeth that Jesus is the Son of God?(KJV)
Freeiconweb.com