분류 전체보기

    Print: Entry, ":CFBundleIdentifier", Does Not Exist

    Print: Entry, ":CFBundleIdentifier", Does Not Exist React-Native build중 생긴 에러 로그 빌드 환경을 바꾸고 나서 빌드를 해보니 해당 에러가 발생하였다.무시무시한 에러와 달리 간단히 해결이 되었다. $ react-native upgrade 이것만 입력하니 해결이 되었다. ref) https://stackoverflow.com/questions/37461703/print-entry-cfbundleidentifier-does-not-exist

    FlatList render item update 하기

    react native FlatList render item update 하기 FlatList의 render item은 state나 props가 update되어도 화면이 갱신되지 않는다. 이때는 extraData로 상태변화를 트래킹할 것을 지정해주면 된다. https://github.com/facebook/react-native/issues/14125

    This is a no-op, but it indicates a memory leak in your application

    ExceptionsManager.js:84 Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method. in Current (created by Connect(Current)) in Connect(Current) (at SceneView.js:9) in SceneView (at StackViewLayout.js:483) in RCTView (at Vie..

    [서평] JSPStudy의 JSP & Servlet 웹 프로그래밍 입문 + 활용

    [서평] JSPStudy의 JSP & Servlet 웹 프로그래밍 입문 + 활용

    "JSPStudy의 JSP & Servlet 웹 프로그래밍 입문 + 활용" 서평이훈규 (http://devkyu.tistory.com) 1. 총평 추천합니다. - JSP를 시작하시는 분 - Java를 배웠는데 더 나아가 웹 프로그래밍도 Java로 해보고 싶은 분 - Spring의 View로 JSP을 사용하고 싶은데 JSP가 감이 안잡히는 분 2. 서평 입문서 면에서는 내용적으로 충분합니다. 화면을 만드는 방법, jsp파일이 어떻게 컴파일이 되는지, 화면을 구성하고 DB에 데이터를 어떻게 넣는지에 대한 내용이 예시 파트에서도 반복적으로 자세하게 기술되어있습니다. 초반 챕터에서는 기본적인 jsp, servlet의 life cycle이나 자바 기본 문법이 설명되어 있고 챕터 9부터 JSP와 자바빈즈 이후부턴 ..

    react-native array를 iteration하며 render component 출력하기

    https://stackoverflow.com/questions/29149169/how-to-loop-and-render-elements-in-react-js-without-an-array-of-objects-to-map/29149361

    드루팔 8 루트 디렉토리 옮기기

    드루팔 8 루트 디렉토리 옮기기

    1. .htaccess 파일 수정 1) RewriteBase # Modify the RewriteBase if you are using Drupal in a subdirectory or in a # VirtualDocumentRoot and the rewrite rules are not working properly. # For example if your site is at http://example.com/drupal uncomment and # modify the following line: # RewriteBase /drupal # # If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the fo..

    window10 0xc000021a(21a) 에러, 블루스크린

    URLhttps://appuals.com/how-to-fix-error-0xc000021a-in-windows-8-and-10/ method 2 방법을 따라하면 고쳐졌음

    mongodb install on mac

    $ brew update$ brew install mongodb https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/