본문 바로가기

카테고리 없음

2020-05-31 12시 개발자 글 모음 | "Google Search Consol" 외 5개 이야기

새로운 시도 - 창업가의 내공 by 황성재

  • by 황성재 PhD
  • 새로운 시도 창업가의 내공


MyBatis 공식 문서(Docs) 읽어보기 : typeAliases by 신기용

  • You can also specify a package where MyBatis will search for beans
  • will be registered as an alias using uncapitalized non-qualified class name of the bean
  • If the @Alias annotation is found its value will be used as an alias


MyBatis 공식 문서(Docs) 읽어보기 : typeHandlers by 신기용

  • Using such a TypeHandler would override the existing type handler for Java String properties and VARCHAR parameters and results
  • Note that MyBatis does not introspect upon the database metadata to determine the type
  • so you must specify that it’s a VARCHAR field in the parameter and result mappings to hook in the correct type handler


141호. Envoyer에서 무중단 배포를 구현하는 방법 by 이현석


    성냥 로켓 실험 by 이동준

    • 성냥 머리가 없는 쪽을 절반 정도 잘라줍니다
    • 성냥 머리와 발사대(클립)의 끝 부분이 서로 닿지 않도록 해 주세요
    • (이유: 성냥 머리 발화시에 순간적으로 약간 끈적이는 액체 성분이 나오는데


    Google Search Console - Remove outdated content by 이종립