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