SubVersion - 버전 관리

http://www.pyrasis.com/main/SubversionServerForWindows

[DOWNLOAD]
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/01 19:05 2008/04/01 19:05
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3120

flickr.com

http://www.flickr.com/

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/01 14:16 2008/04/01 14:16
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3119

MysqlYog - 사이트 소개, 설치방법

[DOWNLOAD]

1. mysql GUI tool
2. mssql 2 mysql ( migration 마이그레이션 )


http://www.webyog.com/






크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/01 11:50 2008/04/01 11:50
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3118

-- 나이별 주문 내용 통계 구하기
: count 보다는 sum 을 이용하는게 좋다.

SELECT
CONVERT(varchar(10),regDate,112) AS regDate,
COUNT(*) total,
COUNT(CASE maxOrderText WHEN 1 THEN maxOrderText ELSE null END) men,
COUNT(CASE maxOrderText WHEN 0 THEN maxOrderText ELSE null END) women,
sum(CASE WHEN maxOrder < 10 THEN 1 ELSE 0 END) age00,
sum(CASE WHEN maxOrder between 10 and 20 THEN 1 ELSE 0 END) age10,
sum(CASE WHEN maxOrder between 20 and 30 THEN 1 ELSE 0 END) age20,
sum(CASE WHEN maxOrder between 30 and 40 THEN 1 ELSE 0 END) age30,
sum(CASE WHEN maxOrder > 40 THEN 1 ELSE 0 END) age40
/*
(SELECT COUNT(*) FROM tblshopgoods WHERE maxOrder < 10 ) as age00,
(SELECT COUNT(*) FROM tblshopgoods WHERE maxOrder between 10 and 20) as age10,
(SELECT COUNT(*) FROM tblshopgoods WHERE maxOrder between 20 and 30) as age20,
(SELECT COUNT(*) FROM tblshopgoods WHERE maxOrder between 30 and 40) as age30,
(SELECT COUNT(*) FROM tblshopgoods WHERE maxOrder > 40) as age40
*/
FROM dbo.tblShopGoods
GROUP BY CONVERT(varchar(10),regDate,112)
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/26 10:34 2008/03/26 10:34
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3101

전문가가 되는 법

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/25 11:51 2008/03/25 11:51
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3095

AJAX - http://www.prototypejs.org/

http://www.prototypejs.org/
: 동적 웹 응용 프로그램 개발에 유용한 자바스크립트 프레임워크를 제공한다.

http://jquery.com/ : Prototype.js와 유사한 기능을 제공하는 자바스크립트 라이브러리다.
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/23 21:14 2008/03/23 21:14
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3091

FckEditor 사용법

최신버젼: http://www.fckeditor.net/download

데모: http://www.fckeditor.net/demo




크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/18 17:54 2008/03/18 17:54
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3082

developWorks RSS 피드

http://www.ibm.com/developerworks/kr/views/rss/customrssatom.jsp?zone_by=Open+source&zone_by=Web+services&zone_by=Web+architecture&zone_by=XML&zone_by=Java+technology&zone_by=Architecture&type_by=Articles&type_by=Tutorials&search_by=&day=1&month=01&year=2004&max_entries=100&feed_by=rss&isGUI=true&Submit.x=48&Submit.y=15
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/16 22:18 2008/03/16 22:18
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3079

액티브 컨텐츠의 실행권한 허용

[마소 2007/3 권 p.297 ]에서 발취

실행권한 허용

Mark of the Web 의 코드를 html 문서의 상단에 간단히 한 줄을 추가하는 것으로 가능하다.

Mark or the Web 코드는 < !-- saved from url=(0023)http://www.index.pe.kr/ -- >

여기서 url=(0023)의 0023 은 뒤에 따라오는 도메인의 정확한 숫자이다.

즉, http://www.index.pe.kr/ 에서 h 에서 시작하여 도메인의 마지막 문자까지의 길이이다.

html문서에서 이 코드를 포함시키려면 해당 도메인을 가리키도록 URL을 변경하고 숫자(0023)를 해당 도메인의 정확한 숫자로 변경하면 가능하다.
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/14 13:26 2008/03/14 13:26
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3075

RSS 2.0의 콘텐트 피드

RSS 2.0의 콘텐트 피드

http://www.ibm.com/developerworks/kr/library/x-rss20/index.html

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/03/12 01:44 2008/03/12 01:44
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3066

« Previous : 1 : ... 49 : 50 : 51 : 52 : 53 : 54 : 55 : 56 : 57 : ... 101 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/11   »
          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
Statistics Graph

Site Stats

Total hits:
240461
Today:
257
Yesterday:
856