1. Msxml2.ServerXMLHTTP VS Microsoft.XMLHTTP ASP페이지에서 쓸때는 ServerXMLHTTP, IE의 VBScript에서 쓸때는 XMLHTTP 를 쓴다. 무조건 그렇게 하는게 좋다. 왜 그래야하는지는 MSDN에서 찾아보시라. 잘 나와있다. ㅎㅎㅎ 2. IE상의 VBScript 에서 XMLHTTP 를 쓸 때 Permission denied 가 나오는 경우 .open 메서드를 실행했을 때 permission denied 나 나올때가 있다. 이것은 IE의 도구 > 옵션 > 보안 > 도메인간 데이터 소스 탐색을 허용해야한다. 그런데 유저가 엄청 많을때는 이것을 사용하기가 구린 상황이 있을 수 있으므로 어거지로 asp 페이지안에서 ServerXMLHTTP 를 사용하는 식으로 꽁..
* ASP, VBScript 에서 한글은 2byte 이며 영문은 1byte 이다. * MS-SQL 에서 한글/영문 공통 1byte 이다. VBS 이용방식 '//TODO: 한영혼합문장의 왼쪽에서부터 수량만큼 문자를 읽어온다. Function LeftH(str, strlen) Dim rValue, tmpStr, tmpASC, lenSum, f If isset(str) Then lenSum = 0 rValue = "" for f = 1 to Len(str) tmpStr = MID(str,f,1) tmpASC = ASC(tmpStr) if tmpASC>0 and tmpASC strlen) then exit for next LeftH = rValue End If End Function '//TODO: 한영혼합문장..
http://zend.lojcomm.com.br/goodies/asp-xtreme-evolution/ This project born from the necessity of bringing some up-to-date best practices to the Classic ASP World. Things like a good MVC architecture, with XML interacting with your database providing a standard way to your system talk to other systems and XSLT building your views are minimal requirements for any good application. But you should b..
jQuery의 getJSON사용 시 다른 도메인 데이터가져오기(CrossDomain) http://mudchobo.tomeii.com/tt/441 Generate JSON from VBScript (ASP) datatypes http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/ Ajax with Classic ASP using jQuery http://www.mikesdotnetting.com/Article/98/Ajax-with-Classic-ASP-using-jQuery Any good libraries for parsing JSON in Classic ASP? http://stackoverflow.com/questions/10..
'=================================================================== ' 배열 내용중 offset ~ length 까지를 뽑아 배열로 반환 '------------------------------------------------------------------ ' array_slice(arr,0,3) '=================================================================== Function array_slice(arr, offset, length) Dim x : x = 0 Dim newArray() For i = offset to length ReDim Preserve newArray(x) newArra..
#방법1. http://mssql.org/Forum/Content.aspx?PGN=1&SEQ=25663&TBL=SQL adVarchar 2147483647 (text 형이 2147483647) 프로시져 쪽에서는 Text 로 받음. #방법2. http://blog.naver.com/cambo95/100029225150 데이터 타입을 adLongVarChar 로 해준다. 사이즈는 넘어오는(넣을) 값을 LenB 함수를 써서 사이즈를 구해서 넣어준다. ex) .Parameters.Append .CreateParameter("@content", adLongVarChar, adParamInput, LenB(content), content) 또는 사이즈의 최대값을 넣어준다. 최대값은 2147483647 (테스트 해보..
- Total
- Today
- Yesterday
- git
- macos
- IE
- Android
- laravel
- sencha touch
- API
- centos
- classic asp
- iphone
- Prototype
- Debug
- 안드로이드
- Mac
- javascript
- IOS
- nginx
- Wordpress
- iis
- Linux
- nodejs
- mssql
- CSS
- PHP
- JQuery
- JSON
- ASP
- Docker
- 워드프레스
- 한글
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |