Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- WML
- xmldom
- 이미지가로길이
- wap
- ERD
- MSSQL보안
- javascript 한글입력체크
- update
- 한글입력체크
- injection
- XML
- VARIABLE
- SPLIT
- JavaScript
- asp함수
- inner join
- FileSystemObject
- join
- jdbc driver
- 자바기초
- instr
- VarType
- array
- sql순위
- 이미지세로길이
- tempDB
- sql업데이트
- sql랭킹
- 정규식
- 인젝션
Archives
- Today
- Total
목록로그남기기 (1)
3초기억력
FileSystemObject 이용, 로그남기기(ASP)
set fso = Server.Createobject("Scripting.filesystemobject")result = fso.fileexists("D:\Site_Test\test.txt") if result = true then Set ofile=fso.OpenTextFile("D:\Site_Test\test.txt",8,true) ofile.Writeline "datetime=" & now() ofile.Writeline "------------" ofile.close Set ofile=Nothingend ifSet fso=Nothing%>
플밍_ASP
2008. 11. 12. 10:45