일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Drawer
- UITextField
- 아이튠즈
- Exception
- api19
- 단축키
- 삭제
- 삭제버튼
- color
- dataSource
- 실행
- sqlSession
- KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED
- DELETE
- itunes
- IPA
- command not found
- beanCreationException
- NoClassDefFoundError
- Query
- googlemap
- mysql
- 색상 변경
- bash
- mybatis
- Detect
- backspace
- delete button
- KVO
- Cluster
- Today
- Total
BlueAroma
D:\android\workspace\NLSS\app\build\intermediates\incremental\mergeNotGovNormalDebugResources\merged.dir\values\values.xml:860: error: inner element must either be a resource reference or empty. D:\android\workspace\NLSS\app\build\intermediates\incremental\mergeNotGovNormalDebugResources\merged.dir\values\values.xml:865: error: inner element must either be a resource reference or empty. . . . 에러..
[ Error메세지 ] android.view.InflateException: Binary XML file line #22: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference [ Error 메세지 발생 위치 ] override fun onCreateView(inflater: Layou..
down voteacceptedNot sure, but I'll take a shot. When you use #{key}, MyBatis puts extra '' around it if it is a String, Date etc. If you give your column names with a variable you need to use direct Stringreplacement which is ${key}.The error log says something like ...right syntax to use near ''name') VALUES ('some value'...Can you try INSERT INTO t ${key} VALUES #{value} 참고 : https://stackove..