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..
+ MS-SQL 2005 이상에서만 사용 가능 + 기존 text 컬럼 형 변환 ALTER TABLE [테이블명] ALTER COLUMN [컬럼명] VARCHAR(MAX) null; + 8000 바이트 이상 값 입력시 CAST(‘값’ as VARCHAR(MAX)) 로 변형하여 입력해야 함. http://www.sqlleader.com/mboard.asp?exec=view&strBoardID=SS2005Admin&intSeq=201 - datalength() : 큰 크기의 바이트 계산 - replicate() : 문자 반복
PHP 에서는 iconv() 라는 훌륭한 함수가 존재하지만 Classic ASP 에서는 지원되지 않아 난감하다 부르는 쪽에서는 값을 escape 태그로 감싼다 $('#orderInfo').load('./x.ajax.asp', { 'orderId':''+ escape($('#orderId').val()) +'', 'orderName':''+ escape($('#orderName').val()) +'' }); 답하는 쪽에서는 Unescape() 함수를 사용하여 변환해준다
Select * into (만들고싶은 테이블) From (소스테이블) Where 0=1
다국어 파일을 지원하는 에디터 * 윈도우 Notepad 대체시키는법 EmEditor 를 설치 후 첨부파일 압축을 풀면 나오는 EmEditor_Launcher 폴더 내에 있는 install.cmd 파일을 실행해주면 됩니다. 64bit 운영체제에서 제대로 설치되지 않을 경우 installx64.cmd 를 실행해주세요. 이때 참고사항은 sfc /purgecache 명령이 실행되므로 %system32%\dllcache 폴더가 깨끗이 비워지게 됩니다. 안비우면 설치가 안되길래 저 명령을 넣었고 성공했습니다.
64비트 버젼이 따로 깔리는 포토샵 CS4 다른것은 제쳐두고 파일을 열면 탭으로 열리는바람에 기존에 창에서 창으로 드래그 하여 레이어를 옮기던 습관에 너무 걸리적거려서 해결책을 찾아봤다. 안두리님 블로그 http://blog.nachal.com/139 에서 해결책을 아래와 같이 찾았는데 참고이미지인 탭으로 나온 부분에 '졸짜증'을 한번 보면 Big재미도 얻을 수 있다. * 해결책: 탭으로 띄워지는것 기존과 같이 변경하는법 1. Edit > Preferences > Interface 에서 2. Open Documents as Tabs 체크 해제. 3. Enable Floating Document Window Docking 체크 해제.
- Total
- Today
- Yesterday
- Android
- macos
- nodejs
- centos
- CSS
- JSON
- ASP
- iis
- Prototype
- laravel
- PHP
- JQuery
- iphone
- API
- Linux
- sencha touch
- git
- 안드로이드
- nginx
- Mac
- Wordpress
- Docker
- javascript
- 한글
- 워드프레스
- IE
- classic asp
- IOS
- Debug
- mssql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |