iPhone Camera 셔터음 없애는 방법
2011. 6. 21. 14:10System/Library/Audio/UISounds
안에
________________________
begin_video_record.caf
end_video_record.caf
photoShutter.caf
________________________
위의 3파일의 음을 제거해주면 된다....
2008 에서 백업한 파일은 2008 에서만 복원이 가능합니다.
(2000, 2005 에서는 복원불가)
===============================================
* 아래 예제는 KSD 데이터베이스를 복원하는 방법입니다.
1) A서버에서 백업한 파일을 B 서버로 이동시킨다.
2) SQL Server 2008 에 리스토어 한다.
A) 데이터베이스 -> 오른쪽마우스 클릭 후 메뉴중
"데이터베이스 복원(R)" 선택
B) 데이터베이스 복원 화면의 "일반" 텝
a. 복원할 데이터베이스 이름을 입력한다 (KSD)
b. "장치(D)" 를 선택하고 백업된 파일이
위치된 곳을 선택한다.c. 복원에 사용할 백업세트를 선택한다
(check box 선택).d. "옵션" 탭을 클릭한다.
C) 데이터베이스 복원 화면의 "복원" 텝
a. 기존데이터베이스가 존재 할 경우
"기존 데이터베이스 덮어쓰기" 를 선택한다.
(필요한 복원 옵션을 선택한다.)b. 데이터베이스가 복원될 위치를 입력한다.
(데이터 파일과 로그파일의 위치를 다르게 할수도 있다.)c. 복구상태를 선택한다.
d. "확인" 버튼을 눌러 복구(리스토어)를 시작한다.
D) 데이터베이스 복원 완료를 확인한다.
a. "확인" 버튼을 누른다.
Cause: I don’t have any concrete reason for this, but I am assuming that
Workaround: Follow the steps and it should work fine then!
1. When you open your form and you get this error. 2. Close VS.NET (make sure none of the forms are open at this time) 3. Delete "bin" and "obj" folder physically. 4. Open VS.NET 5. Rebuild your application 6. Try opening your forms now. It should work! |
내가 현재 NAS를 사용하는
장점 -->>
1_ 서버컴 + Main컴 간의 특별한 연결동작없이 하드 공간을 공유할 수 있다.
2_ FTP Server를 특별히 설치하지 않고서도, 외부에서도 FTP로 NAS로의 연결이 가능하다.
단점 -->>
1_ 연결이 까다롭다. 네트워크의 기본개념, 프로토콜, FTP의 기초지식이 없이 셋팅의 어려움이 있다.
2_ eSATA처럼 유선으로의 연결보다 속도가 느리다.
3_ Air Video의 서버를 설치할 수없다. 사용하기 위해선 서버컴에 Air Video Server프로그램을 설치해서 NAS를 연결하는 방법이 최선이다.
===================================
남은 과제
1_ NAS의 Web설정 화면(Air Station)을 외부에서 열고 싶다.
(현재 서버컴으로 원격연결 후, 내부내트워크 상에서 Air Station을 조작하고 있다.)
===================================
=================================
文字変換
http://www.geocities.jp/cbc_vbnet/function/mojireyu_function.html
=================================
英語の小文字と大文字を変換する
http://homepage1.nifty.com/rucio/main/Samples/vbsample045.htm
=================================
文字列のひらがな/カタカナをチェックするには?
http://www.atmarkit.co.jp/fdotnet/dotnettips/054iskana/iskana.html
=================================
http://highlucky.egloos.com/1583355
한글 깨짐 방지
마우스 오른쪽 버튼 활용
------------------------------------------------------------------
EX> CMD에서 실행하기.
영어 로케일
set APPLOCENG="HKEY_CLASSES_ROOT\exefile\shell\for Eng with AppLocale\command"
reg add %APPLOCENG% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0409\"" /f
일본어 로케일
set APPLOCJPN="HKEY_CLASSES_ROOT\exefile\shell\for Jpn with AppLocale\command"
reg add %APPLOCJPN% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0411\"" /f
한국어 로케일
set APPLOCKOR="HKEY_CLASSES_ROOT\exefile\shell\for Kor with AppLocale\command"
reg add %APPLOCKOR% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0412\"" /f
중국어 번체 로케일
set APPLOCCHN1="HKEY_CLASSES_ROOT\exefile\shell\for Chn(Traditional) with AppLocale\command"
reg add %APPLOCCHN1% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0404\"" /f
중국어 간체 로케일
set APPLOCCHN2="HKEY_CLASSES_ROOT\exefile\shell\for Chn(Simplyfied) with AppLocale\command"
reg add %APPLOCCHN2% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0804\"" /f
참고 ---------------------------
번체
Traditional Chinese
L0404
간체
Simplified Chinese
L0804