목록해결방법 (7)
안 쓰던 블로그
https://foxtrotin.tistory.com/121 unity csv파일 유니티로 불러오기(StreamReader 사용)-유니티 csv파일 형식으로 스테이지 만들기슬슬 퀴즈 게임의 윤곽이 잡혔는데 스테이지를 만들고 있는 중에 문제가 생겼다 지금 스테이지가 시작하는 구조는 1. 스테이지 선택 씬에서 스테이지를 선택하면 그 스테이지 번호를 메인 씬으foxtrotin.tistory.com전에도 쓴 글인데 중요해서 또 한 번 강조 아무리 import를 잘 했다고 해도 유니티 자체에서 이렇게 깨져서 보이면 말짱도루묵이다 해결방법엑셀->CSV로 저장CSV로 저장한 파일->메모장으로 불러오기 ->다른이름으로 저장 ->Encoding에서 UTF-8로 지정 이후 유니티로 돌아가서 유니티 내에서 엑셀 파일이 ..
There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["startvm", "dff6693e-52c8-4c9e-922a-243d18c7f666", "--type", "headless"] Stderr: VBoxManage: error: The VM session was closed before any attempt to power it on VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, in..
setting에서 shared folders 허용하고 적용 우분투에서 아래 명령으로 open vm tools 설치 sudo apt-get install open-vm-tools-desktop 재부팅
MySQL ERROR 1366 (HYOOO): Incorret string value alter table 테이블이름 convert to charset utf8; 테이블의 캐릭터셋을 변경한다
이클립스에서 MySQL 서버 실행하려는데 포트가 이미 사용 중이라 하면 뭔가 앞서 실행했던 것이 꼬인 상태 cmd를 켜서 netstat -ao 명령어를 입력한다 원하는 포트를 잡고 있는 프로세스를 확인한다 LISTENING 상태의 프로세스의 PID를 확인 그리고 taskkill /f /pid (PID넘버) 로 프로세스를 중단한다 다시 mysql 서버를 실행시키면 정상 작동한다
일단 mysql을 실행시킨 cmd에서 status 명령어 입력 characterset이 utf-8이 아니라서 한글 깨짐이 발생 mySQL 폴더로 이동한다. 기본 경로는 C:\Program Files\MySQL\MySQL Server 5.7 이곳 my.ini 파일을 수정할 건데 해당 파일이 없으면 C:\ProgramData\MySQL\MySQL Server 5.7 여기서 복사해온다 참고로 ProgramData는 숨김 폴더다 복사했으면 관리자 권한 메모장으로 실행 default-character-set=utf8 로 주석 해제 및 수정 basedir과 chcharacter-set-server=utf8 주석 해제 및 수정 후 저장 그리고 cmd로 가서 다시 로그인 status하면 utf8로 바뀐 것을 확인할 수..
shift 더블클릭-plugins 창에서 adnroid drawable importer를 찾는데 없을 경우 https://plugins.jetbrains.com/plugin/7658-android-drawable-importer/versions/stable Android Drawable Importer - Plugins | JetBrains This plugin consists of three main features. You can access them by a right-click anywhere, but not on a file, inside an Android module under New. plugins.jetbrains.com 직접 들어가서 zip파일 다운로드 plugins창에서 설정 아이콘 ..