Seasons.NET

ちょっとした技術ブログです

Entries from 2008-06-30 to 1 day

紹介:インサイドWindows Communication Foundation [マイクロソフト公式解説書] (マイクロソフト公式解説書 Microsoft Visual Studio)

インサイドWindows Communication Foundation (マイクロソフト公式解説書 Microsoft Visual Studio 2008)作者: Justin Smith(ジャスティンスミス),(株)クイープ出版社/メーカー: 日経BPソフトプレス発売日: 2008/06/26メディア: 単行本(ソフトカバー)購入:…

Modern C++ Design勉強日記 クラステンプレートの特殊化は、パターンマッチのようにつかえる

#include "stdafx.h" using namespace std; // Widget class Widget { }; // Widget2 class Widget2 { }; /*------------------------------------------------------------------------- */ /* (1) */ /*-------------------------------------------------…

Modern C++ Design勉強日記 似ているようで違う型

template< int T > struct Int2Type { enum { value = T }; }; #ifdef __TEST_TMP1_1 AUTO_TEST( tmp1_1 ) { Int2Type< true > t; Int2Type< false > f; // tとfは、別の型です。 // それぞの値を表示 cout << t.value << endl; cout << f.value << endl; //…

ホスト名変更した時

/etc/hostname を開いて、好きな名前に書き換え、サービスをリスタート!!

DYNA最新版2.14公開

だいなファイラー 見逃してたw