<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>!엔죠라이프 블로그 &#187; 잡동사니/IT일반, 서버</title>
	<atom:link href="http://www.esll.net/blog/category/%ec%9e%a1%eb%8f%99%ec%82%ac%eb%8b%88it%ec%9d%bc%eb%b0%98-%ec%84%9c%eb%b2%84/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esll.net/blog</link>
	<description>Life is beautiful</description>
	<lastBuildDate>Sun, 01 Jan 2012 06:56:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>vba to query문</title>
		<link>http://www.esll.net/blog/2011/07/vba-to-query%eb%ac%b8/</link>
		<comments>http://www.esll.net/blog/2011/07/vba-to-query%eb%ac%b8/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 06:25:03 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/?p=1366</guid>
		<description><![CDATA[vba로 간단하게 엑셀의 데이터를 업데이트 문 만들기&#8230; 엑셀2007기준 엑셀-&#62;옵션-&#62;기본설정-&#62;개발탭표시. 개발탭클릭-&#62;Visual basic 클릭-&#62;시트1클릭. 아래 코드를 붙여넣기 Sub default() Dim SQL As String Dim i As Long For i = 2 To 2 SQL = "UPDATE `db명`.`테이블명` SET " '칼럼이 만으면 (i, 2), (i, 3), (i, 4)로 조함 SQL = SQL &#38; "`칼럼명` = '" &#38; Sheet1.Cells(i, [...]]]></description>
			<content:encoded><![CDATA[<p>vba로 간단하게 엑셀의 데이터를 업데이트 문 만들기&#8230;</p>
<p>엑셀2007기준</p>
<p>엑셀-&gt;옵션-&gt;기본설정-&gt;개발탭표시.</p>
<p>개발탭클릭-&gt;Visual basic 클릭-&gt;시트1클릭.</p>
<p>아래 코드를 붙여넣기</p>
<pre>Sub default()
   Dim SQL As String
   Dim i As Long

   For i = 2 To 2
   SQL = "UPDATE  `db명`.`테이블명` SET  "
   '칼럼이 만으면  (i, 2), (i, 3), (i, 4)로 조함
   SQL = SQL &amp; "`칼럼명` = '" &amp; Sheet1.Cells(i, 1).Value &amp; "', " &amp; vbNewLine
   '조건
   SQL = SQL &amp; " WHERE  `xe_school_data`.`document_srl` =" &amp; Sheet1.Cells(i, 110)
   '시트2의 칼럼에 케리문을 양도함
   '.sql파일로 만들어서 저장해도 됨.
   Sheet2.Cells(i, 1).Value = SQL
   Next i

End Sub</pre>
<pre></pre>
<pre>이렇게 하면 일일이 sql문을 만들필요 없음.</pre>
<pre></pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2011/07/vba-to-query%eb%ac%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google스트리트 view 촬영용 자전거</title>
		<link>http://www.esll.net/blog/2009/05/google%ec%8a%a4%ed%8a%b8%eb%a6%ac%ed%8a%b8-view-%ec%b4%ac%ec%98%81%ec%9a%a9-%ec%9e%90%ec%a0%84%ea%b1%b0/</link>
		<comments>http://www.esll.net/blog/2009/05/google%ec%8a%a4%ed%8a%b8%eb%a6%ac%ed%8a%b8-view-%ec%b4%ac%ec%98%81%ec%9a%a9-%ec%9e%90%ec%a0%84%ea%b1%b0/#comments</comments>
		<pubDate>Fri, 15 May 2009 13:41:02 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[스트리트]]></category>
		<category><![CDATA[자전거]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/?p=1243</guid>
		<description><![CDATA[배터리가 얼마나 나갈가요&#8230;. 무지 힘들것 같네요&#8230;.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1244" title="182738_c450" src="http://www.esll.net/blog/wp-content/uploads/2009/05/182738_c450.jpg" alt="182738_c450" width="300" height="450" /></p>
<p>배터리가 얼마나 나갈가요&#8230;.</p>
<p>무지 힘들것 같네요&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2009/05/google%ec%8a%a4%ed%8a%b8%eb%a6%ac%ed%8a%b8-view-%ec%b4%ac%ec%98%81%ec%9a%a9-%ec%9e%90%ec%a0%84%ea%b1%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>요쯤 개발한 CMS</title>
		<link>http://www.esll.net/blog/2009/05/%ec%9a%94%ec%af%a4-%ea%b0%9c%eb%b0%9c%ed%95%9c-cms/</link>
		<comments>http://www.esll.net/blog/2009/05/%ec%9a%94%ec%af%a4-%ea%b0%9c%eb%b0%9c%ed%95%9c-cms/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:14:43 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/?p=1231</guid>
		<description><![CDATA[기반은 PEAR 템플릿 엔진은 Smarty 1월달 기획부터 3월달 개발해서 오늘 드디어　本番リリース를 하네요&#8230; 모두 잘되여야 하는데&#8230;. ps. 구글 Adsense 수익도 살짝 공개합니다. 일본엔 환율이 높은 관계로 9천7백엔 되네요&#8230; 계좌를 조회해보니 4월30일 입금 되여 있네요&#8230;]]></description>
			<content:encoded><![CDATA[<p>기반은 PEAR 템플릿 엔진은 Smarty</p>
<p>1월달 기획부터 3월달 개발해서 오늘 드디어　本番リリース를 하네요&#8230;</p>
<p><img class="aligncenter size-medium wp-image-1232" title="preview" src="http://www.esll.net/blog/wp-content/uploads/2009/05/preview-300x200.jpg" alt="preview" width="300" height="200" /></p>
<p>모두 잘되여야 하는데&#8230;.</p>
<p>ps. 구글 Adsense 수익도 살짝 공개합니다.</p>
<p>일본엔 환율이 높은 관계로 9천7백엔 되네요&#8230;</p>
<p>계좌를 조회해보니 4월30일 입금 되여 있네요&#8230;</p>
<p><img class="aligncenter size-full wp-image-1234" title="adsense" src="http://www.esll.net/blog/wp-content/uploads/2009/05/adsense.jpg" alt="adsense" width="284" height="252" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2009/05/%ec%9a%94%ec%af%a4-%ea%b0%9c%eb%b0%9c%ed%95%9c-cms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell ADAMO</title>
		<link>http://www.esll.net/blog/2009/03/dell-adamo/</link>
		<comments>http://www.esll.net/blog/2009/03/dell-adamo/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:59:41 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[ADAMO]]></category>
		<category><![CDATA[Dell]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/?p=1220</guid>
		<description><![CDATA[발매일 및 설계가 밝혀진 델Dell Adamo에는 이미 일본어 페이지도 공개되어 있습니다. 현재 액세스할 수 있는 것은 「Adamo」브랜드 특설 사이트AdamoByDell의 일본어 페이지,및 jp. dell. com의 「Adamo13」제품 페이지. 제품 페이지에 의하면 Adamo에는 「ADMIRE」와 「DESIRE」의 2모델이 있으며, ADMIRE의 구성은 Core  2 Duo  1.2GHz, 2GB DDR3메모리. DESIRE는 Core  2 Duo  1.4GHz, 4GB DDR3메모리. 양쪽 모델 공통의 설계는 13.4인치 1366 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1221" title="adamo-onyx" src="http://www.esll.net/blog/wp-content/uploads/2009/03/adamo-onyx.jpg" alt="adamo-onyx" width="532" height="390" /></p>
<p>발매일 및 설계가 밝혀진 델Dell Adamo에는 이미 일본어 페이지도 공개되어 있습니다. 현재 액세스할 수 있는 것은 <a title="http://www.adamobydell.jp/jp" href="http://www.adamobydell.jp/jp" target="_blank">「Adamo」브랜드 특설 사이트AdamoByDell의 일본어 페이지</a>,및 jp. dell. com의 <a href="http://www1.jp.dell.com/content/topics/topic.aspx/global/products/adamo/topics/ja/jp/adamo-pearl?c=jp&amp;cs=jpdhs1&amp;l=ja&amp;s=dhs" target="_blank">「Adamo13」제품 페이지</a>.</p>
<p>제품 페이지에 의하면 Adamo에는 「ADMIRE」와 「DESIRE」의 2모델이 있으며,</p>
<p>ADMIRE의 구성은 Core  2 Duo  1.2GHz, 2GB DDR3메모리.</p>
<p>DESIRE는 Core  2 Duo  1.4GHz, 4GB DDR3메모리.</p>
<p>양쪽 모델 공통의 설계는 13.4인치 1366 x  768 LED백라이트 디스플레이, GMA X4500그래픽, 128GB SSD, 802.11드래프트n대응 WiFi, Bluetooth v2.1+EDR, 내장WWAN옵션, USB  2.0 x2+ USB / eSATA콤보 포트 x1, DisplayPort. 중량은 1.81kg, 배터리는 최대 5시간 구동등.</p>
<p><a title="http://www.adamobydell.jp/jp" href="http://www.adamobydell.jp/jp" target="_blank"><img class="aligncenter size-medium wp-image-1222" title="adamo_web" src="http://www.esll.net/blog/wp-content/uploads/2009/03/adamo_web-300x232.jpg" alt="adamo_web" width="300" height="232" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2009/03/dell-adamo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>구글 개발폰</title>
		<link>http://www.esll.net/blog/2008/12/%ea%b5%ac%ea%b8%80-%ea%b0%9c%eb%b0%9c%ed%8f%b0/</link>
		<comments>http://www.esll.net/blog/2008/12/%ea%b5%ac%ea%b8%80-%ea%b0%9c%eb%b0%9c%ed%8f%b0/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 01:30:19 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Phone]]></category>
		<category><![CDATA[구글폰]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/2008/12/%ea%b5%ac%ea%b8%80-%ea%b0%9c%eb%b0%9c%ed%8f%b0/</guid>
		<description><![CDATA[개발용 구글폰을 구입한지 일주일만에 미국에서 부쳐 왔습니다. 가격은 세금까지 합하여 476딸라 요즘 엔다까여서 3만엔이 좀 넘습니다. Item Description Quantity Price Total Android Dev Phone 1 1 $399.00 $399.00 Subtotal: $399.00 Tax: $35.16 shipping and handling* $42.06 Total: $476.22 SIM Unlock 된 폰이여서 소프트방크,혹은 도코모 SIM을 넣고 액티브하면 사용할수 잇씁니다. 일본핸드폰은 구입하면 메뉴얼이 어찌 두꺼운지 읽어볼겨를도 [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #555555; font-size: 12px; line-height: 19px; ">개발용 구글폰을 구입한지 일주일만에 미국에서 부쳐 왔습니다.</span></p>
<div>가격은 세금까지 합하여 476딸라</div>
<div>요즘 엔다까여서 3만엔이 좀 넘습니다.</div>
<div><span style="border-collapse: collapse; font-family: arial; font-size: 13px; "></p>
<table style="border-collapse: collapse; " border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<table style="border-collapse: collapse; " border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " colspan="2">
<table style="border-collapse: collapse; " border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span>Item Description</span></td>
</tr>
</tbody>
</table>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Quantity</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Price</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<table style="border-collapse: collapse; " border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Total</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " colspan="2">
<div>
<div><span><span class="nfakPe" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #ffffcc; ">Android</span> Dev Phone 1</span></div>
</div>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span>1</span></td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>$399.00</div>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div><strong>$399.00</strong></div>
</td>
</tr>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " colspan="3" width="60%"></td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>Subtotal:</div>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>$399.00</div>
</td>
</tr>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " colspan="3" width="60%"></td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>Tax:</div>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>$35.16</div>
</td>
</tr>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " colspan="3" width="60%"></td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>shipping and handling*</div>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>$42.06</div>
</td>
</tr>
<tr>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " colspan="3"></td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>Total:</div>
</td>
<td style="font-family: 굴림, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div>$476.22</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p></span></div>
<div>SIM Unlock 된 폰이여서 소프트방크,혹은 도코모 SIM을 넣고 액티브하면 사용할수 잇씁니다.</div>
<div>일본핸드폰은 구입하면 메뉴얼이 어찌 두꺼운지 읽어볼겨를도 없는데, 미국제여서 그런지</div>
<div>메뉴얼이 종이 한장입니다.</div>
<div>그외 기능은 알아서 하여야 하던군요.</div>
<div>
<div><span style="border-collapse: collapse; font-family: arial; font-size: 13px; "><br />
</span></div>
<div><span style="border-collapse: collapse; font-family: arial; font-size: 13px; ">액티브 방법도 써있지않아서 한시간동안 애를 먹었씁니다.</span></div>
<div><span style="border-collapse: collapse; font-family: arial; font-size: 13px; "><br />
</span></div>
<div><span style="border-collapse: collapse; font-family: arial; font-size: 13px; ">대만제 HT 제품</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial; font-size: 13px;"><br />
</span></div>
<div>
<div class="imageblock center" style="text-align: center; clear: both;"><img src="http://www.esll.net/blog/wp-content/uploads/1/9392986080.jpg" alt="사용자 삽입 이미지" width="445" height="238" /></div>
<p><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial; font-size: 13px;"><br />
</span></div>
<div>뒤면</div>
<div>
<div class="imageblock center" style="text-align: center; clear: both;"><img src="http://www.esll.net/blog/wp-content/uploads/1/2967556266.jpg" alt="사용자 삽입 이미지" width="458" height="283" /></div>
</div>
<div>키보드가 달려있어서 작은 컴퓨터라 생각하면 될것같습니다.</div>
<div>
<div class="imageblock center" style="text-align: center; clear: both;"><img src="http://www.esll.net/blog/wp-content/uploads/1/9464054988.jpg" alt="사용자 삽입 이미지" width="458" height="343" /></div>
</div>
<div>기동스크린</div>
<div>
<div class="imageblock center" style="text-align: center; clear: both;"><img src="http://www.esll.net/blog/wp-content/uploads/1/1317753096.jpg" alt="사용자 삽입 이미지" width="458" height="343" /></div>
</div>
<div>
<div>아이폰과 비교하면 역시 아이폰이 디자인이 훨씬 잘되여있다는 느낌이 듭니다.</div>
<div>구글폰은 일단 기동하면 속도가 빠릅니다.</div>
<div>아이폰은 프로그램 기동하면 쓰지가 잘되는데 , 구글폰은 아직까지 그런것은 없습니다.</div>
<div>
<div class="imageblock center" style="text-align: center; clear: both;"><img src="http://www.esll.net/blog/wp-content/uploads/1/5581413672.jpg" alt="사용자 삽입 이미지" width="458" height="343" /></div>
</div>
<div>구글폰으로 본 모이자 화면</div>
<div>
<div class="imageblock center" style="text-align: center; clear: both;"><img src="http://www.esll.net/blog/wp-content/uploads/1/7703839442.jpg" alt="사용자 삽입 이미지" width="458" height="343" /></div>
</div>
</div>
<div>
<div>스팩은 리눅스 커널 2.6.25</div>
<div>Firmware 1.0</div>
<div>터치팬 , 자판, SD메모리1기가 가 기본장착이 되였습니다.</div>
<div>프로그램개발언어는 자바 입니다.</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2008/12/%ea%b5%ac%ea%b8%80-%ea%b0%9c%eb%b0%9c%ed%8f%b0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>한달시간으로 개발한 웹키트 패키지..</title>
		<link>http://www.esll.net/blog/2008/04/%ed%95%9c%eb%8b%ac%ec%8b%9c%ea%b0%84%ec%9c%bc%eb%a1%9c-%ea%b0%9c%eb%b0%9c%ed%95%9c-%ec%9b%b9%ed%82%a4%ed%8a%b8-%ed%8c%a8%ed%82%a4%ec%a7%80/</link>
		<comments>http://www.esll.net/blog/2008/04/%ed%95%9c%eb%8b%ac%ec%8b%9c%ea%b0%84%ec%9c%bc%eb%a1%9c-%ea%b0%9c%eb%b0%9c%ed%95%9c-%ec%9b%b9%ed%82%a4%ed%8a%b8-%ed%8c%a8%ed%82%a4%ec%a7%80/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:30:00 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[WebKit]]></category>
		<category><![CDATA[웹키트]]></category>
		<category><![CDATA[패키지]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/2008/04/%ed%95%9c%eb%8b%ac%ec%8b%9c%ea%b0%84%ec%9c%bc%eb%a1%9c-%ea%b0%9c%eb%b0%9c%ed%95%9c-%ec%9b%b9%ed%82%a4%ed%8a%b8-%ed%8c%a8%ed%82%a4%ec%a7%80/</guid>
		<description><![CDATA[처음으로 직접 개발로 들어간 작품.한달 하루 평균12시간 출근하면서 개발한 웹기반 패키지&#8230;일본에서는 이상한 패키지를 개발하더군요, 개발하면서 이해하고 모르는거 있으면 사장님께 여쭤가면서&#8230;일본어 완전 모르는 나에게는 너무나 큰 과제 번역기 돌리면서 이해하고, 이해가 틀리면 또다시 수정하고..이제 곧 공개 테스트에 들어 가네요&#8230;아~고생끝에 낙이 온다나?설레이고 또 설레이며&#8230; 버그만 다 잡고 패키지&#160; 납품하면 이번 프로젝트는 오버&#8230;. 다행 사양서가 잘되여 있어 개발도 [...]]]></description>
			<content:encoded><![CDATA[<p>처음으로 직접 개발로 들어간 작품.<br />한달 하루 평균12시간 출근하면서 개발한 웹기반 패키지&#8230;<br />일본에서는 이상한 패키지를 개발하더군요, 개발하면서 이해하고 모르는거 있으면 사장님께 여쭤가면서&#8230;<br />일본어 완전 모르는 나에게는 너무나 큰 과제 번역기 돌리면서 이해하고, 이해가 틀리면 또다시 수정하고..<br />이제 곧 공개 테스트에 들어 가네요&#8230;<br />아~고생끝에 낙이 온다나?<br />설레이고 또 설레이며&#8230;</p>
<p>버그만 다 잡고 패키지&nbsp; 납품하면 이번 프로젝트는 오버&#8230;.</p>
<p>다행 사양서가 잘되여 있어 개발도 쉽게 할수 있는데 몇가지는 정말 어려웠다&#8230;</p>
<p>아래는 스크린샷</p>
<div style="text-align: center; clear: both;" class="imageblock center"><img src="http://www.esll.net/blog/wp-content/uploads/1/1230426052.png" width="600" height="601" alt="사용자 삽입 이미지" /></div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2008/04/%ed%95%9c%eb%8b%ac%ec%8b%9c%ea%b0%84%ec%9c%bc%eb%a1%9c-%ea%b0%9c%eb%b0%9c%ed%95%9c-%ec%9b%b9%ed%82%a4%ed%8a%b8-%ed%8c%a8%ed%82%a4%ec%a7%80/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ThinkPad X61무사히 도착했습니다.</title>
		<link>http://www.esll.net/blog/2008/04/thinkpad-x61%eb%ac%b4%ec%82%ac%ed%9e%88-%eb%8f%84%ec%b0%a9%ed%96%88%ec%8a%b5%eb%8b%88%eb%8b%a4/</link>
		<comments>http://www.esll.net/blog/2008/04/thinkpad-x61%eb%ac%b4%ec%82%ac%ed%9e%88-%eb%8f%84%ec%b0%a9%ed%96%88%ec%8a%b5%eb%8b%88%eb%8b%a4/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 16:34:59 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[3GB]]></category>
		<category><![CDATA[Core2]]></category>
		<category><![CDATA[Duo]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Lenovo]]></category>
		<category><![CDATA[T7500]]></category>
		<category><![CDATA[ThinkPad]]></category>
		<category><![CDATA[X61]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/2008/04/thinkpad-x61%eb%ac%b4%ec%82%ac%ed%9e%88-%eb%8f%84%ec%b0%a9%ed%96%88%ec%8a%b5%eb%8b%88%eb%8b%a4/</guid>
		<description><![CDATA[지난 3월14일 주문해서 22일날 도착하더군요,원래는 납품기간이 3주일이라고 적혀져 있었는데 생각보다 많이 빠르네요. 현재는 메모리 추가 해서 3GB를 사용하고있는데 아무리 듀얼CPU에 메모리3GB라고 해서 예상했던 Speed가 아니더군요. 요놈때문에 은근히 돈이 들어갑니다.지금 사용하고 있는 라우터가 무선발사기가 없어 카드 하나 샀는데 6천엔 넘게 들었고요,새로운 노트북 가방도 장만했지요&#8230; 아, 현재 Mac OS를 가상으로 깔고 있는데 생고생입니다. 설치 성공하면 노하우를 공유하죠&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>지난 3월14일 주문해서 22일날 도착하더군요,<br />원래는 납품기간이 3주일이라고 적혀져 있었는데 생각보다 많이 빠르네요.</p>
<p>현재는 메모리 추가 해서 3GB를 사용하고있는데 아무리 듀얼CPU에 메모리3GB라고 해서 예상했던 Speed가 아니더군요.</p>
<p>요놈때문에 은근히 돈이 들어갑니다.<br />지금 사용하고 있는 라우터가 무선발사기가 없어 카드 하나 샀는데 6천엔 넘게 들었고요,<br />새로운 노트북 가방도 장만했지요&#8230;</p>
<p>아, 현재 Mac OS를 가상으로 깔고 있는데 생고생입니다.</p>
<p>설치 성공하면 노하우를 공유하죠&#8230;</p>
<p>아 늦어서 이제 이만&#8230;.</p>
<p>&nbsp;<a href="http://picasaweb.google.co.jp/chinaskyking/THINKPADX61/photo#5185428811815920690"><img src="http://lh3.google.co.jp/chinaskyking/R_ZYB-BdJDI/AAAAAAAAA1M/PxnW6WbsmfA/s400/P1080003.JPG.jpg"></a></p>
<p><a href="http://picasaweb.google.co.jp/chinaskyking/THINKPADX61/photo#5185428987909579842"><img src="http://lh4.google.co.jp/chinaskyking/R_ZYMOBdJEI/AAAAAAAAA1U/D9xGdLfkMM8/s400/P1080013.JPG.jpg"></a></p>
<p><a href="http://picasaweb.google.co.jp/chinaskyking/THINKPADX61/photo#5185428992204547154"><img src="http://lh5.google.co.jp/chinaskyking/R_ZYMeBdJFI/AAAAAAAAA1c/kOb8DM1qLNE/s400/P1080017.JPG.jpg"></a></p>
<p><a href="http://picasaweb.google.co.jp/chinaskyking/THINKPADX61/photo#5185428996499514466"><img src="http://lh6.google.co.jp/chinaskyking/R_ZYMuBdJGI/AAAAAAAAA1k/cNiXOSHe4N4/s400/P1080019.JPG.jpg"></a><br />기본사양 :<br />ThinkPad X61 : Intel Core2 Duo processor T7500, 12.1&#8243;(XGA), 1GB, 160GB, MIMO, BT, 4セル拡張容量Battery, 指紋<br />추가사양 2GB메모리</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2008/04/thinkpad-x61%eb%ac%b4%ec%82%ac%ed%9e%88-%eb%8f%84%ec%b0%a9%ed%96%88%ec%8a%b5%eb%8b%88%eb%8b%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone 광고</title>
		<link>http://www.esll.net/blog/2007/06/apple-iphone-%ea%b4%91%ea%b3%a0/</link>
		<comments>http://www.esll.net/blog/2007/06/apple-iphone-%ea%b4%91%ea%b3%a0/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 06:56:39 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/2007/06/apple-iphone-%ea%b4%91%ea%b3%a0/</guid>
		<description><![CDATA[Apple사와 AT&#38;T사와의 제휴후 오는 6월29일 정식으로 Apple iPhone을 판매한다고 합니다.아래는 iPhone의 광고 입니다. Apple.COM]]></description>
			<content:encoded><![CDATA[<p>Apple사와 AT&amp;T사와의 제휴후 오는 6월29일 정식으로 Apple iPhone을 판매한다고 합니다.<br />아래는 iPhone의 광고 입니다.
<div style="text-align: center;"><embed loop="true" menu="false" quality="high"  width="425" height="350"  type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.youtube.com/v/PQLTjiAfdLY"></embed></p>
</div>
<div style="text-align: center;"><embed loop="true" menu="false" quality="high"  width="425" height="350"  type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.youtube.com/v/bhhbaaWBgnk"></embed></div>
<p></p>
<div style="text-align: center;"><embed loop="true" menu="false" quality="high"  width="425" height="350"  type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.youtube.com/v/tH0-GKBmOE8"></embed></div>
<div style="text-align: center; clear: both;" class="imageblock center"><img src="http://www.esll.net/blog/wp-content/uploads/1/1159714166.jpg" width="500" height="353" alt="User inserted image" /></div>
<p style="text-indent: 2em; text-align: center;">Apple.COM</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2007/06/apple-iphone-%ea%b4%91%ea%b3%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google on the 3D web</title>
		<link>http://www.esll.net/blog/2007/05/google-on-the-3d-web/</link>
		<comments>http://www.esll.net/blog/2007/05/google-on-the-3d-web/#comments</comments>
		<pubDate>Fri, 18 May 2007 03:06:09 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/2007/05/google-on-the-3d-web/</guid>
		<description><![CDATA[3D, three-dimensional interface test. Accessibility, change your habits. Search engines let you into a wonderful journey start. 3D, essai tridimensionnel d’interface. L’accessibilité, changent vos habitudes. Les moteurs de recherche vous ont laissé dans un début merveilleux de voyage.]]></description>
			<content:encoded><![CDATA[<p>3D, three-dimensional interface test. Accessibility, change your habits. Search engines let you into a wonderful journey start.
<div style="text-align: center; clear: both;" class="imageblock center"><img src="http://www.esll.net/blog/wp-content/uploads/1/1086655396.jpg" width="500" height="375" alt="User inserted image" /></div>
<p>
<blockquote>3D, essai tridimensionnel d’interface. L’accessibilité, changent vos<br />
habitudes. Les moteurs de recherche vous ont laissé dans un début<br />
merveilleux de voyage.</p></blockquote>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2007/05/google-on-the-3d-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>저도 살짝 공개 해봅니다.</title>
		<link>http://www.esll.net/blog/2007/05/%ec%a0%80%eb%8f%84-%ec%82%b4%ec%a7%9d-%ea%b3%b5%ea%b0%9c-%ed%95%b4%eb%b4%85%eb%8b%88%eb%8b%a4/</link>
		<comments>http://www.esll.net/blog/2007/05/%ec%a0%80%eb%8f%84-%ec%82%b4%ec%a7%9d-%ea%b3%b5%ea%b0%9c-%ed%95%b4%eb%b4%85%eb%8b%88%eb%8b%a4/#comments</comments>
		<pubDate>Mon, 07 May 2007 13:44:39 +0000</pubDate>
		<dc:creator>!엔죠라이프</dc:creator>
				<category><![CDATA[잡동사니/IT일반, 서버]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[대련]]></category>
		<category><![CDATA[수표]]></category>
		<category><![CDATA[중국]]></category>

		<guid isPermaLink="false">http://www.esll.net/blog/2007/05/%ec%a0%80%eb%8f%84-%ec%82%b4%ec%a7%9d-%ea%b3%b5%ea%b0%9c-%ed%95%b4%eb%b4%85%eb%8b%88%eb%8b%a4/</guid>
		<description><![CDATA[2005년 1월 Google Adsense를 가입하고 지금 까지 2년 넘어서 이제야 수표를 받게 되였습니다.그간 여러사이트 여러 블로그에 탑재하여 최근 3달째야 수입이 늘었습니다.지금 공개하는 수표는 3월달 수입입니다.많지는 않지만 인터넷으로 처음 번(?) 돈이여서 류행을 따라 저도 공개해봅니다.^^3월달 수입 4월말이 되여야 지불하더군요&#8230;.4월23일 지불확인.4월27일 홍콩HSCB에서 AirMAIL로 대련으로 수표를 보냄.5월5일 대련에 도착.중국에서는 5월1일부터 7일 까지 국제로동절 휴가로 인해 휴식을합니다.그러므로 대부분 은행에서도 [...]]]></description>
			<content:encoded><![CDATA[<p>
<div style="text-align: center; clear: both;" class="imageblock center"><img src="http://www.esll.net/blog/wp-content/uploads/1/1125664453.jpg" width="480" height="360" alt="User inserted image" /></div>
<p>2005년 1월 Google Adsense를 가입하고 지금 까지 2년 넘어서 이제야 수표를 받게 되였습니다.<br />그간 여러사이트 여러 블로그에 탑재하여 최근 3달째야 수입이 늘었습니다.<br />지금 공개하는 수표는 3월달 수입입니다.<br />많지는 않지만 인터넷으로 처음 번(?) 돈이여서 류행을 따라 저도 공개해봅니다.<br />^^<br />3월달 수입 4월말이 되여야 지불하더군요&#8230;.<br />4월23일 지불확인.<br />4월27일 홍콩HSCB에서 AirMAIL로 대련으로 수표를 보냄.<br />5월5일 대련에 도착.<br />중국에서는 5월1일부터 7일 까지 국제로동절 휴가로 인해 휴식을합니다.<br />그러므로 대부분 은행에서도 휴식을 합니다.</p>
<p>중국은행 수표대행 수수료는 20원, 5원은 편지수신료<br />모두 25원이면 수표대항을 할수 있습니다.</p>
<p>그리고 한 20일 이후면 입금 통지가 올겁니다.</p>
<p>래일부터는 휴가 끝나고 정식 출근으로 들어갑니다.<br />엔죠~화이팅&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esll.net/blog/2007/05/%ec%a0%80%eb%8f%84-%ec%82%b4%ec%a7%9d-%ea%b3%b5%ea%b0%9c-%ed%95%b4%eb%b4%85%eb%8b%88%eb%8b%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

