블로그
-
1차: STM32F401 + Hall 센서(WSH133) 실험
Data Sheet 첨부 3. Project 생성 & Run 1) CLock 설정 2) GPIO 설정 3) 기본 코드 생성 4) main.c 에 코드 추가 5) Debug Mode로 Build 4.
blog.naver.com · 2022.06.27
-
[Docker] 도커파일 명령어 정리
/nginx/nginx.conf COPY conf/conf.d/default.conf /etc/nginx/conf.d/default.conf RUN mkdir -p /www-data 8080 RUN usermod -u 1001 -o nginx && groupmod -g 1001 -o nginx RUN chown -R nginx:nginx /www-data
blog.naver.com · 2022.01.18
-
[ Stickman X Jet Set Radio ] Stickman Set Radio art collab
It was supposed to be a Jet Set Radio 21st anniversary collab, which was supposed to open data-on June because I got so many works to do :( Also, this is the first time I open Art collab, I'll try my best to run
blog.naver.com · 2021.07.05
-
데이터 중에서 가장 큰 데이터만 추출하는 방법
다음과 같이 이용 가능하다... data 데이터명(drop=num); set 데이터명; by a; if first.a=1 then num=0; num+1; if num=1; (만약 run;
blog.naver.com · 2020.10.15
-
스타크래프트가 갑자기 안된다면?? 실행오류 해결했습니다;;;;;^^
냐하하~~~ 저 복구하기를 눌러도 해결이 안됨 위에 설명대로 재설치해도 안됨 ;;;; (덕분에 이틀동안 게임을 안했죠 ㅋ) StarCraft encountered bad game data Please run the Blizzard app to repair the game. If the problem persists, try reinstalling the game.
blog.naver.com · 2020.07.25
-
Income gap widens to 11 year-high
Hyong-ki The rich have become a lot richer, and the poor have become a lot poorer as seen in the latest data from the state-run Statistics Korea.
blog.naver.com · 2018.11.23
-
다변량 분석
무관함 - 연속형 확률변수에서만 사용 - 선형관계 설명 유용 but 2차, 3차 곡선관계 설명 못함 ==> 그래서 상관계수 검정 후 산점도 그려서 봐야함 proc corr data =a pearson; var x y; run; * 스피어만 순위상관계수
blog.naver.com · 2017.12.27
-
SAS - 실험계획법
* 단순회귀분석 모형식 : yi = a + Bxi + ei / H0 : B=0 proc reg data = ~; model y(변수이름) = x(변수이름) ; run; * 분산분석 모형식 : yij = M + Ti + eij ( M : 전체평균 , Ti : i번째 그룹효과(처리효과)) H0 = M1 = M2 = M3 = *** = 0 proc glm data
blog.naver.com · 2017.07.24
-
반기문 이어 황교안도 불출마. 보수층 인물난. 뼈저린 자기반성 후 기득권 버리고 통큰 인재 기르는 게 애국
Acting President Hwang Kyo-ahn’s decision not to run in the upcoming presidential election appears to have switched support to moderate liberals, instead of backing an alternative conservative figure, data
blog.naver.com · 2017.03.17
-
Hyper-v VHD compact
#When it is done, type the following commands sync; sleep 30;sync #This is to make sure the data is written By doing the above operation, it filled the virtual disk with zero data.
blog.naver.com · 2016.08.01