336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Visual Studio 2012 기준
도구 -> 라이브러리 패키지 관리자 -> 패키지 관리자 콘솔 -> Install-Package ZooKeeperNet
다른 버전은 소스받고
컴파일 하면
src\dotnet\ZooKeeperNet\Generated 여기에 소스 없다고 에러남
여기 있는 패치 받고
Apache Ant 받아서
build.xml 있는 디렉토리에서
ant 실행 하면 소스생김 ^^
사용법은 만든 Eric Hauser 분이
It is a native C# port of the Java client that uses support for C# that was added to jute. In most cases, the API was intentionally keep the same as the Java client in order to make future porting easier.
I've added a second patch that adds the code generation necessary to compile to build.xml.
이렇다고 하심 ^^
아직 라이브서비스에 적용 못해봄
'글 > 코딩' 카테고리의 다른 글
nginx 설치 정리 (0) | 2013.04.17 |
---|---|
C# Amazon S3Region 의미 (0) | 2013.04.16 |
R-Value 테스트해 봤는데 몬가 이상하다???!!! (0) | 2012.11.15 |
GOF 패턴 - Adapter 패턴 (0) | 2012.07.17 |
GOF 패턴 - Prototype 패턴 (0) | 2012.06.28 |