Excuse me sir, Are you saved? (선생님, 구원받으셨습니까?)

If you died tonight, Are you going to heaven? (당신이 만약 오늘 밤 죽는다면, 천국에 갈 수 있습니까?)

For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life. (하나님이 세상을 이처럼 사랑하사 독생자를 주셨으니 이는 그를 믿는 자마다 멸망하지 않고 영생을 얻게 하려 하심이라)

-John 3:16 (요한복음 3장 16절)

분류 전체보기 (178)
Embeded (3)
.NET (13)
DB (6)
Javascript (0)
Visual Studio (0)
Project (7)
Experience (0)
General (13)
Car (0)
Story (12)
YBC (4)
Book (6)
Movie (1)
구 MiniHomepy (109)
Visitors up to today!
Today hit, Yesterday hit
daisy rss
'구 MiniHomepy'에 해당되는 글 109건
2009. 5. 26. 17:21
http://www.codeproject.com/aspnet/FlashUpload.asp
2009. 5. 26. 17:20

1. for query
기존 버젼에서 nvarchar등 n으로 시작되는 부분 제대로 안나오는것 수정.

2. for procedure
프로젝트에서 쓰는 프로시져를 사용하기 위한 함수 안에 사용을
위한 부분 추가

3. for table
테이블 컬럼명과 데이터형식, 길이, nullable 표시하는 부분 추가

2009. 5. 26. 17:19
막아놓은 페이지가 아닌데 안될때는

임시파일들을 모두 지우면 나오게 된다.

2009. 5. 26. 17:19
콘솔에서
# net use \\210.116.105.xxx /user:administrator
# 패스워드 입력 :
# tsdiscon 1(or 2) /server:210.116.105.xxx
# logoff 1(or 2) /server:210.116.105.xxx
2009. 5. 26. 17:18

서버설정도 이상업고
컴포넌트 설정도 제한없는데 큰용량이 안될때

server.scriptTimeout = 0

무한이랍니다. --;;

초 단위니까..


server.scriptTimeout = 20000 이든 적절한 업로드 시간걸리는거 생각해서 넣어주시면 될것 같네요
2009. 5. 26. 17:17
형식을 varchar 에서 Nvarchar로 변경해야한다.

직접 쿼리 분석기에서 사용할땐 앞에 N'한글'
이렇게 사용해야한다

프로시져에서 사용할 때도 프로시져에 값을 전달할 때도 역시
Nvarchar다

검색시에 프로그램에서 넘길때 조건절에 Title like N'%제목%'
이런식으로 써야한다.

'구 MiniHomepy > Experience' 카테고리의 다른 글

asp에서 업로드시 용량 큰파일일때  (0) 2009.05.26
vs2005 단축키설정  (0) 2009.05.26
SQL REPORTER (테이블정의서 등)  (0) 2009.05.26
2009. 5. 26. 17:17

1. On the Tools menu, select Options.

2. Expand the Environment folder and select Keyboard.

3. In the Show commands containing box, enter the name of the command or object without spaces.

4. Scroll through the list until you find the desired command.

5. The current shortcut keys appear in the Shortcuts for selected command box.

참고: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.SQL.v2005.en/toolref9/html/60fcc142-98b8-4a8a-84c9-de77232a6932.htm
2009. 5. 26. 17:17

Sql2000용
Templete 폴더 안에 워드 수정해서 사용할것.

2005에는 연결안됨
http://www3.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=262&MAEULNo=16&no=16267&ref=16267

[패치] 하지않은편이 나음^^;;;;
http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=262&MAEULNo=16&no=16793&ref=16793

p.s 개인이 닷넷으로 만든 것. 2005에는 연결안됨http://www3.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=262&MAEULNO=16&no=21649&page=1
2009. 5. 26. 17:17

cascade dropdown 3단

DB를 이용한
현재는 기본적으로 깔리는 Northwind db를 이용함

웹서비스가 아닌 cs 안에 코딩이 되어있음.

2009. 5. 26. 17:16

http://www.microsoft.com/indonesia/msdn/UploadASP2.aspx

maxRequestLength="11264"
/>

A lot is going on in this single node, but the setting that takes care of the size of the files to be uploaded is the maxRequestLength attribute. By default, this is set to 4096 kilobytes (KB). Simply change this value to increase the size of the files that you can upload to the server. If you want to allow 10 megabyte (MB) files to be uploaded to the server, set the maxRequestLength value to 11264, meaning that the application allows files that are up to 11000 KB to be uploaded to the server.