본문 바로가기

분류 전체보기

(4)
git clone 에러 remote git repository에서 로컬로 clone 시에 에러가 있었다. intelliJ 툴에서 출력된 에러메시지는 fatal: Out of memory, malloc failed (tried to allocate 1778384896 bytes) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 이다.. 로컬의 메모리부족 문제라고 한다. 상기 이슈 해결을 위해서는 로컬에 git server가 설치 되어 있어야 한다. 설치가 안되어 있으면 설치하자 아래는 window 환경 gitserver 설치파일이다 https://git-s..
유사도 산출 가능한 Levenstein algorithm Activity RPA 개발 UiPath 작업시 유사도 산출시 사용가능한 Activity 중에 Levenstein algorithm Activity가 있다 Uipath의 Activity 개념은 Java의 thread, 함수, 모듈개념이라고 생각해도 된다 유사도는 두가지 데이터가 얼마나 같은지를 나타내는 척도이다. 이 Activity는 UiPath Studio 설치시 Community 버전에서는 사용할수 없고 Enterprise 버전에서만 사용할수 있다 2023년 배포된 Community 무료 버전에서는 사용할수 없다 (2019년도community 버전에서는 사용할수 있었다.) 설치는 툴 상당 패키지 관리> 모든 패키지 에서 UipathTeam.String.Activities 로 검색해서 내려받으면 된다 Levenstei..
STS3 STS4 이클립스 안드로이드스튜디오 VisualStudio 개발툴 동시설치시 발생된 에러 Java 스프링 레거시도 하고 싶고 안드로이드도 하고싶고, C#환경도 구축하고 싶고.. 욕심에 동시에 여러개의 개발툴을 설치 해보았다. 한 로컬에 STS3 STS4 이클립스 안드로이드스튜디오 까지는 동시설치후 툴이 실행되는데는 문제가 없었다 그런데 VisualStudio 설치후 STS3 실행시 문제가 발생했다. 실행이 안되었다 에러현상은 STS3 툴 실행시 실행할수 없다는 팝업창이 뜨면서 해당 Workspace/.metadata/.log 파일을 참조하라는 것이다. 로그 내용은 Root exception: java.lang.ExceptionInInitializerError at org.eclipse.oomph.p2.internal.core.AgentImpl.initializeProvisioningAgent..
java 그래프 테스트 오픈 라이브러리 그래프 테스트입니다. 더 세밀한 3D 그래프 구현은 유료 라이브러리를 사용하는 추세입니다. 사용한 라이브러리 Area Graph Test https://github.com/hyoha/chart/blob/main/ChartTest/src/chart/AreaChartDemo.java Demo Chart Test https://github.com/hyoha/chart/blob/main/ChartTest/src/chart/Demo16.java Bar Chart Test https://github.com/hyoha/chart/blob/main/ChartTest/src/chart/PolylineBarChart.java 소스 좌표 https://github.com/hyoha/chart/tree/mai..