본문 바로가기 메뉴 바로가기

Programming makes everything

프로필사진
  • Git Blog
  • GitHub
  • LinkedIn
  • Facebook
  • Instagram
  • Email

Programming makes everything

검색하기 폼
  • All Categories
    • Architecture
      • Front-End
      • Back-End
      • Design Pattern
    • Computer Language
      • Scala
      • Kotlin
      • Python
      • Java
    • Data Engineering
      • Spark
      • HQL
      • Airflow
    • Development Tools
      • IntelliJ
      • GitHub
  • 방명록

[Gradle] Gradle Caching and Builds

Roughly Gradle does two kinds of caching: global caching for all projects and task caching on per project basis. Global Caching By default Gradle stores it in a home directory for a user. Path is ~/.gradle/caches. ~/.gradle/caches/jars-3 and ~/.gradle/caches/$GRADLE_VERSION contain jars needed for launching Gradle itself and to start execution of a build. ~/.gradle/caches/transforms-1 contains t..

Architecture/Back-End 2019. 9. 10. 15:53
[Jekyll] cannot load Jekyll-include-cache

When I run Jekyll in terminal, with $ bundle exec jekyll serve &I got Error message below $ Dependency Error: Yikes! It looks like you don't have jekyll-include-cache or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- jekyll-include-cache' If you run ..

Architecture/Back-End 2019. 9. 6. 23:51
[Kotlin] How to convert List to an array in Kotlin?

First, implement convert function private inline fun toArray(list: List): Array { return (list as List).toTypedArray() }and then convert list to array with this function val list:List = lisfOf("harry", "potter") val array = toArray(list)If you need to put array value to vararg parameter to Java Function, you need to put * front of variable val familyName = getFamilyName(*array)When will vararg n..

Computer Language/Kotlin 2019. 9. 3. 08:28
이전 1 2 3 4 5 6 7 다음
이전 다음
TAG
  • Gradle
  • Kotlin 1.3
  • spring boot
  • kotlin
  • NullPointerException
  • NPE
  • IntelliJ
  • Java
  • idea
  • Ultimate Edition
more
Recent Post
Follow
  • Blog
  • Github
  • LinkedIn

Blog is powered by Tistory / Designed by Tistory / Management Page

티스토리툴바