Adobe CS4 Trials available from Adobe. 1) Adobe 사이트에 로그인 2) http://www.adobe.com/downloads/ 로 이동 3) Choose any commercial product available for download *lightroom2 for example* 4) begin downloading the file, it is important to start the download! 5) and then refuse to download a file, CANCEL. 6) in the address bar, IE or FF insert any of the references below. Official trials download links: Mas..
금일 제휴사에서 연락이 왔다. 아웃룩으로 메일 전송해 드리려는데 파일이 큽니다. 어떻게 전송해 드려야 할지... 곧바로 생각났던것은 ‘스티큐브’였는데 상술이 심한듯하고 로그인 해야되서 직접 찾아보았다. ★★★★★ http://www.filedropper.com/ 바로 업로드, 5G 까지, 영문 ★★ http://ideebee.com/ 회원가입해서 사용, 한글, 1회 2G 까지 전송, 5G 저장, 트래픽 10G, ★★★ http://www.filemail.com/ filemail 메일 대용량 파일 첨부 서비스, 바로 사용, 2G 까지, 7일간 보관 ★★★ http://www.piczza.com/ Adobe Air 어플, 4G까지, 한글, 무료사용자는 메일전송만 가능. ★★★★ https://www.drop..
테이블 존재 확인 후 있으면 제거하고 생성 IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='{테이블명}') drop table [dbo].[{테이블명}] go CREATE TABLE [dbo].[{테이블명}] ( … ) go 저장프로시저 존재 확인 후 있으면 제거하고 생성 if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[{프로시저명}]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[{프로시저명}] GO create proc [dbo].[{프로시저명}] …
http://www.carlprothman.net/Default.aspx?tabid=97 The following table shows the ADO Data Type mapping between Visual Basic, Access, SQL Server, Oracle, and the .NET Framework. ADO DataType Enum ADO DataType Enum Value Mapped Data Type SQL Server Size Access Oracle Visual Basic 6.0 adBigInt 20 Int64 SqlDbType.BigInt 10 OleDbType.BigInt 11 DBTYPE_I8 9 bigint 9 8 Variant adBinary 128 Byte[] SqlDbTy..
http://www.downflv.com
JSON 문법검사기 http://www.jsonlint.com/ Cross browser 에서의 흥미로운 예제들 IE8 JSON.parse(”{ ‘a’:1 }”) : Syntax Error CHROME JSON.parse(”{ ‘a’:1 }”) : OK FF JSON.parse(”{ ‘a’:1 }”) : Syntax Error OPERA 10.10 JSON.parse(”{ ‘a’:1 }”) : Undefined variable JSON SAFARI 4.0.4 JSON.parse(”{ ‘a’:1 }”) : Syntax Error jQuery 1.3 까지는 고유의 parsing 기술이 쓰이기에 1: $.ajax({url: "/url", 2: dataType: "json", 3: success: functio..
- Total
- Today
- Yesterday
- classic asp
- centos
- Docker
- Linux
- JSON
- API
- Wordpress
- Prototype
- Android
- CSS
- IOS
- iphone
- mssql
- nginx
- 한글
- 워드프레스
- Mac
- IE
- nodejs
- JQuery
- javascript
- ASP
- Debug
- PHP
- macos
- sencha touch
- laravel
- 안드로이드
- git
- iis
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |