목록전체 글 (354)
한 걸음 두 걸음
솔리드웍스 모델링 파일을 받았는데 솔리드웍스가 안깔려있다. 큰일났다.편집은 필요없고 보기만 하면 되는데, 어떡하지.성공한 기념 샷 보안상 문제 안되게.~https://3d-viewers.com/kr/sldprt-viewer.html여기서 평가판 뷰어를 다운받아서 급한대로 잘 썼다.
Using EDM technology, it is possible to move within the interior of nuclear power plant's thermal tubes and perform discharge machining of desired size at desired locations. The end tool moves within thermal tubes with an inner diameter of up to 16ø and performs discharge machining This equipment, functioning as the distal end device where discharge machining is actually carried out, facilitates..
This technology involves collecting samples from welded joints as a precise means to identify the exact causes of defects in equipment located within nuclear power plants. It allows underwater operations without affecting neighboring equipment and can access confined spaces with nozzle angles of less than 40 degrees. This is a proven technology successfully utilized within actual nuclear power p..
앱 다운로드를 받을 수 있는 APK파일을 만들기. 가끔 까먹을 때 있어서 내가 보려고 쓰는 글. Build의 Ggnerate Signed Bundle / APK로 가서 APK 선택하고 처음이라면 새로운거 만들어서 쓰고 나는 디버그용이 아닌 실행창을 보고 싶은 거니깐 release로 선택해주고 finish. 그럼 오른쪽 아래 창에 locate가 뜨는데 눌러주면 APK가 위치한 파일로 갈 수 있음. 만약 위의 알림창을 놓쳤으면 프로젝트파일로 가서 app>release파일로 들어가면 생성된 apk파일을 만날 수 있음.
String ill = "abcd" Serial.println(ill.length()); 문자열의 길이는 위처럼 String변수이름에.length()붙여서 확인해볼 수 있습니다.
int value = 30; value변수가 이렇게 있을 때 String ill = "illumination="+String(value); 문자열 ill뒤에 변수를 문자열로 바꿔서 붙여넣으면 된다. 레퍼런스 https://www.arduino.cc/reference/ko/language/variables/data-types/stringobject/
mpandroidchart 막대그래프 예제 간단하게 첨부. xml은 차트 하나만 넣음. gradle repositories { maven { url "https://jitpack.io" } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:2.0.4' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test..