9월, 2021의 게시물 표시

[arduino] JST 커넥터

아두이노 관련은 아니지만 아두이노 부품 단자니까 japan solderless terminal 즉 납땜을 안하는 연결 단자 https://hackaday.com/2017/12/27/jst-is-not-a-connector/   규격이 여러개라 잘 체크하기

[python] 긴 줄을 여러 줄로 나눠서 쓰기

sadfdfs+fsddsf+sdfsdf+ddfdfdfd \ +dfssdf+sdfdfs+sfdsdf+sdfsd \ +fdfsafsda 이런식으로 쓰면 된다

안드로이드 스튜디오 에뮬레이터 튕김 문제

 컴퓨터 사양 문제인줄 알았는데 그냥 코드에 오타난 거였다;;

cmd 랑 windows powershell 차이

https://focuskr.tistory.com/294 apt-get 안되더라....

[java] spring 빌드하면 완료 안되고 계속 로딩만 할 때 해결

Execution failed for task ':HelloSpringApplication.main()'. > Build cancelled while executing task ':HelloSpringApplication.main()' * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. 1. preference 들어가서 build tools> gradle에서 build and run using run test using 을 인텔리제이로 바꿔준다 해결 안되면 2. 자바 JDK 다시깔기  https://www.inflearn.com/questions/116973