« Previous : 1 : 2 : 3 : 4 : 5 : ... 25 : Next »
'Microsoft.Jet.OLEDB.4.0' 공급자는 로컬 컴퓨터에 등록할 수 없습니다.
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

위 문제는 JET가 64bit OS를 지원하지 않아서 생기는 문제로
VS의 구성 관리자에서 빌드 정보를 x86으로 설정해주면 된다.

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/06/20 12:55 2011/06/20 12:55
, , ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/293

루팅 후
루트 익스플로러로 /system/media/audio/ui/에있는 camera_click.ogg 파일을 삭제 또는 이름을 변경하면 된다.
촬영하기전 뚜뚜 소리는 그래도 나니까 완전 무음으로 할려면 진동모드로 해야함
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/06/10 08:17 2011/06/10 08:17
, ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/292

VS에서 "error PRJ0003 : 'cmd.exe'을(를) 생성하는 동안 오류가 발생했습니다. "
이런 오류메시지가뜨면

해결방법으로 환경변수의 PATH에 '\'가 중복으로 사용되거나 %SystemRoot%를 C:\Windows로 바꿔주라는게 있었는데
나같은경우 PATH에서 ';'이 생략되어있었다.
';'추가 후 컴팔일했지만 역시 에러

이게 아닌가 싶어서 더 찾아보니
"메뉴 -> 도구 -> 옵션  -> 프로젝트 & 솔루션 -> VC++ Directory
(Menu -> Tool -> Option -> Projects and Solutions -> VC++ Directory)"
"$(SystemRoot)\System32"
를 추가해주라더라

실제로 VC++ Directory에 추가해주니 문제가 해결되더라.
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/06/02 09:37 2011/06/02 09:37
, ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/291

sdcard/ringtones
sdcard/Media/Audio/Notifications

위 디렉토리 생성 후 음원 파일을 넣어주면 된다.
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/05/24 11:10 2011/05/24 11:10
, ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/290

GingerBreak-1.10으로 루팅 후
Root Explorer로
system/app/SuperUser.apk
system/bin/su
data/data/com.noshufou.android.su

위 세 파일을 삭제하면 언루팅 효과를 낼 수 있다.

다시 루팅적용을 하려면 GingerBreak로 루팅을 해야만 한다.


크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/05/13 14:45 2011/05/13 14:45
, ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/289

VirtualBox vdi파일 복사(uuid 재설정 필요없음)

vboxmanage clonehd (원본파일.vdi) (복사할파일.vdi)

위 명령으로 복사하면 uuid를 변경해줄 필요가 없다.

복사한 .vdi 파일을 '머신-새로만들기'에서 파일선택을 해주면
복사한 .vdi 파일을 사용할 수 있다.
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/04/14 11:04 2011/04/14 11:04
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/288

iso 파일을 마운트해서 wine으로 설치하기

공백이 있으면 아래와같이 콘솔에서 직접 설치파일을 선택해서 설치하면 된다.
"wine /home/myubuntu/.gvfs/MS\ Office\ 2007\ Full\ Package.iso/office2007.exe"
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/04/11 10:09 2011/04/11 10:09
,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/287

sudo fsck.vfat /media/USB
또는
sudo dosfsck -av /media/USB
또는
mount -o rw,remount /media/usbmemory
또는
mount -o remount,rw /media/usbmemory


크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/03/24 16:27 2011/03/24 16:27
, , ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/286

PDF 파일의 내용이 제대로 안보일때

우분투에서 PDF 파일이 안보일 때
(특히 한글이 포함되어 있는 파일들)

poppler-data 패키지를 설치하면 보인다.

이유는 모르겠다.
괜히 pdf 뷰어가 꾸진줄알고 이것저것 설치하면서 놀았다.

sudo apt-get install poppler-data


크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/03/16 15:50 2011/03/16 15:50
, ,
Response
No Trackback , No Comment
RSS :
http://shiftkey.org/rss/response/285

레지스트리 설정 변경 해야 됨

HKEY_LOCAL_MACHINE \\ 소프트웨어 \\ 마이크로 소프트 \\ 윈도우 NT \\ CurrentVersion \\ Winlogon 에
\\ SpecialAccounts \\ UserList
추가

UserList에 숨길 사용자 이름으로 DWORD를 생성하고 값을 0으로 주면 숨김
보이고 싶으면 1로 설정 또는 삭제

테스트는 사용자 전환으로 보면 됨
안되면 리부팅

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by shiftkey

2011/02/24 11:26 2011/02/24 11:26
, , ,
Response
A trackback , No Comment
RSS :
http://shiftkey.org/rss/response/284

« Previous : 1 : 2 : 3 : 4 : 5 : ... 25 : Next »

블로그 이미지

Shiftkey가 살아가는 이런 저런 이야기......

- shiftkey

Notices

Archives

Authors

  1. shiftkey

Calendar

«   2012/05   »
    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 31    

Site Stats

Total hits:
160842
Today:
117
Yesterday:
156