
Sometimes we want to migrate other developer's work to my branch. In this case, there are two ways. 1) checkout to their branch and copy their code and checkout my branch and paste code.. 2) use git cherry-pick I usually did like first way.. but I tried to use cherry-pick recently, and surprised it is so Easy and Fast Here is summary to use cherry-pick! $ git cherry-pick [ commit Hash-value ..
Some system needs to find and deal with outliers item, people, objects, etc. For example, we needs to show search movie results which people might interest. If so, we need to find boring contents among search results. Let's assume we have fun score for all movie and fun score is Normal Population(N(0,σ2)). Then we can find extremely boring movie. The outlier detection formula is Lower bound ..
Trouble Shooting When I am using implementation 'org.springframework.boot:spring-boot-starter-data-jpa' library, and I get below error when project build. Caused by: java.lang.NoClassDefFoundError: org/springframework/context/index/CandidateComponentsIndexLoader at org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.setResourceLoader(DefaultPersistenceUnitManager.ja..