본문 바로가기

기타/툴 관련(윈도우&리눅스)37

쓸만한 Jquery Drag And Drop 개인적으로 바로 밑에 있는 링크가 가장 좋은 듯 http://threedubmedia.com/code/event/drag/#demos=========================================================================Drag n Drop panels are great to let the user control how he/she wants to see the information as he can arrange various information blocks according to his preference. This type of functionality is often provided by web portals or personal homepage ser.. 2013. 1. 30.
VirtualBOX 호스트키 설정 머신 -> 환경설정 -> 입력 -> 호스트키 설정 클릭하고설정할 키(CTRL+ALT) 누르면 Vmware와 같이 CTRL+ALT를 누르면 밖으로 나와짐단 마우스통합 비활성화를 시켜야 함 2013. 1. 11.
mvn 에러시 mvn 실행시 Unable to locate the Javac Compiler in ~~~ JAVA_HOME ~~~이라고 나오면 JAVA_HOME 환경변수가 잘못 잡혀서 그런거임저의 경우/usr/lib64/java/였는데/usr/lib64/java/jre로 잡아주니까 됨 원인은 해당 패키지의 pom.xml 의 1.6 1.6 이부분 때문에 그런거임java가 아닌 jre로 잡아주면 됨당연 jre 1.6은 맞춰 줘야 함 2013. 1. 8.
Virtualbox 파일 복사시 uuid 오류해결방법 clonehd VirtualBox를 사용하다 보면은 같은 .vdi 이미지를 복사해서 하나를 따로 만들고 싶은 때가 있습니다 이렇게 하기 위해서 .vdi 파일을 그냥 복사만 하고 새로만들기를 하시면 아래와 같은 에러가 발생합니다. Failed to open the hard disk D:/virtualbox/vdi/-.vid Cannot register the hard disk D:.............. 해결방법 VirualBox에서는 Clonehd를 위해서 Command창에서 사용가능한 명령어를 제공합니다. VirtualBox 4.02 버전 기준 1. [시작] - [실행] - cmd를 해서 command 창을 띄웁니다.2. cd C:\Program Files\Oracle\VirtualBox3. C:\Program F.. 2012. 12. 27.