기본 콘텐츠로 건너뛰기

다다이스 Blogger


사자마왕Posted by Picasa


블루문Posted by Picasa


안선생Posted by Picasa


사악미교Posted by Picasa


Ryu Posted by Picasa


dagoy Posted by Picasa


boardwalk Posted by Picasa


제가 따라 갈수 없을 정도로 잘 정리되어있는 blog들 입니다.
보드게임에 대한 review를 보고 싶으면 5군데 중에서 한곳을 선택해도 무방할것 같네요.
정말 좋은 글과 보드 게임 사진, 평, 전략? 이런것들이 잘 정리 되어있습니다. 블로그 구경해보면 결혼하시거나 애인이 있는 것 같네요. 부럽기 그지 없네요. T_T 저도 빨리 커플 되어서 이쁜 여친 사진 올리고 싶네요.

덧붙임:
보드 게임 rss필드 리스트 ^^

ENTO
http://ento.ibbun.net/blog/
RSS http://ento.ibbun.net/blog/rss.php
Epstein's Stronghold
http://www.5thbeatles.com/index.php
RSS http://www.5thbeatles.com/index.xml
펑그리얌
http://fungry.egloos.com/
RSS http://fungry.egloos.com/index.xml
안선생
http://blog.daum.net/eddyd
RSS http://blog.daum.net/xml/rss/eddyd
블루문
http://blog.naver.com/eznslow.do
RSS http://blog.naver.com/post/postXMLList.jsp?blogId=eznslow
Ryu
http://www.normaru.com/
사악미교
http://blog.naver.com/leemigyo.do
RSS http://blog.naver.com/post/postXMLList.jsp?blogId=leemigyo
다고이 사장님의 싸이월드 페이퍼
http://paper.cyworld.com/dagoy/
RSS http://paper.cyworld.com/dagoy/rss/
BoardWalk
http://boardwalk.co.kr/ood/index.php3
eek http://eek4u.blogspot.com/

댓글

  1. 여기 eek님 RSS주소가 있었군요;
    계속 찾아 헤맸습니다. :D

    답글삭제
  2. 그런데 RSS가 안되네요?=_=??;
    주소가 잘못된게 아닌지?

    답글삭제

댓글 쓰기

이 블로그의 인기 게시물

oradiag_??? 로그 생성안되게 하는 방법

cx_Oracle이나 oci로 개발된 프로그램을 사용하다 보면 $HOME에 orgdiag_사용자계정으로 로그가 대량으로 저장되는 경우가 발생합니다. 이런 경우에 로그가 남지 않도록 하던지 아님 다른 경로에 저장하는 방법은  아래와 같은 방법으로 처리할 수 있습니다. 로그 안남기는 방법은. 환경변수에 추가 export TNS_ADMIN=/home/eek/conf/ 해당경로에 sqlnet.ora파일 생성해서 DIAG_ADR_ENABLED=off TRACE_LEVEL_CLIENT=off LOG_FILE_CLIENT=/dev/null 설정값을 추가하면 로그 파일이 생성되지 않음. 자세한 설정 정보는 http://docs.oracle.com/cd/B28359_01/network.111/b28317/sqlnet.htm#BIIDEAFI 참고하세요. 끝.

Visual Leak Detector - Enhanced Memory Leak Detection for Visual C++

Download Visual Leak Detector - 515.7 Kb Download demo console project - 518 Kb Download demo MFC project - 525.2 Kb Download the source code - 29 Kb What's New 30 March 2005 - Version 0.9d has been newly released. This is a fairly major release that features significant changes to the way VLD interfaces with the application being debugged. With this release, VLD is now packaged in library form. Packaged as a pre-built library, it is now much easier to start using VLD with your projects because it no longer requires you to set-up your build environment in any particular way. For example, you'll no longer need to have the Platform SDK installed in order to use VLD. You also won't need to configure Visual C++'s include search path to include directories in any specific order. Introduction This memory leak detector is superior, in a number of ways, to the memory leak detection provided natively by MFC or the Microsoft C runtime library. First, built-in lea...

Oracle Instant Client + sqlldr install

Instant Client Downloads + SQL*Loader 설치 http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 아래와 같이 버젼에 따라서 3가지를 다운로드 합니다. basic, sdk, sqlplus instantclient-basic-linux.x64-11.2.0.3.0.zip instantclient-sdk-linux.x64-11.2.0.3.0.zip instantclient-sqlplus-linux.x64-11.2.0.3.0.zip 설치되어있는 oracle 에서 rdms , nls , sqlldr 를 복사합니다. cp -r /home/oracle/product/10/rdbms ~eek/usr/instantclient_10_2/ cp -r /home/oracle/product/10/nls ~eek/usr/instantclient_10_2/ # 파일 복사 cp -r /home/oracle/product/10/bin/sqlldr ~eek/usr/instantclient_10_2/ # 권한설정 chown -R eek.eek ~eek/usr/instantclient_10_2/ # 환경변수 등록 export NLS_LANG=AMERICAN_AMERICA.KO16KSC5601 export ORACLE_HOME=/home/eek/usr/instantclient_10_2 export ORA_NLS10=$ORACLE_HOME/nls/data