status 필드가 있는데 where status in ('active', 'approved', 'rejected', 'submitted') 와 같이 넣었을때 기본키 등의 order by 에 영향을 받은 sorting 이 되게 된다.결과를 기본 sorting 영향이 아닌 자신만의 순서로 받고 싶은경우 아래와 같이 Order by Case 문으로 해결 가능하다. http://stackoverflow.com/questions/3892406When 조건 Then 순서번호Use a CASE expression (SQL Server 2005+):ORDER BY CASE status WHEN 'active' THEN 1 WHEN 'approved' THEN 2 WHEN 'rejected' THEN 3 WHEN 's..
방법이야 여러가지가 있겠지만 노드들을 구한 뒤 그들의 인덱스를 통해 역루핑으로 역정렬의 목록을 뽑았다. Dim xmlFile : xmlFile = Server.Mappath("{XML파일경로}") '// 파일 존재 검사용 사용자정의 함수 If NOT file_exists(xmlFile) Then Response.End '// XML 컨트롤러 생성 Set oXml = Server.CreateObject("Microsoft.XMLDOM") oXml.async=false oXml.Load(xmlFile) xPath = "/root" Set rootNode = oXml.SelectSingleNode(xPath) If rootNode Is Nothing Then die("데이터가 없습니다.") '// 항목 수가 ..
- Total
- Today
- Yesterday
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
- API
- javascript
- Prototype
- Chrome
- nodejs
- git
- sencha touch
- Mac
- laravel
- nginx
- iphone
- CSS
- 한글
- 안드로이드
- Android
- classic asp
- IOS
- mssql
- Linux
- PHP
- Docker
- JSON
- Debug
- centos
- JQuery
- IE
- iis
- ASP
- Wordpress
- 워드프레스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |