<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>PilJin.Kwon's Blog</title>
    <link>https://openserver.tistory.com/</link>
    <description>ReBooting!</description>
    <language>ko</language>
    <pubDate>Thu, 16 Jul 2026 01:32:57 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>openserver</managingEditor>
    <image>
      <title>PilJin.Kwon's Blog</title>
      <url>https://t1.daumcdn.net/cfile/tistory/234958455228542F37</url>
      <link>https://openserver.tistory.com</link>
    </image>
    <item>
      <title>JavaPAD - Small Java IDE</title>
      <link>https://openserver.tistory.com/286</link>
      <description>▶ JavaPAD [ Small Java IDE ]&amp;nbsp;&amp;nbsp;JavaPAD 프로그램은 작고 빠른, Java 전용 에디터이며, 간단히 컴파일과 실행할 수 있는 프로그램입니다.&amp;nbsp;기본 엔코딩은 UTF-8 모드입니다.&amp;nbsp;디렉토리기반 프로젝트로 작동합니다. 여러개의 폴더(프로젝트)를 동시에 작업할 수 있습니다. &amp;nbsp;프로그램을 다운로드 받은 후 , 압축을 해제한 후 &amp;nbsp; 최초로 실행하면 다음과 같이 JavaSDK의 Bin ..</description>
      <category>Tip</category>
      <category>java</category>
      <category>Java IDE</category>
      <category>javapad</category>
      <category>가벼운 편집기</category>
      <author>openserver</author>
      <guid isPermaLink="true">https://openserver.tistory.com/286</guid>
      <comments>https://openserver.tistory.com/286#entry286comment</comments>
      <pubDate>Sat, 11 Nov 2017 15:56:05 +0900</pubDate>
    </item>
    <item>
      <title>C# Programmer's Editor - CSPad</title>
      <link>https://openserver.tistory.com/285</link>
      <description>▶ CSPad [ C# Smart Editor ]&amp;nbsp;&amp;nbsp;Visaul Studio Community&amp;nbsp; 버전을 사용하면, 모든 기능을 무료로 강력한 개발환경을 구축할 수 있습니다.&amp;nbsp;하지만, VS2017의 경우 최소설치에도 3.2Gb 전체설치시엔 50GB의 어마어마한...................본 에디터는 윈도우7부터 기본적으로 내장된 닷넷 컴파일러를 사용해서 C# 파일을 편집하고 실행할 수 있습니다.&amp;nbsp;인텔리센스..</description>
      <category>Tip</category>
      <author>openserver</author>
      <guid isPermaLink="true">https://openserver.tistory.com/285</guid>
      <comments>https://openserver.tistory.com/285#entry285comment</comments>
      <pubDate>Sat, 4 Nov 2017 23:30:09 +0900</pubDate>
    </item>
    <item>
      <title>초경량 마크다운 에디터 - Xeno Markdown Editor</title>
      <link>https://openserver.tistory.com/284</link>
      <description>






▶ XME [ Xeno Markdown Editor ]
&amp;nbsp;
&amp;nbsp;
먼저 마크다운(Markdown)에 대한 사항은 건너띄고 시작하겠습니다.http://plan9.tistory.com/14&amp;nbsp; &amp;lt;=== 마크다운 문법 가이드 &amp;nbsp;&amp;nbsp; 를 참조하시기 바랍니다. 

간단히, 일반텍스트에 HTML과 같은 최소한의 서식을 적용할 수 있는 문서화 시스템을 마크다운 문서라고 부르며, 
의미는 없지만 확장자 .md 나..</description>
      <category>Tip</category>
      <author>openserver</author>
      <guid isPermaLink="true">https://openserver.tistory.com/284</guid>
      <comments>https://openserver.tistory.com/284#entry284comment</comments>
      <pubDate>Sun, 17 Sep 2017 21:27:00 +0900</pubDate>
    </item>
    <item>
      <title>[ 00 ] PPC++ 개발자 가이드</title>
      <link>https://openserver.tistory.com/277</link>
      <description>1. ppC++
ppC++( C++의 선행처리기의 약어)은 HTML선행처리된 C/C++ 프로그래밍 언어이다.이 처리기는 C/C++ 언어로, HTML 코드 내에서 서버 기반 프로그램을 작성할 수 있으며,웹 프로그래밍을 쉽게 처리할 수 있도록 새로운 몇 가지 기능도 제공합니다.
ppC++은 기본적이고 간단한&amp;nbsp; HTML 환경에 고성능과 안정성이 조화롭게 운영될 수 있는프로그램을 작성 하기 위해 개발되었습니다.
C/C++ 언어와 HTML의 기본적인 내..</description>
      <category>C CGI</category>
      <category>c</category>
      <category>CSP</category>
      <category>PPC++</category>
      <author>openserver</author>
      <guid isPermaLink="true">https://openserver.tistory.com/277</guid>
      <comments>https://openserver.tistory.com/277#entry277comment</comments>
      <pubDate>Thu, 5 Sep 2013 19:02:49 +0900</pubDate>
    </item>
    <item>
      <title>16 - 프로토콜</title>
      <link>https://openserver.tistory.com/275</link>
      <description>메서드를 클래스에서 공유 
&amp;nbsp;프로토콜이란 대부분 네트워크 용어로 사용되고 있지만, Objective-C에서는 여러 클래스에서 구현되는 동일한 이름의 메소드를 공유하기 위한 메서드 선언을 의미합니다 . Java 언어와 C# 언어의 인터페이스라는 개념과 유사한 존재입니다. 
&amp;nbsp;프로토콜은, 클래스가 특정 메소드를 구현하는 것을 보장하기 위한 수단으로 사용됩니다.&amp;nbsp; 예를 들어 특정 라이브러리 사양에 따라 클래스는 지정된 프로토콜을 준..</description>
      <category>MacOS/Objective-C</category>
      <author>openserver</author>
      <guid isPermaLink="true">https://openserver.tistory.com/275</guid>
      <comments>https://openserver.tistory.com/275#entry275comment</comments>
      <pubDate>Thu, 9 Jun 2011 12:32:18 +0900</pubDate>
    </item>
  </channel>
</rss>