- in u-boot root-dir
make distclean
ls
ls -al
ls
cd boot
ls
make rpi_arm64_defconfig
import cv2 | |
from ultralytics import YOLO | |
import time | |
import os | |
from collections import deque | |
from pathlib import Path | |
# Put these files in same dir for easy testing | |
# - compare_pt_onnx_openvino.ipynb | |
# - best.pt |
It shows "Unable to locate a Java Runtime"
This answer from gpt solved the issue.
my kdoctor all checked already
The error you're encountering, "Unable to locate a Java Runtime," suggests that the build script requires Java to be available, but Xcode isn't able to find the Java installation. This could be happening because the JAVA_HOME
environment variable isn't correctly set in the context of Xcode, or Xcode can't access Java due to a configuration issue.
gh pr create >>> at [temp]
gh pr list >>> check pr
gh pr view ID(from 7) >>> view pr
import androidx.compose.foundation.ExperimentalFoundationApi | |
import androidx.compose.foundation.background | |
import androidx.compose.foundation.layout.Box | |
import androidx.compose.foundation.layout.Column | |
import androidx.compose.foundation.layout.Row | |
import androidx.compose.foundation.layout.Spacer | |
import androidx.compose.foundation.layout.fillMaxSize | |
import androidx.compose.foundation.layout.fillMaxWidth | |
import androidx.compose.foundation.layout.height | |
import androidx.compose.foundation.layout.padding |
/** | |
stackview:[label1, <-label2->, label3] ex | |
*/ | |
let label1 = UILabel() | |
label1.text = "label1" | |
label1.backgroundColor = .brown | |
let label2 = UILabel() | |
label2.backgroundColor = .lightGray | |
label2.text = "label2" |
import androidx.compose.animation.AnimatedVisibility | |
import androidx.compose.animation.fadeIn | |
import androidx.compose.animation.fadeOut | |
import androidx.compose.foundation.Canvas | |
import androidx.compose.foundation.layout.size | |
import androidx.compose.foundation.lazy.LazyListState | |
import androidx.compose.runtime.Composable | |
import androidx.compose.runtime.DisposableEffect | |
import androidx.compose.runtime.derivedStateOf | |
import androidx.compose.runtime.getValue |
http://data.krx.co.kr/contents/MDC/MAIN/main/index.cmd
위의 사이트에서
해당주식검색 > 일자별 시세 > 해당 기간(조회 설정후) 설정 > 개발자모드 콘솔 > 종가 평균값계산 (아래)코드 복붙
var cnt = 0
var sum = 0
document.querySelectorAll('td').forEach((i) => {
if (i.getAttribute('data-name') == 'TDD_CLSPRC') {