본문 바로가기

Development

(128)
NetworkStream Class https://archive.ph/hleaO https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.networkstream?view=net-6.0#definition NetworkStream Class (System.Net.Sockets) Provides the underlying stream of data for network access. docs.microsoft.com Definition Namespace: System.Net.Sockets Assembly:System.Net.Sockets.dll Provides the underlying stream of data for network access. C# public class Netwo..
How To Get Email Notifications Whenever Someone Logs Into Your Computer Sep 4, 2012, 6:00 am EDT | 2 min read Do you have a computer that you don’t want other people accessing – perhaps a server? You can have Windows email you whenever someone logs into your computer (assuming it’s connected to the Internet), giving you peace of mind. We’ll be using the Windows Task Scheduler for this – it can send emails in response to a variety of events. The Task Scheduler’s buil..
Using your ISP’s SMTP server If you use the SMTP server provided by your ISP: Please let us know if you are using your ISP’s SMTP server. Sometimes email will fail to send unless you register your ISP’s SMTP server with us for sending your email. If you are getting SPF errors while using your ISP’s SMTP server, please contact us. If you are unable to send email using using your domain as the outgoing SMTP server: 1. Find yo..
서버호스팅 별 smtp 세팅값 ※ gmail 메일의POP3/SMTP 설정값 imap.gmail.com(SSL 사용, 포트 993) smtp.gmail.com(SSL 사용, 포트 465 or 587, 인증필요- 받는 메일 서버와 동일한 설정 사용) ※ Daum 메일의 POP3/SMTP 값 pop.daum.net (SSL 사용, 포트 995)과 smtp.daum.net (SSL 사용, 포트 465)입니다 ex) pop.hanmail.net과 smtp.hanmail.net으로도 사용할 수 있습니다. ※ line works 메일의 POP3/SMTP 설정값 POP.worksmoblie.com(SSL 사용, 포트 995) smtp.worksmobile.com(SSL 사용, 포트 465) imap.wiorksmoblie.com(SSL 사용, 포트..
NetStream (Examples) https://archive.ph/z5W2C https://cpp.hotexamples.com/examples/-/NetStream/-/cpp-netstream-class-examples.html C++ (Cpp) NetStream Examples, NetStream C++ (Cpp) Examples - HotExamples cpp.hotexamples.com C++ (Cpp) NetStream - 7 examples found. These are the top rated real world C++ (Cpp) examples of NetStream extracted from open source projects. You can rate examples to help us improve the qualit..
C/C++ 자료형 C/C++ 에 존재하는 모든 자료형 개념 총 정리 Mar 04, 2018 알고리즘 문제 풀이 시에, 모르는 게 많이 생기게 됩니다. 특히 자료형에 대한 게 많이 헷갈리는 경우가 존재합니다. 어떤 문제는 long long 자료형을 써야할 때가 있고 (int 형의 범위를 초과해서), 어쩔때는 이러한 long long 을 scanf 나 printf 로 출력해야 할 때도 있겠죠 (저 같은 경우에는 int 나 float 같은 것 만 대충 알고 있었습니다). 이런 경우가 너무 많고 헷갈려서 여러 곳에서 정보를 모아서 정리를 해 보았습니다. 이상하게 모든 변수에 대해서 모아놓은 포스팅을 찾기가 매우 어렵더라구요. ▼ 정수 자료형의 크기 및 범위(LLP64/IL32P64, Windows) 자료형크기범위비고 char s..
닷넷 무료 역컴파일러 - 저스트디컴파일 어제부터 C#을 공부하면서 JAVA와는 다른 세계를 경험하고 있는데요. 주로 JAVA에서 웹을 다뤘다면 C#에서는 응용프로그램을 다루는 것 같습니다. 만든 소스코드를 컴파일 시키면 EXE 파일이 생성되니깐요 ㅎㅎ 하지만 EXE 파일을 소스코드로 변환해서 볼 수 있는 방법은 없을까요? 여러 프로그램 중 무료로 제공하는 프로그램인 저스트 디컴파일(Just Decompile)을 소개해보려고 합니다. 제조사는 Progress Telerik에요~ ■ 프로그램 설치 먼저 링크 → http://www.telerik.com/products/decompiler.aspx 로 접속합니다. 화살표가 가르키는 FreeDownload 버튼을 클릭하여 프로그램을 다운받습니다. 다음 페이지로 이동하면서 다운로드가 됩니다. 설치파일을..
exe파일 소스알아보기 보호되어 있는 글입니다.