Windows XP SP2(64비트 시스템용) http://www.microsoft.com/downloads/details.aspx?FamilyId=5fbaa61b-15ce-49c7-9361-cb5494f9d6aa Windows XP SP3 (32비트 시스템용) https://www.microsoft.com/ko-KR/download/details.aspx?id=55245 Windows XP Embedded SP3(32비트 시스템용) https://www.microsoft.com/ko-KR/download/details.aspx?id=55247 Windows 8(32비트 시스템용) https://www.microsoft.com/ko-KR/download/details.aspx?id=55246 Windows 8(64비트 시스템용) https://www.microsoft.com/ko-KR/download/details.aspx?id=55249 […]
소스: Microsoft Update 카탈로그
지정된 트러스트 공급자가, 주제에 대해 지정된 형식을 지원하지 않거나 알 수 없습니다. ISO 파일 풀지 말고 CD 나 USB 로 구워 설치 하면 됩니다. iso […]
User Manual : http://sqldeveloper.solyp.com/download/SQLDeveloperUserManual_en.pdf 다음 명령어로 포트와 SID 를 확인한다. C:\>lsnrctl status LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 – Production on 12-5월 -2017 11:17:43 Copyright […]
var server = require(‘http’); server.createServer(function(req, res){ res.writeHead(200, {‘Content-Type’:’text/plain’}); res.end(“Hellow node.js!\n”); }).listen(3000, ‘localhost’); console.log(‘Server running at http://localhost:3000/’);
버전 확인 : perl -v 또는 perl –verion 참조 : http://learnperl.scratchcomputing.com/tutorials/getting_started/ Perl Regex Syntax 참조: https://www.tutorialspoint.com/perl/perl_regular_expressions.htm perl -e ‘print “Hello World!\n”‘ Error 시
perl : warning : Setting locale failed .
perl : warning : Please check that your locale settings :
LANGUAGE = ( unset ) ,
LC_ALL = ( unset ) ,
LANG = "en_US.utf8"
are supported and installed on your system .
perl : warning : Falling back to the standard locale ( "C" ) .
툴설치 […]
Docker란 도커(Docker)는 OS에 앱을 패키징하여 배포할 수 있도록 해 주는 프로그램입니다. 가상머신 및 가상OS 설치 없이 프로그램 가동이 가능 합니다. 1.OS확인 2.Set up the repository […]
소스: [아웃룩] 아웃룩 2007에서 메일 자동회신 설정하는 방법
소스: 64 bit – How can I force the 32-bit version of the remote desktop client to run on 64 bit Vista? – Server Fault
http://www.manythings.org/ http://www.breakingnewsenglish.com/ https://www.mylanguageexchange.com/defaultMore_ko.asp http://www.esolcourses.com/ https://www.coursera.org/
Server.CreateObject(“DEXT.FileUpload”) 객체생성을 하면 500번 에러 발생 설치 DEXTUpload_v248 버전이 32버전이라 IIS 응용프로램 풀에서 사이트 설정 후 고급 설정에서 “32비트 응용프로그램 사용” True 로 변경 해결 […]
메시지를 클릭하면 세팅 정보가 나온다 노란색부분의 체크를 푼다.
**** euc-kr ****
<% @Language = "VBScript" CODEPAGE = "949" %>
<%
Response . CharSet = "euc-kr"
Session . codepage = "949"
Response . codepage = "949"
Response . ContentType = "text/html;charset=euc-kr"
%>
**** utf-8 ****
<% @Language = "VBScript" CODEPAGE = "65001" %>
<%
Response . CharSet = "utf-8"
Session . codepage = "65001"
Response . codepage = "65001"
Response . ContentType = "text/html;charset=utf-8"
%>
**** utf-8 csv 로 엑셀에 저장 시****
엑셀 시작부분에 아래 문장을 넣으면 글자가 깨지지 않음
Response . BinaryWrite ( ChrB ( 239 ) & ChrB ( 187 ) & ChrB ( 191 ) )
'엑셀로 저장
Response.Buffer = True
Response.ContentType = "appllication/vnd.ms-excel" ' // 엑셀로 지정
Response . CacheControl = "public"
Response . AddHeader "Content-Disposition" , "attachment; filename=Mobile_Seg_list.csv"
UTF-8 기타 처리 참고 http://unions5.tistory.com/38
Exec sp_attach _ db 'MY_DB'
, 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MY_DB.mdf'
, 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MY_DB.LDF'
Smallpdf – the platform that makes it super easy to convert and edit all your PDF files. Solving all your PDF problems in one place […]
-지원 OS : Windows XP, VISTA(x86/x64), 7(x86/x64), 8(x86/x64), 8.1(x86/x64), 10(x86/x64) -지원 제품 : ipTIME 공유기 -버전 : 1.16 공유기 펌웨어 업그레이드 도중 전원 차단 혹은 […]
정리전 WordPress 서버라면 추가로 꼭 설치 WordPress가 이미지 리사이즈를 할 때 PHP 확장이 필요합니다. PHP GD sudo apt install php-gd [wp-svg-icons icon=”home” wrap=”i”] 계정생성 및 […]
Copyright © 2026 | WordPress Theme by MH Themes
최상의 웹사이트 경험을 제공하기 위해 쿠키를 사용합니다. 본 사이트를 계속 이용하시면 귀하가 본 사이트에 동의하는 것으로 간주합니다. Ok