전체 글199 [Jxls] jxls-2.14.0.jar에서 jxls-3.0.0.jar로 변경하기 출처: 마이그레이션 방법: https://jxls.sourceforge.net/migration-to-v3-0.htmlJxls 사용법: https://jxls.sourceforge.net/getting-started.htmlhttps://jxls.sourceforge.net/builder.html 주요 변경사항 - JxlsHelper -> new builder API - All options can now be set in the builder with a Fluent API- The TransformerFactory and createTransformer() methods have also been removed.등등등 문서 보면 나옴. 결론 ① userlib에 기존 파일 삭제 jxls ② 코드 수정.. 2024. 11. 26. [Mendix] Excel Import Error Caused by MxModelReflection The following error occured when importing document:Excel 파일명. xlsx com.mendix.core.CoreRuntimeException - '모듈명.entity명' is not a valid entity 모듈명을 변경해놓고 Excel import를 하려고 했다. MxModelReflection에서 refresh를 하지 않으면 찾지 못해서 에러가 발생한다. Excel 사용 시 주의하자. 2024. 11. 21. [Mendix] Java version 변경 Mendix 10.24 및 11은 더 이상 Java 11 및 17을 지원하지 않는다. ++ 10.16의 변경사항오프라인의 경우 Sonatype Nexus와 같은 로컬 저장소 미러를 설정하는 것이 좋다. 리포지터리 미러를 설정하는 것이 실행 불가능한 경우 내장된 종속성을 사용하는 Fallback 메커니즘 도입 2024. 11. 20. [Mendix] Extension 참고 : https://www.mendix.com/blog/how-to-make-extensions/ 1. Visual Studio 설치 Visul Studio를 다운받는다. https://visualstudio.microsoft.com/ko/downloads/Installer에서 필수로 선택해야하는 것데스크톱 및 모바일 - .NET Multi-Platform App UI 개발 - .NET 데스크톱 개발 필자는 설명서를 안보는 습관이 있다. 내 맘대로 설치하고 필수를 선택안해서 다시 해야만 했다. 이런 경우 다시 Installer에 들어가서 수정을 누르자. 수정에서 필요하던 것들을 다시 선택한 후 설치하면 된다. 2. 프로젝트 생성 아무 생각없이 영어로 C# Class Library를 검색했는데 검색이.. 2024. 11. 18. VS Code Terminal cmd에서는 정상동작하는데 이 시스템에서 스크립트를 실행할 수 없다느니 하길래 뭘까 생각하다가 검색해보니 VS Code는 기본적으로 powershell이 default로 설정되는 게 문제였다. powershell에서는 동일한 에러가 발생한다. 이때 해결방법은 간단하다. Command Prompt를 선택해서 전환을 한다. 정상동작하는 것을 확인할 수 있다. ++ Powershell에서 npm 사용하는 방법 Powershell의 경우 스크립트 실행 정책이 제한되어 있다. 1. 관리자 권한으로 실행해서 실행정책을 변경한다. Set-ExecutionPolicy RemoteSigned -Scope CurrentUser2. 1이 잘 적용되었는지 확인하기 위해서 Get-ExecutionPolicy -Scope C.. 2024. 11. 13. [Mendix] Pluggable Widget 참고: https://docs.mendix.com/howto/extensibility/create-a-pluggable-widget-one/ 선수 조건 1. Node.js LTS 버전 설치( https://nodejs.org/en)2. 원하는 통합 개발 환경(IDE) 설치 ( MS Visual Studio Code 권장https://code.visualstudio.com/)3. TypeScript 에 대한 기본적인 이해 #mkdir myPluggableWidgets #cd myPluggableWidgets #npx @mendix/generator-widget TextBoxC:\Users\본인명\Menidx\App_Name\에 접근해서 폴더를 생성한다.cmd 에서 mkdir로 myPluggableWidge.. 2024. 11. 13. 이전 1 2 3 4 5 6 7 ··· 34 다음