rake aborted! Mysql::Error: query: not connected: CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB (See full trace by running task with --trace) 이럴 때는 밑에 사이트 에서 libmySQL.dll를 다운 받아 루비의 디폴트 폴더의 bin폴더에 복사해두세요.http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/libmySQL.dll
Rails를 구동시켜서 About your application's environment 를 누를 경우 설치된 정보가 나오게 된다 하지만. We’re sorry, but something went wrong. 에러가 나오고. sqlite3가 설치되지 않는다. 이유는 밑에 나와있다... 일본어로 되어있지만.. 참고하시길... http://www.kagitaku.com/diary/2010/08/04/rails-sqlite3-install.html 해결방법 : http://sqlite.org/download.html 사이트에서 좌측에 내리다보면 sqlitedll-3_7_1.zip 이라는 파일이 있다.(2010년 8월23일 최신) 이파일을 받아서 압축을 풀면 dll파일이 보인다. 이 dll파일을 C:\Windo..
08-05 05:55:50.188: ERROR/AndroidRuntime(267): java.lang.IllegalArgumentException: Receiver not registered: android.widget.ViewFlipper$1@44e3b260 화면 전환하다 보면 위 같은 에러가 발생 한다. 해결 책은 밑에 부분에 있음 /** * Android2.1version に起こるFlipperエラーを解決する * TODO: make it work. */ @Override public void onDetachedFromWindow() { ShoppingNoteLog.d("OnDetachedFromWindow()"); try { super.onDetachedFromWindow(); } catch (Exc..
CursorAdapter를 생성할 때 Cursor클래스 변수를 가져와야한다. 이때, Cursor를 이용해서 newView 와 bindView를 사용하기 위해서는 꼭 DB에 '_id' 라는 이름으로 컬럼을 만들어놔야만 한다. 이 컬럼으로 Cursor가 이동되므로 설정을 해줘야만 한다. cf>여기에 나오는 DBAdapter와 ListViewAdapter는 Custom형태로 만들었다. /** Called when the activity is first created. */ private final String DB_NAME = "TestDB"; private final String TABLE_NAME = "TestTable2"; private int displayWidth; @Override public vo..
LinearLayout layout = new LinearLayout(mContext); layout.setOrientation(LinearLayout.HORIZONTAL); TextView text = new TextView(mContext); text.setText("id1 :" + array[position][0] +" value : " + array[position][1]); layout.addView(text); // 먼저 레이아웃에 추가를 해준다음 속성변경을 하라. ViewGroup.MarginLayoutParams margin = new ViewGroup.MarginLayoutParams(text.getLayoutParams()); margin.setMargins(50, 5, 5, 5); t..
- Total
- Today
- Yesterday
- 일본
- php공부
- 다 수
- 안드로이드
- Android
- 자리 지정
- 일본어
- error
- LocationManager
- 단어
- menifast.xml
- 예제
- Salesforce
- 세일즈포스
- Rails
- MapActivity
- java
- 소스
- 실수형
- visualforce
- 홈페이지 작성
- 공부
- 일본어 공부
- Multi MapActivity
- 뷰 크기 조절
- searchManager
- Ruby on Rails
- 아이디 텍스트 박스 보안
- php
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |