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 | 31 |
Tags
- injection
- sql순위
- asp함수
- update
- 한글입력체크
- WML
- FileSystemObject
- instr
- 정규식
- jdbc driver
- array
- 이미지가로길이
- join
- MSSQL보안
- tempDB
- inner join
- VarType
- sql랭킹
- javascript 한글입력체크
- SPLIT
- VARIABLE
- 이미지세로길이
- XML
- 자바기초
- 인젝션
- ERD
- JavaScript
- wap
- sql업데이트
- xmldom
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