Ruru's PlayGround :)
close
프로필 배경
프로필 로고

Ruru's PlayGround :)

  • 분류 전체보기 (500)
    • AI & Software (1)
    • 일상다반사 (134)
      • 뉴스 (35)
      • 생활지식 (7)
      • 소프트웨어 (5)
      • 여행 (2)
      • 음악 (43)
      • 외국어 (7)
      • 좋아 (30)
      • 게임 (5)
    • System (108)
      • Microsoft Exchange (11)
      • Microsoft SharePoint (21)
      • Microsoft Lync (37)
      • System Mangement (39)
    • Development (256)
      • .NET (147)
      • JavaScript (69)
      • Web (18)
      • Mobile (0)
      • Etc. (15)
      • Design (7)
  • 홈
  • 태그
  • 방명록

Q&A - Send a None exist email with SmtpClient(C#)

http://hoons.kr/Board.aspx?Name=QACSHAP&Mode=2&BoardIdx=42400 Question 안녕하세요 웹에서 메일을 발송할때 SmtpCilent 를 사용해서 메일을 발송하는데요~ 만약 받는 메일 주소가 잘못된 주소여서 전송이 안 됐을때 로그를 남기려고 합니다. 근데 SmtpFailedRecipientsException 이 부분에선 잡히지가 않는거 같아서요... 없는 메일주소로 발송을 해보면... 큐에 잠깐 들어갔다가 배드 메일로 빠지고 아무런 오류도 남질 않습니다. 회원들중에 잘못된 메일 주소를 등록한 회원이라면 메일주소를 초기화 시켜주려고 하는데요 어떻게 로그를 남길 방법이 없을까요? 해결 방법이 있으면 조언좀 부탁드립니다!! 수고하세요^^ Answer 일단 발생하는..

  • format_list_bulleted Development/.NET
  • · 2011. 3. 27.
  • textsms

Lua - MessageFrame:AddMessage

ref : http://www.wowwiki.com/API_ScrollingMessageFrame_AddMessage Outputs text to a local MessageFrame, with optional color id.- Updated in 2.4.2 MessageFrame에 문자열을 출력한다, 옵션으로 색상 아이디를 포함해서. - 2.4.2 버전부터 지원 MessageFrame:AddMessage(text[,r,g,b[,id][,addToStart]]); Parameters Arguments (String text, Number red, Number green, Number blue, Number id, Boolean addToStart) text The string message to out..

  • format_list_bulleted Development/Etc.
  • · 2011. 3. 12.
  • textsms

C# 'this' keyword - Extension Method

(* over .NET Framework 3.5) ref url. http://weblogs.asp.net/scottgu/archive/2007/03/13/new-orcas-language-feature-extension-methods.aspx this 키워드를 통해 기존에 존재하는 Object의 Static 메소드를 추가한 것 처럼 만들 수 있다. public static class ScottGuExtensions { public static bool IsValidEmailAddress(this string s) { Regex regex = new Regex(@"^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$"); return regex.IsMatch(s); } } 스캇 구슬희 형님의 VS에..

  • format_list_bulleted Development/.NET
  • · 2011. 2. 25.
  • textsms

Lua - Control Statement

Ref : http://www.lua.org/manual/5.1/ * Compare if (left < right) then elseif (left == right) then else end * Loop for i = 1, 10, 1 do end * Loop for array for item in expression do end * Function definition function foo() end * Print message print("Hello world!") ** Wow Register this:RegisterEvent("PLAYER_TARGET_CHANGED")

  • format_list_bulleted Development/Etc.
  • · 2011. 2. 23.
  • textsms

PHP - Detects what compression file uses

유명한 MySQL 관리 툴이죠. phpMyAdmin 소스를 보던 중 좋은 내용을 발췌합니다. libraries\import.lib.php 파일에 있던 내용이고요. 코드는 아래와 같습니다. /** * Detects what compression filse uses * * @param string filename to check * @return string MIME type of compression, none for none * @access public */ function PMA_detectCompression($filepath) { $file = @fopen($filepath, 'rb'); if (!$file) { return FALSE; } $test = fread($file, 4); $len =..

  • format_list_bulleted Development/Etc.
  • · 2009. 7. 7.
  • textsms

Visual C++ 6 Unleashed

간만에 정말 유용한 사이트를 찾은 것 같다. 뭐 자주 볼일은 없는 C++ 이지만, Visual C++ 6 관련된 내용을 보게 된다면 거의 바이블이나 마찬가지인 사이트이다. 정말 내용이 방대한 -_ -;; 책을 안가지고 계시다면!! 여기를 한번 보면 좋을듯 후훗~ (아래 링크들은 Shift + Click 으로 봐주시길 ^ ^) http://www.informit.com/library/ http://www.informit.com/library/library.aspx?b=Visual_C_PlusPlus Visual C++ 6 Unleashed By MICKEY WILLIAMS and David Bennett More Information Visual C++ 6 Unleashed provides comprehe..

  • format_list_bulleted Development/.NET
  • · 2009. 6. 29.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • ···
  • 12
  • navigate_next
최근 글
인기 글
최근 댓글
태그
  • #프로그래밍
  • #OCS
  • #.NET
  • #Programming
  • #SilverLight
  • #microsoft
  • #자바스크립트
  • #javascript
  • #ASP.NET
  • #C#
전체 카테고리
  • 분류 전체보기 (500)
    • AI & Software (1)
    • 일상다반사 (134)
      • 뉴스 (35)
      • 생활지식 (7)
      • 소프트웨어 (5)
      • 여행 (2)
      • 음악 (43)
      • 외국어 (7)
      • 좋아 (30)
      • 게임 (5)
    • System (108)
      • Microsoft Exchange (11)
      • Microsoft SharePoint (21)
      • Microsoft Lync (37)
      • System Mangement (39)
    • Development (256)
      • .NET (147)
      • JavaScript (69)
      • Web (18)
      • Mobile (0)
      • Etc. (15)
      • Design (7)
전체 방문자
오늘
어제
전체
Copyright © Ruru's PlayGround :) All rights reserved.
Designed by JJuum

티스토리툴바