<?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>이글루스 'view' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/view</link>
		<description>view</description>
		<language>ko</language>
		<pubDate>Wed, 14 Mar 2012 17:32:52 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[뷰, 저장프로시저, 사용자 정의 함수....]]></title>
	<link>http://LaClefaVerite.egloos.com/5641295</link>
	<guid>http://LaClefaVerite.egloos.com/5641295</guid>
	<description>
	<![CDATA[ 
끄적거리던거...사용자 정의 함수부분에 인라인 말고도 다중 문, 스칼라.....쪽도 포함해서 이부분은 전체적으로 좀 더 공부해야겠다..     1 ---뷰 생성 연습   2 use pubs   3 GO   4    5 CREATE VIEW lumos_view   6 AS   7 SELECT * FROM titles WHERE type LIKE 'business'   8 GO   9   10  SELECT * FROM lumos_view  11 GO  12   13   14 ---저장 프로시저 생성 연습  15 USE pubs  16 GO  17   18 CREATE PROC lumos_proc  19 AS  20 SELECT * FROM lumos_proc  21 GO  22   23 EXEC lumos_p	]]>
	</description>
	<pubDate>Wed, 14 Mar 2012 17:32:52 +0900</pubDate>
	<dc:creator><![CDATA[La Clef a Verite]]></dc:creator>
</item>
<item>
	<title><![CDATA[MS-SQL 구축과 활용 (책 요약) 파트3]]></title>
	<link>http://lucyora.egloos.com/5638935</link>
	<guid>http://lucyora.egloos.com/5638935</guid>
	<description>
	<![CDATA[ 
책 : MS-SQL 구축과 활용 / 이한 출판사  Part 03 - 데이터베이스 활용Chapter 06 - MS-SQL Server윈도우XP나 윈도우 2000 사용자는 별도의 인증모드를 사용하지 않고 서버에 로그인 할 수도 있고 SQL Server 인증모드를 추가로 사용 할 수 있다.( MS-SQL 2000 기준....)시스템에 이미 하나의 SQL Server가 설치되어 있다 해도 추가로 서버 인스턴스를 설치 가능구성요소는 MS-SQL Server를 구동하는 서비스관리자, 데이터베이스와 테이블을 생성하고 관리하는 등 다양한 작업을 GUI형태의 직관적인 화면으로 지원하는 엔터프라이즈 관리자, SQL 문을 이용한 데이터베이스 조작을 지원하는 쿼리분석기 등의 핵심도구들이 있음엔터프라이즈관리자와 쿼리분석기를 이용하	]]>
	</description>
	<pubDate>Wed, 07 Mar 2012 13:05:26 +0900</pubDate>
	<dc:creator><![CDATA[La Clef a Verite]]></dc:creator>
</item>
<item>
	<title><![CDATA[VIEW]]></title>
	<link>http://lucyora.egloos.com/5636371</link>
	<guid>http://lucyora.egloos.com/5636371</guid>
	<description>
	<![CDATA[ 
VIEW  가상 테이블을 뜻함, 사용 용도는...SELECT 문을 재활용 하려고...데이터 엑세스 제한을 둬서 캡슐화...뷰의 규칙고유 이름보안 등급ORDER BY사용은 DBMS 마다 다름사용하기에 따라서 성능 저하가 있을 가능성이 있음일부 DBMS는 사용하기전 모든 열에 대한 이름을 지정해야 함인덱스나 기본값을 연계할 수 없음데이터 삽입, 업데이트 가능 여부는 DBMS 마다 다름생성된 뷰는 해당 DB에 뷰에 등록 됨ex)CREATE VIEW ProductCustomersASSELECT cust_name, cust_contact, prod_id FROM Customers, Orders, OrderItems WHERE Customers = cust_id, Orders = cust_id; AND OrderIte	]]>
	</description>
	<pubDate>Tue, 28 Feb 2012 10:46:00 +0900</pubDate>
	<dc:creator><![CDATA[La Clef a Verite]]></dc:creator>
</item>
<item>
	<title><![CDATA[Frame 과 bound 의 차이 ]]></title>
	<link>http://indian31.egloos.com/5573182</link>
	<guid>http://indian31.egloos.com/5573182</guid>
	<description>
	<![CDATA[ 
Frame 은 상위 뷰에대한 현재 뷰의 위치 정보를 가지고 있다.     Bound는 위치정보는 없고 크기 정보만 가진다   	]]>
	</description>
	<pubDate>Thu, 17 Nov 2011 10:24:40 +0900</pubDate>
	<dc:creator><![CDATA[No Limit]]></dc:creator>
</item>
<item>
	<title><![CDATA[Luxury Penthouse, River Views]]></title>
	<link>http://lanvaoh.egloos.com/10777465</link>
	<guid>http://lanvaoh.egloos.com/10777465</guid>
	<description>
	<![CDATA[ 
	]]>
	</description>
	<pubDate>Sat, 17 Sep 2011 10:06:30 +0900</pubDate>
	<dc:creator><![CDATA[저 하늘의 반짝이는 별과 같이...]]></dc:creator>
</item>
<item>
	<title><![CDATA[Oracle - 뷰. View]]></title>
	<link>http://marcus215.egloos.com/93843</link>
	<guid>http://marcus215.egloos.com/93843</guid>
	<description>
	<![CDATA[ 
뷰(View)    (1) 뷰 - 뷰는 테이블에 대한 가상테이블로서 테이블이 존재하지 않으면 뷰도 존재할 수 없다.            뷰는 테이블처럼 데이터를 직접 소유하지 않고 검색시에만 정의된 뷰를 틀에 맞게 보여준다.    (2) 사용 이유      - 기본 테이블에 대한 보안기능을 설정해야 하는 경우      - 복잡하며 자주 사용되는 질의 sql문을 보다 쉽고 간단하게 사용해야 하는 경우    (3) 형식        CREATE OR REPLACE VIEW 뷰이름        AS        [SUB-QUERY]        [WITH CHECK OPTION]        [WITH READ ONLY]        /      -- 사원번호, 이름, 급여, 부서명을 조회하는 뷰를 생성해라.  	]]>
	</description>
	<pubDate>Tue, 23 Aug 2011 11:46:18 +0900</pubDate>
	<dc:creator><![CDATA[태식이가 공부를 하다.!]]></dc:creator>
</item>
<item>
	<title><![CDATA[VMware 세미나 다녀옴]]></title>
	<link>http://kdo88.egloos.com/4998301</link>
	<guid>http://kdo88.egloos.com/4998301</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/76x100/http://pds18.egloos.com/pds/201107/14/69/b0099769_4e1eee0014660.jpg"  
				alt="VMware 세미나 다녀옴" 
				width="76px"  
				height="100pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> (발표자료 메일로 왔음..;;)  발표자료 용량때문에 안올라감...ㅜㅜ 필요하신분은 요기다가 메일로 요청바람..         인턴을 하고 있는 곳 이사님이 정보 주셔서 참여(감사합니다.)  해운대 조선 비치 호텔에서 세미나 진행  생각했던 IT 세미나 치곤 호텔에서 해서.. 좀 부담?스러웠음  동행한 과장님 말씀으론 주로 롯데호텔에서 한다고.... 서울쪽은 더 좋다고..... 밥도 줄때도 있다고....ㅎㄷㄷ 윈폰7망고 세미나(서울) 신청해두고... 시간 없고 차비땜에 신청 취소해 버린게 참 안타까웠음 ㅜㅜ       3곳에서 교육을 진행중이다... 교육에 대한 책자...참고할만한 사이트는 VMware.com/education    서버용인 vSphere 데스크탑용인 View 둘다 기업입장에선 정말 좋은 가	]]>
	</description>
	<pubDate>Tue, 05 Jul 2011 22:58:45 +0900</pubDate>
	<dc:creator><![CDATA[dO_O]]></dc:creator>
</item>
<item>
	<title><![CDATA[[Android]Spinner 버그?!]]></title>
	<link>http://gsstudio.egloos.com/4081203</link>
	<guid>http://gsstudio.egloos.com/4081203</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/76x100/http://pds18.egloos.com/pds/201107/02/05/d0062605_4e0f2a4013e1a.png"  
				alt="[Android]Spinner 버그?!" 
				width="76px"  
				height="100pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> Spinner라는 View는 기본적으로 여러개의 목록에서 하나를 선택하기 위해 만들어진 뷰입니다.   생김새처럼이나 사용법도 다른 뷰보단 복잡합니다.  Adapter라는 것을 사용해서 list를 작성해야하고, listener도 사용하지요.           Spinner s1 = (Spinner) findViewById(R.id.spinner1);         //adapter 선언         ArrayAdapter&amp;lt;CharSequence&amp;gt; adapter = ArrayAdapter.createFromResource(                 this, R.array.colors, android.R.layout.simple_spinner_item);         adapter.setDro	]]>
	</description>
	<pubDate>Sat, 02 Jul 2011 23:47:01 +0900</pubDate>
	<dc:creator><![CDATA[ GS studio]]></dc:creator>
</item>
<item>
	<title><![CDATA[view by 지구인김씨]]></title>
	<link>http://snugart.egloos.com/2762853</link>
	<guid>http://snugart.egloos.com/2762853</guid>
	<description>
	<![CDATA[ 
  view by 지구인김씨   이 작품이 속한 카테고리 : 디지털아트&amp;gt;회화&amp;gt;일러스트 , 디지털아트&amp;gt;드로잉&amp;gt;일러스트  이 작품의 태그 : view   	]]>
	</description>
	<pubDate>Fri, 29 Apr 2011 12:02:12 +0900</pubDate>
	<dc:creator><![CDATA[자유로운 창작공간 - 스너그아트]]></dc:creator>
</item>
<item>
	<title><![CDATA[dns view 설정 시 rndc 명령어]]></title>
	<link>http://anti1346.egloos.com/4950077</link>
	<guid>http://anti1346.egloos.com/4950077</guid>
	<description>
	<![CDATA[ 
rndc 명령어   reload        Reload configuration file and zones.   reload zone [class [view]]                 Reload a single zone.   retransfer zone [class [view]]                 Retransfer a single zone without checking serial number.   flush [view]  Flushes the server's cache for a view.   flushname name [view]                 Flush the given name from the server's cache(s) ex) # rndc retransfer 	]]>
	</description>
	<pubDate>Mon, 28 Mar 2011 15:55:12 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[DNS view zonetransfer TEST]]></title>
	<link>http://anti1346.egloos.com/4949690</link>
	<guid>http://anti1346.egloos.com/4949690</guid>
	<description>
	<![CDATA[ 
DNS VIEW 테스트  Master Serveroptions {        directory       &quot;/var/named&quot;;        dump-file       &quot;/var/named/data/named_dump.db&quot;;  // dump file directory        version         &quot;Unknown&quot;;        statistics-file &quot;/var/named/data/named.stats&quot;;    // statistic file directory        pid-file        &quot;/var/named/data/named.pid&quot;;        #transfer-format many-answers;          allow-query { any; };       	]]>
	</description>
	<pubDate>Sun, 27 Mar 2011 21:54:58 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[[이글루스] 다음뷰 추천위젯 위치가 이상하다?]]></title>
	<link>http://anngabriel.egloos.com/5456377</link>
	<guid>http://anngabriel.egloos.com/5456377</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds20.egloos.com/pds/201103/16/43/c0014543_4d803d49d8aa3.png"  
				alt="[이글루스] 다음뷰 추천위젯 위치가 이상하다?" 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/>   이번에 서비스가 여러개 추가되었는데 다들 환영할만한 일이네요.  다음뷰 추천위젯의 경우 넣는게 귀찮을 것 같아서;; 안하고 있었는데  다음과의 연계는 글보내는 것도 그렇고 잘만들어주시는 것 같습니다. ㅎㅎ    다만 그 전까지 태그가 제일 아래에 위치했었는데  이번에 추천위젯을 부가기능에서 설정했더니 태그가 위젯들 위에 올라가버려  중간에 위치해 보기가 좀 이상하네요. 일부러 이렇게 설정하셨을리는 없으실 것 같고  수정부탁드립니다. 수고하셨고 앞으로도 수고해주세요~  	]]>
	</description>
	<pubDate>Wed, 16 Mar 2011 13:36:02 +0900</pubDate>
	<dc:creator><![CDATA[타누키의 MAGIC-BOX]]></dc:creator>
</item>
<item>
	<title><![CDATA[[DNS] rndc 유틸리티 버전별 명령어]]></title>
	<link>http://anti1346.egloos.com/4931269</link>
	<guid>http://anti1346.egloos.com/4931269</guid>
	<description>
	<![CDATA[ 
rndc 유틸리티 버전별 명령어  NO.rndc 9.5.x = rndc 9.6.xrndc 9.7.x1reloadreloadReload configuration file and zones.2reload zone [class [view]]reload zone [class [view]]Reload a single zone.3refresh zone [class [view]]refresh zone [class [view]]Schedule immediate maintenance for a zone.4retransfer zone [class [view]]retransfer zone [class [view]]Retransfer a single zone without checking serial number.5freezef	]]>
	</description>
	<pubDate>Mon, 21 Feb 2011 23:52:19 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[[dns] view 설정]]></title>
	<link>http://anti1346.egloos.com/4929578</link>
	<guid>http://anti1346.egloos.com/4929578</guid>
	<description>
	<![CDATA[ 
View 설정view1 : 127.0.0.1 IP에서 질의가 들어올 경우 응답view2 : 10.0.10.0/8 네트워크 대역에서 질의가 들어올 경우 응답view3 : any IP(127.0.0.1) 및 네트워크 대역(10.0.10.9/8)를 제외한 모든 곳에서 질의가 들어올 경우 응답 /etc/named.conf 파일view &quot;view1&quot; {        match-clients { 127.0.0.1; };zone &quot;sangchul.kr&quot; in {        type master;        file &quot;sangchul.kr_1.zone&quot;;           };};view &quot;view2&quot; {        match-clients { 10.0.1.0/8; };zone &quot;sangchul.kr&quot; in {   	]]>
	</description>
	<pubDate>Sat, 19 Feb 2011 04:29:41 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[[Android] View 에 간단하게 테두리 설정하기]]></title>
	<link>http://everdream.egloos.com/5432726</link>
	<guid>http://everdream.egloos.com/5432726</guid>
	<description>
	<![CDATA[ 
안드로이드에서 TextView 간단하게 테두리 그리려고 할때, 생각보다 쉽지 않다. 이렇게 xml 에서 설정하면, 편리하게 설정이 가능하다.   다만,  배경색을 투명으로 설정하는 것은 불가능하다.   TextView에 border 설정 &amp;lt;TextView android:layout_width=&quot;wrap_content&quot; android:text=&quot;title&quot;  android:id=&quot;@+id/tv_st_reason&quot; android:background=&quot;@drawable/xml_border&quot;  android:layout_weight=&quot;1&quot; android:gravity=&quot;center&quot;  android:layout_height=&quot;fill_parent&quot;&amp;gt;&amp;lt;/TextView&amp;gt;   /res/drawab	]]>
	</description>
	<pubDate>Tue, 01 Feb 2011 10:40:30 +0900</pubDate>
	<dc:creator><![CDATA[그럭저럭 헤쳐가기(Muddling Through)]]></dc:creator>
</item>
	</channel>
</rss>

