key = "kkk" value = "vvv" 변수들을 JSON 형식 {key:value} 으로 만들때 특수문자 Escape '// JSON Escape Function json_escape(str) If isEmpty(str) Or isNull(str) Then Exit Function str = Trim(str) str = Replace(str, """", """) str = Replace(str, "'", "'") str = Replace(str, "\", "\\") str = Replace(str, Chr(13) & Chr(10), "\n") str = Replace(str, Chr(13), "\n") str = Replace(str, Chr(10), "\n") str = Replace(str, ..
[출처] http://www.devguru.com/technologies/vbscript/quickref/vartype.html VarType(Varname) CONSTANT VALUE DESCRIPTION VBEmpty 0 Uninitialized VBNull 1 Contains no valid data VBInteger 2 Integer subtype VBLong 3 Long subtype VBSingle 4 Single subtype VBDouble 5 Double subtype VBCurrency 6 Currency subtype VBDate 7 Date subtype VBString 8 String subtype VBObject 9 Object VBError 10 Error subtype VBB..
* 네이트 오픈API 제휴사 키 발급 http://devsquare.nate.com/openApi/registerConsumerKey * 네이트 인증 개발 가이드 http://devsquare.nate.com/openApi/nateAuthAPIDevGuide#Authorize * Classic ASP VBScript OAuth 라이브러리 http://scottdesapio.com/VBScriptOAuth/ # 제휴사 키는 미리 발급 받아놓아야 한다. # 네이트 인증 개발 가이드를 보면 일부러 그런건지 업데이트가 안되어 있는 부분이 있다. 그것때문에 삽질좀 해서 여기에 기록한다. (빨간색 서두) ▶ 호출 도메인과 프로토콜 http://oauth.nate.com/OAuth/.../V1a 를 어디로? http..
http://www.alexandru.es/blog/tag.php?tag=scripting 단계 1 : 다운받고 설치 여기서 다운받고 설치, 설치중 "Install ImageMagickObject OLE Control for VBscript, Visual Basic, and WSH"를 꼭 체크하고 설치. 단계 2: 스크립트 다운받거나 복사 다음의 코드를 imageResizer.vbs 복사후 새파일로 저장하든가 그냥 여기서 다운받기. Option Explicit ' 몇몇 변수 정의 Dim objFSO, folderSRC, pathSourceJPG, file, outputFolder Dim userHeight, userWidth, userConfirmation userWidth = InputBox("Plea..
asp 3.0 에서는 Server.Execute("파일명") 으로 다른 파일을 포함시켜 실행할 수 있다. 다른점은 위의 2개는 변수가 공유된다 하지만 파일명에 변수값을 줄 수 없다. Server.Execute 는 변수가 공유되지 않는다 하지만 파일명을 변수값으로 줄 수 있다. php 와 비교를 해보면 너무도 허접하고 불편한 언어가 asp 이다. 해결책은 없을까? 하면서도 찾지 못하다가 그나마 최선책을 찾아내었다. Page1.asp : 0 Then 'inline asp arTemp2 = Split(arTemp(lTemp),"%" & ">") 'everything up to the % > is ASP code sTemp2 = trim(arTemp2(0)) If Left(sTemp2,1) = "=" Then ..
- Total
- Today
- Yesterday
- 안드로이드
- 한글
- mssql
- iis
- centos
- IE
- PHP
- Wordpress
- iphone
- laravel
- ASP
- classic asp
- javascript
- macos
- Prototype
- JSON
- JQuery
- Docker
- git
- nginx
- nodejs
- sencha touch
- 워드프레스
- Mac
- API
- CSS
- Android
- IOS
- Debug
- Linux
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |