태그>folder(총 11개의 글)
'folder' 관련 최근글
-
- directory tree 몽땅 flatten하기
-
Everything is pointless from a certain perspective. by utena|2022/09/17 08:23
SrcDirectory 에 있는 sub들 안의 파일을 전부 TrgDirectory 에 옮겨서 쏟아부어줌.전에 스스로 만들어쓰다가 수십기가를 날리게 만든 원흉. for /r SrcDirectory %f in (*) do @move "%f" TrgDirectory 예를 들어 지금 디렉밑의 것들을 전부 위로 복사하려면fo..
- directory tree 몽땅 flatten하기
-
- [spring] 프로젝트 내 폴더 경로 얻기
-
Gene, I wanna be Genius!! by Geneus|2013/09/25 16:00
@RequestMapping(value = "/test", method = RequestMethod.GET) public ModelAndView test(HttpServletRequest request) { Set pathSet = request.getSession().getServletContext().getResourcePaths("..
- [spring] 프로젝트 내 폴더 경로 얻기
-
- folder 이벤트 당첨
-
먼지가 모이고 모여 흙이 되고.. by 해강|2012/04/18 10:36
키큐큐큐 이벤트 당첨됬으뮤 신촌 매장 리뷰 남기는 이벤트도 도전해야곘다.리워드는 무려 100만원 상품권.근데 참여율 매우 낮음. 기업 블로그 운영자의 저력을 보여주지 ㅋㅋㅋㅋㅋ
- folder 이벤트 당첨
-
- [Android] 용량확인
-
GoodDay and BadDay by GoodDay|2011/05/03 19:03
raw · copy· downloadimport java.io.File; import android.os.Environment; import android.os.StatFs; public class MemoryStatus { static final int ERROR = -1; static public boolean externalMemoryAvailable() { return android.os..
- [Android] 용량확인
-
- windows embedded compact 7에서 activesync 이상증상 발생.
-
개부자아빠 :) by codenakseo|2011/03/02 14:51
bsp 6.0 to 7.0으로 migration을 진행하던중 이상한 현상이 발생했다.active sync가 제대로 동작하지 않는것이다.증상인 즉 먼저 6.0에서 사용하던 RASbook이 달라졌는지, 지정된 RASbook 으로는 auto connecting을 시도하다가뻑이 났다.해당 rasbook 은 ti samp..
activesync, folder, g_oalIoCtlProjectName, compact7, OTGdevice
- windows embedded compact 7에서 activesync 이상증상 발생.
-
- 아이폰 폴더 아이콘과 폴더 배경화면 테마
-
어디서나 당당하게 걷기 by △□○|2010/08/08 23:18
iOS4 에 필요한 테마 테마 폴더에/Bundles/com.apple.springboard폴더 생성 The icon of "Folders" is FolderIconBG.pngThe background of "Folders" is FolderSwitcherBG.png 폴더 배경화면의 사이즈는 반드시 표준 월페이..
- 아이폰 폴더 아이콘과 폴더 배경화면 테마
-
- 탐색기 특정 폴더에서 명령창 열기 단축메뉴 등록
-
플라밍고님의 이글루 by 플라밍고|2009/12/07 11:27
######### 등록하려면 ######### 탐색기에서 [도구] 메뉴 -> [폴더 옵션] 선택 [파일 형식] 탭 -> [폴더] 항목 선택 -> 아래쪽 [고급] 선택 [새로 만들기] 선택 [명령(A):] 원하는 항목 이름 기입 - 웬만하면 특수문자나 띄어쓰기 없..
- 탐색기 특정 폴더에서 명령창 열기 단축메뉴 등록
-
- Full Path로 디렉토리 만들기
-
:: Eocs - Emperor Of Cyber Space :: by 데들리엔젤|2009/03/13 15:09
= CTRL+C, CTRL+V = - 자신이 고민하여 만들어보았거나, 내용을 충분히 이해하고 사용해야겠습니다. ^^; . 내공부족, 절대허덕, 복사지존 void CTest.::Test.() { CString strFullPath = _T("D:TestTestBub2009"); if(MakeFullPathDire..
- Full Path로 디렉토리 만들기
-
- VMware Workstation 5.5에서 공유폴더 사용하기
-
amplengine님의 이글루 by amplengine|2008/04/15 10:31
출처 : With shared folders, you can easily share files among virtual machines and the host computer. To use shared folders, you must have the current version of VMware Tools installed in the guest operating system and you must ..
- VMware Workstation 5.5에서 공유폴더 사용하기
-
- VMware Workstation 5.5 에서 VMware-tools 설치
-
amplengine님의 이글루 by amplengine|2008/04/15 10:24
출처 :http://www.vmware.com/support/ws55/doc/ws_newguest_tools_linux.html#wp1118185 Installing VMware Tools within X You can install VMware Tools within X using the .tar installer in a terminal window. See Installing VMware Tools from ..
- VMware Workstation 5.5 에서 VMware-tools 설치