Wiki 설치하기

위키 다운로드 주소

: http://moniwiki.kldp.org/wiki.php/~En/MoniWiki/DownLoad

인스톨 주소
: http://moniwiki.kldp.org/wiki.php/HelpOnInstallation?






설치 메뉴얼 주소

: http://wiki.kldp.org/wiki.php/%C0%A7%C5%B0%BC%B3%C4%A1%C7%CF%B1%E2




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

Posted by 홍반장

2008/06/24 11:55 2008/06/24 11:55
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3395

PHP-ExcelReader

PHP Library for read Excel files


http://sourceforge.net/projects/phpexcelreader/


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

Posted by 홍반장

2008/06/13 14:16 2008/06/13 14:16
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3363

asp 에서 mysql 접속방법

[oledb 로 접속할 경우]
mysql.com 에 접속해서 oledb 다운받아 설치


<%
strcon = "Provider=MySqlProv;Location=아이피;Data Source=디비명;User ID=아이디;Password=비밀번호;"
set DbCon = Server.CreateObject("ADODB.Connection")
DbCon.open strcon
%>

SQL_query = "SELECT count(*) FROM 테이블명"
Set RS = DbCon.Execute(SQL_query)

Response.Write " Query : " + SQL_query + "

"
Response.Write " Result : "

while not RS.eof
Response.Write RS(0)
Response.Write "
"
RS.MoveNext
wend

RS.Close
DbCon.Close

set RS = nothing
set DbCon = nothing



[odbc 로 접속할 경우]
mysql.com 에 접속해서 myodbc 다운받아 설치


<%
Set MyConn = Server.CreateObject("ADODB.Connection")
MyConn.Open "mysql"
SQL_query = "SELECT * FROM your_table WHERE your_field LIKE '%abc%';"
Set RS = MyConn.Execute(SQL_query)
%>


Document Title




<% Response.Write SQL_query %>



<%while not RS.eof%>
<%=RS("FIELD1")%> <%=RS("FIELD2")%> <%=RS("FIELD3")%>

<%RS.MoveNext%>
<%wend%>

<%
RS.Close
MyConn.Close
%>

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

Posted by 홍반장

2008/05/28 17:47 2008/05/28 17:47
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3315

Open flash chart

Link 1:
http://chart.cafen.net/API/

Link 2 :
http://cafen.net/home/blog/29
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/05/21 17:12 2008/05/21 17:12
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3279

http://www.ibm.com/developerworks/kr/library/wa-aj-when/

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

Posted by 홍반장

2008/04/15 10:27 2008/04/15 10:27
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3173

http://www.ibm.com/developerworks/kr/library/wa-aj-rssphp/

[ 소스 다운로드 ]

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

Posted by 홍반장

2008/04/15 10:22 2008/04/15 10:22
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3172

이클립스 툴 - 플러그인을 이용하면 java 뿐만 아니라, php, Ruby on Rails 까지 개발 가능하다.


http://www.eclipse.org/europa/

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

Posted by 홍반장

2008/04/13 11:27 2008/04/13 11:27
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3159

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

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

PHP and RSS: Getting it together

PHP and RSS: Getting it together

http://www.ibm.com/developerworks/xml/library/x-phprss/

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

Posted by 홍반장

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

« Previous : 1 : ... 12 : 13 : 14 : 15 : 16 : 17 : 18 : 19 : 20 : ... 33 : 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:
243824
Today:
175
Yesterday:
776