<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>tnt_lang</title>
		<link>https://gooper.com/tnt_lang</link>
		<description></description>
		<atom:link href="https://gooper.com/tnt_lang/rss" rel="self" type="application/rss+xml" />
		<language>ko</language>
		<pubDate>Sat, 11 Apr 2026 19:42:39 +0900</pubDate>
		<generator>Rhymix</generator>
			<item>
			<title>JAVA - 한글 인코딩 변환 체크 한방에 끝내기</title>
			<link>https://gooper.com/tnt_lang/4218</link>
				<description>String word = &quot;무궁화 꽃이 피었습니다.&quot;; System.out.println(&quot;utf-8 -&gt; euc-kr : &quot; + new String(word.getBytes(&quot;utf-8&quot;), &quot;euc-kr&quot;)); System.out.println(&quot;utf-8 -&gt; ksc5601 : &quot; + new String(word.getBytes(&quot;utf-8&quot;), &quot;ksc5601&quot;)); System.out.println(&quot;utf-8 -&gt; x-windows-949 : &quot; + new String(word.getBytes(&quot;utf-8&quot;), &quot;x-windows-949&quot;)); System.out.println(&quot;utf-8 -&gt; iso-8859-1 : &quot; + new String(word.getBytes(&quot;utf-8...</description>
		<category>tnt_lang</category>	<category>jsp/java</category>				<dc:creator>총관리자</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4218</guid>
	<comments>https://gooper.com/tnt_lang/4218#comment</comments>			<pubDate>Sat, 07 Jun 2014 23:21:01 +0900</pubDate>
		</item><item>
			<title>브라우저에서 JavaScript 실행</title>
			<link>https://gooper.com/tnt_lang/4217</link>
				<description>Internet Explorer에서 JavaScript를 실행하려면 다음과 같이 하십시오. 브라우저에서 도구를 누른 후 인터넷 옵션을 누르십시오. 인터넷 옵션 대화 상자에서 보안 탭을 누르십시오. 사용자 지정 수준을 누르십시오. 보안 설정 대화 상자의 스크립팅 아래에 있는 Active 스크립팅에서 사용을 누르십시오. 확인을 누르십시오. 확인 대화 상자에서 예를 누르십시오. 확인을 눌러 설정을 저장하십시오. Mozilla Firefox에서 JavaScript...</description>
		<category>tnt_lang</category>	<category>html/script</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4217</guid>
	<comments>https://gooper.com/tnt_lang/4217#comment</comments>			<pubDate>Thu, 11 Apr 2013 14:43:32 +0900</pubDate>
		</item><item>
			<title>clshoesfashionc4u</title>
			<link>https://gooper.com/tnt_lang/4216</link>
				<description>Christian Louboutin boots make it easy for you to walk comfortably. In today&#039;s world the women folk would undergo various kinds of pedicures in order to make their feet look beautiful. On the find it website, they are ready to pay a huge amount of money for just painting their nails. Women are considered to have an obsession with footwear. Shoes are a very important part of a women&#039;s closet. They t...</description>
		<category>tnt_lang</category>	<category>jsp/java</category>				<dc:creator>nacyrobert</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4216</guid>
	<comments>https://gooper.com/tnt_lang/4216#comment</comments>			<pubDate>Fri, 15 Mar 2013 11:27:49 +0900</pubDate>
		</item><item>
			<title>안드로이드 로그인 세션유지에 관한 연구</title>
			<link>https://gooper.com/tnt_lang/4215</link>
				<description>안드로이드 개발노트/네트워크 2011/01/16 00:08 http://mudchobo.tistory.com/479 - HttpClient() 를 이용해서 tworld 로그인하기 http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/ - How-to: Android as a RESTful Client http://www.wiseant.net/95 - org.apache.http.client.ClientProtocolException on Android http://www.mail-archive.com/android-beginners@googlegroups.com/m...</description>
		<category>tnt_lang</category>	<category>기타</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4215</guid>
	<comments>https://gooper.com/tnt_lang/4215#comment</comments>			<pubDate>Tue, 22 Feb 2011 11:42:36 +0900</pubDate>
		</item><item>
			<title>&quot;지금 보고 있는 웹페이지 창을 닫으려고 합니다...&quot; 안나타나게 하기</title>
			<link>https://gooper.com/tnt_lang/4213</link>
				<description>아래의 스크립트가 들어있는 곳과 같은곳에 blink.html이 있어야 하며 내용은 없어도됨 안나타게 하려면 var baseUrl = &quot;/&quot;; if(navigator.appVersion.indexOf(&quot;MSIE 7.0&quot;) &gt;= 0 ){ //익스플로러 체크 window.open(baseUrl + &quot;blink.html&quot;,&quot;_self&quot;).close(); }else if(navigator.appVersion.indexOf(&quot;MSIE 8.0&quot;) &gt;= 0){ //보안 alert! 방지 window.open(baseUrl + &quot;blink.html&quot;,&quot;_self&quot;).close(); }else{ self.close(); } 기타) ifr...</description>
		<category>tnt_lang</category>	<category>html/script</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4213</guid>
	<comments>https://gooper.com/tnt_lang/4213#comment</comments>			<pubDate>Fri, 30 Jul 2010 14:34:45 +0900</pubDate>
		</item><item>
			<title>Allowed memory Error 처리</title>
			<link>https://gooper.com/tnt_lang/4212</link>
				<description>Fatal error: Allowed memory size of 숫자 bytes exhausted (tried to allocate 숫자 bytes) in 경로 on line 숫자 일경우 php.ini에서 memory_limit 크기를 수정하거나 에러나는 파일에 아래의 내용을 추가한다. &lt;? @ini_set(&quot;memory_limit&quot;, &quot;512M&quot;); or ini_set(&#039;memory_limit&#039;, -1); ?&gt; memory_limit는 한 스크립트가 할당받을 수 있는 메모리의 최대 크기를 지정하는것인데 하나의 스크립트가 버그등으로 시스템 메모리를 잡...</description>
		<category>tnt_lang</category>	<category>php/asp</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4212</guid>
	<comments>https://gooper.com/tnt_lang/4212#comment</comments>			<pubDate>Tue, 13 Jul 2010 09:49:47 +0900</pubDate>
		</item><item>
			<title>경고메세지 없이 부모창 새로고침 하는법</title>
			<link>https://gooper.com/tnt_lang/4211</link>
				<description>1. opener.location.reload()가 새로 고침 메세재를 발생시킬 경우 아래와 같이함 2. window.opener.document.location.href=window.opener.document.URL</description>
		<category>tnt_lang</category>	<category>html/script</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4211</guid>
	<comments>https://gooper.com/tnt_lang/4211#comment</comments>			<pubDate>Thu, 14 Jan 2010 10:27:36 +0900</pubDate>
		</item><item>
			<title>div display, visibility 속성구분</title>
			<link>https://gooper.com/tnt_lang/4210</link>
				<description>div 태그로 만든 Layer를 안보이게 하는 두가지 방법 1. display:none &lt;-&gt; block 아예 사라지게 하는것. 보이지도 않고 해당 공간도 존재하지 않게 됨 2. visibility:hidden &lt;-&gt; visible 보이지만 않고 해당 공간은 존재. width와 height값을 주었다면 그만큼 공간은 존재하게 됨</description>
		<category>tnt_lang</category>	<category>html/script</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4210</guid>
	<comments>https://gooper.com/tnt_lang/4210#comment</comments>			<pubDate>Tue, 27 Jan 2009 01:51:26 +0900</pubDate>
		</item><item>
			<title>PHP로 문서의 HTML DOM을 손쉽게 가져오자~</title>
			<link>https://gooper.com/tnt_lang/4208</link>
				<description>http://simplehtmldom.sourceforge.net/ Easy Screen Scraping in PHP with the Simple HTML DOM Library PHP를 이용해서 특정 웹문서의 HTML DOM을 손쉽게 가져올수 있는 라이브러리입니다. 온라인 document : http://simplehtmldom.sourceforge.net/manual.htm 문서는 다음과 같은 방법으로 가져옵니다. 직접 HTML string을 이용한 방법과 URL로의 접근, 그리고 local 문서로의 접근 이렇게 3가지의 방법이 있습니다. // Create a...</description>
		<category>tnt_lang</category>	<category>php/asp</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4208</guid>
	<comments>https://gooper.com/tnt_lang/4208#comment</comments>			<pubDate>Thu, 14 Aug 2008 10:50:45 +0900</pubDate>
		</item><item>
			<title>옥션처럼 실시간으로 남은시간 구하기</title>
			<link>https://gooper.com/tnt_lang/4207</link>
				<description>아래소스에서 mktime(hour, minute, second, month,day, year) 에 값을 설정해야 함 &lt;? // php 코드 ############### 남은기간을 구하는 부분임다. ################# // $adate2[0] : 데이타 베이스의 timestamp형식으로 되어있는 값을 가지고 옵니다. $date1=mktime(0,0,0,2,20,2005); //end타임의 timestamp값 $date2=mktime(23,59,55,2,19,2005); $restTime = $date1 - $date2; ##############################################...</description>
		<category>tnt_lang</category>	<category>php/asp</category>				<dc:creator>구퍼</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4207</guid>
	<comments>https://gooper.com/tnt_lang/4207#comment</comments>			<pubDate>Mon, 11 Aug 2008 16:44:34 +0900</pubDate>
		</item><item>
			<title>정보를 다시 보내지 않으면....&lt;익스플로러 MsgBox방지법&gt;- mothod:post</title>
			<link>https://gooper.com/tnt_lang/4178</link>
				<description>post 방식으로 method전송시 Reload()함수를 사용하면 정보를 다시 보내지 않으면..어쩌고..메세지박스가 뜬다. 이럴때는 opener.Reload() 함수를 사용하지 말고 window.opener.document.location.href = window.opener.document.URL; 처럼 사용한다.</description>
		<category>tnt_lang</category>	<category>html/script</category>				<dc:creator>하늘과컴</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4178</guid>
	<comments>https://gooper.com/tnt_lang/4178#comment</comments>			<pubDate>Sat, 13 Oct 2007 10:50:26 +0900</pubDate>
		</item><item>
			<title>[struts]폼빈에 배열을 사용하기</title>
			<link>https://gooper.com/tnt_lang/4177</link>
				<description>폼빈에 배열을 사용하기 public class Select extends ActionForm { String[] mpart = {}; public String[] getMpart() { return mpart; } public void setMpart(String[] mpart) { this.mpart = mpart; } } * jsp 에서 보내는 방식(한가지 선택) 1. List 방식: 드래그 지원 &lt;html:select multiple=&quot;true&quot; property=&quot;mpart&quot; size=&quot;5&quot;&gt; &lt;html:option value=&quot;1&quot;&gt;Choice 1&lt;/html:option&gt; &lt;html:option value=&quot;2&quot;&gt;Choice 2&lt;/html:option...</description>
		<category>tnt_lang</category>	<category>jsp/java</category>				<dc:creator>박상현</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4177</guid>
	<comments>https://gooper.com/tnt_lang/4177#comment</comments>			<pubDate>Sat, 20 May 2006 11:10:54 +0900</pubDate>
		</item><item>
			<title>윈도업데이트 이후 실행되지 않았던 activeX 컨트롤 실행</title>
			<link>https://gooper.com/tnt_lang/4176</link>
				<description>http://phpschool.com/bbs2/inc_view.html?id=12638&amp;code=tnt2정확한 자료는 아닙니다. 정식 인증서를 발급받지 않고 테스트용 인증서로 작업하던 activeX 컨트롤 중 몇 가지가... 설치는 되어도 실행이 안되는 경우가 있더군요. ( 원래 실행되던 컨트롤이었는데... 최근 OS update한후 실행이 안되더군요. ) 인터넷 검색하다가 찾게된 정보입니다. 해당하는 CLSID에 아래 레지스트리를 추가해 주면 되는군요... 모두 알고 계시는 ...</description>
		<category>tnt_lang</category>	<category>c/c++/c#</category>				<dc:creator>박상현</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4176</guid>
	<comments>https://gooper.com/tnt_lang/4176#comment</comments>			<pubDate>Wed, 16 Nov 2005 15:19:30 +0900</pubDate>
		</item><item>
			<title>클래스 패스와 관련한 문제는 요 jsp 하나로.. 해결 끝이네요..</title>
			<link>https://gooper.com/tnt_lang/4175</link>
				<description>http://javaservice.net/~java/bbs/read.cgi?m=appserver&amp;b=weblogic&amp;c=r_p&amp;n=1115347879&amp;k=소스 위치&amp;d=tb파일명은 jarcheck.jsp로 하세요.. &lt;%@ page import=&quot;java.util.*&quot;%&gt; &lt;% String reqName = null; java.net.URL classUrl = null; reqName = request.getParameter(&quot;reqName&quot;); if (reqName == null || reqName.trim().length() == 0) { reqName = &quot;javax.servlet.http.HttpServlet&quot;; } %&gt; &lt;html&gt; &lt;body onLoad=&quot;document.for...</description>
		<category>tnt_lang</category>	<category>jsp/java</category>				<dc:creator>하늘과컴</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4175</guid>
	<comments>https://gooper.com/tnt_lang/4175#comment</comments>			<pubDate>Tue, 15 Nov 2005 18:53:05 +0900</pubDate>
		</item><item>
			<title>XMLHTTP설명</title>
			<link>https://gooper.com/tnt_lang/4174</link>
				<description>As deployment of XML data and web services becomes more widespread, you may occasionally find it convenient to connect an HTML presentation directly to XML data for interim updates without reloading the page. Thanks to the little-known XMLHttpRequest object, an increasing range of web clients can retrieve and submit XML data directly, all in the background. To convert retrieved XML data into render...</description>
		<category>tnt_lang</category>	<category>html/script</category>				<dc:creator>박상현</dc:creator>
			<guid isPermaLink="true">https://gooper.com/tnt_lang/4174</guid>
	<comments>https://gooper.com/tnt_lang/4174#comment</comments>			<pubDate>Fri, 11 Nov 2005 15:27:11 +0900</pubDate>
		</item>	</channel>
</rss>
