<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'underscore' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/underscore</link>
		<description>underscore</description>
		<language>ko</language>
		<pubDate>Fri, 24 Feb 2012 10:44:14 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[문자열 패턴 필터링 : 와일드 카드 사용]]></title>
	<link>http://lucyora.egloos.com/5635097</link>
	<guid>http://lucyora.egloos.com/5635097</guid>
	<description>
	<![CDATA[ 
WHERE를 이용한 필터링은 값이 같은지 다른지만 비교했다면 문자열은 다수의 데이터가 들어간다.와일드 카드문자를 이용하여 문자열을 패턴으로 검색   와일드 카드?  출처: 텀즈wildcard character ; 와일드카드 문자  와일드카드 문자는 하나 이상의 다른 문자들을 대표적으로 상징하는 특수 문자를 의미한다. 가장 일반적으로 사용되는 와일드카드 문자는 별표, 즉 &quot;*&quot;인데, 대개 문자열에 있는 영(0) 개 이상의 문자를 상징하며, 물음표, 즉 &quot;?&quot;는 대개 어떤 한 개의 문자를 상징한다. 예를 들어 검색에서,  run*  라고 입력하였다면, 이것은 뒷부분은 어떻게 끝나더라도 상관없이, 단지 &quot;run&quot;이라고 시작하기만 하면 어떠한 단어라도 이 조건에 해당이 된다.  만약 사용자가 와일드카드 문자를 사용	]]>
	</description>
	<pubDate>Fri, 24 Feb 2012 10:44:14 +0900</pubDate>
	<dc:creator><![CDATA[La Clef a Verite]]></dc:creator>
</item>
<item>
	<title><![CDATA[IE7에서 다운로드시 파일명의 space가 _(underscore)로 바뀌는 현상]]></title>
	<link>http://bumjin.egloos.com/4097178</link>
	<guid>http://bumjin.egloos.com/4097178</guid>
	<description>
	<![CDATA[ 
파일 다운로드시 IE7에서 space가 _(underscore)로 바뀌는 현상  Window XP 의 IE 7 에서만 발생하는 버그로써 (http://support.microsoft.com/kb/952730 참조) XP 서비스 팩 3 을 설치하면 됩니다.   혹은  String userAgent = request.getHeader(&quot;User-Agent&quot;);     if (userAgent.contains(&quot;MSIE 7.0&quot;)) {         filename = filename.replace(&quot; &quot;, &quot;%20&quot;);         }              response.addHeader(&quot;Content-disposition&quot;, &quot;attachment;filename=\&quot;&quot; + filename+&quot;\&quot;&quot;);	]]>
	</description>
	<pubDate>Tue, 24 Mar 2009 15:41:45 +0900</pubDate>
	<dc:creator><![CDATA[지니랜드]]></dc:creator>
</item>
	</channel>
</rss>

