programming (47) 썸네일형 리스트형 OpenCascade - User Guides - 1. Foundation Classes - 2. Basics BasicsLibrary organizationModules and toolkitsOCCT는 여러 module들로 구성됨.첫 module - foundation classes.한 module은 여러 toolkit (실행, 리소스)으로 구성됨.한 toolkit은 하나의 .so 혹은 .dll Packagesclass들과 의미론적 연결.e.g. geometry package - Point, Line, Circle classes.class명 앞에 접두어로 package명 붙임. (e.g. Geom_Circle)EnumerationsObject classesExceptionsPointers Contents of a package Classes Inheritance Data TypesData types mani.. OpenCascade - User Guides - 1. Foundation Classes - 1. Introduction 아래의 v7.7.0 설명서 요약 (작성 중) https://dev.opencascade.org/doc/occt-7.7.0/overview/html/user_guides.html Open CASCADE Technology: User Guides dev.opencascade.org IntroductionRoot Classes (Standard package)Boolean, Character, Integer or Realsafe handling of dynamically created objects (Standard_Transient)memory allocatorsRTTIexceptionsC++ streams 캡슐화.Strings (TCollection package)동적 크기 문자열. UTF-8 and UT.. matplotlib의 plot() 실행 시, kernel shutdown 될 때 대응 방법 jupyter notebook에서 matplotlib의 plot( ) 실행 시, 항상 kernel이 죽으면서 아래 메시지가 콘솔에 출력됐다. OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a sin.. window batch 문법 참고자료 : https://en.wikibooks.org/wiki/Windows_Batch_Scripting SETLOCAL When used in a batch file, makes all further changes to environment variables local to the current batch file. When used outside of a batch file, does nothing. Can be ended using ENDLOCAL. Exiting a batch file automatically calls "end local". if 1 equ 1 ^ echo Equal &^ echo Indeed, equal Echoes the two strings. The caret at th.. vscode typescript trace 방법 https://codingapple.com/forums/topic/%EC%A0%95%EB%B3%B4-vscode-%EC%97%90%EC%84%9C-typescript-%EC%A7%81%EC%A0%91-run-debug-%ED%95%98%EA%B8%B0/ [정보] vscode 에서 TypeScript 직접 Run / Debug 하기 - 코딩애플 온라인 강좌 기왕 다 같이 배우는 입장인데 팁 좀 공유하고자 합니다. vscode 에서 .ts 파일을 바로 실행/디버그 하는 팁입니다. tsconfig.json 파일에 "sourceMap" : true; 옵션 추가하시어 .ts, .js 파일을 서로 매핑 시켜 codingapple.com [React] create-react-app 에러 대응 방법 React 앱을 처음 만들 때 create-react-app 을 사용한다.npx create-react-app my-app 아래와 같은 에러가 발생할 수 있다. npm ERR! code ERR_SSL_CIPHER_OPERATION_FAILEDnpm ERR! errno ERR_SSL_CIPHER_OPERATION_FAILEDnpm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/strip-json-comments: 70080000:error:1C800066:Provider routines:ossl_gcm_stream_update:cipher operation failed:c:\ws\deps\openssl\openssl\.. 클린 코더 - 로버트 마틴 (Clean Coder - Robot C. Martin) 1장 프로의 마음가짐 p51 : QA는 아무것도 찾지 못해야 한다. p59: 품새(kata) 2장 아니라고 말하기 p63 : "한다, 하지 않는다 둘 뿐이야. 해본다는 말은 없어." - Yoda 3장 예라고 말하기 p93 : 약속을 뜻하는 말 - 로이 오쉬로브 p95 : 약속이 아님을 알려주는 표시 4장 코딩 p107 : SOLID 원칙 p110 : 몰입(flow), 영역(zone), 터널시야(tunnel-vision) p121. best, nominal, worst 추정치 5장 테스트 주도 개발 p131 : mission-critical 6장 연습 p162 : 품새(kata) - 볼링게임 p144 : 합 맞추기(wasa), 핑퐁(pingpong) p145 : 대련(randori) 7장 인수 테스트 p1.. MODBUS 개념 https://badayak.com/entry/MODBUS-RTU-%ED%94%84%EB%A1%9C%ED%86%A0%EC%BD%9C-%EC%89%BD%EA%B2%8C-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0 MODBUS-RTU 프로토콜 쉽게 이해하기 MODBUS 프로토콜 이 글은 시리얼 통신을 잘 알고 있지만, MODBUS-RTU를 처음 접하는 분을 위해 저의 경험을 바탕으로 작성했습니다. 시리얼 통신을 꽤 오랫동안 다루었지만, MODBUS-RTU를 처음 접했을 때 badayak.com https://m.blog.naver.com/unizang/221223726282 modbus TCP/IP 이론 modbus TCP/IP 이론 2012.05.16 17:22 in Projec.. 이전 1 2 3 4 5 6 다음