반응형 전체 글273 The simplest conversion between pcd and ply linux https://www.programmersought.com/article/17574661828/ ply convert pcd Open the terminal and type pcl_ply2pcd -h input.ply output.pcd pcd to ply Open the terminal and type pcl_pcd2ply -h input.pcd output.ply 2021. 7. 6. SSR(Solid State Relay) 연결도 2021. 6. 1. Install Docker Delete previous version ============================================= > sudo apt-get remove docker docker-engine docker.io containerd runc Repository Set ============================================= > sudo apt-get update > sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common Add GPG key ============================================= > cur.. 2021. 5. 26. Genie 음원 사이트 순위 긁기 import urllib.request from bs4 import BeautifulSoup #1~50위 #url="div.newest-list>div>table>tbody>tr.list.rank-1 for rank in chart: print("###### %d위 #####" %(index)) song=rank.find("a", class_="title").get_text()[2:] #song=song.replace("",'') print("곡 명: %s" %(song)) print("가수명: %s" %(rank.find("a",class_="artist").get_text()) ) index+=1 #51위~100위 url="https://genie.co.kr/chart/top200?ditc=D&ymd.. 2021. 5. 24. 이전 1 ··· 61 62 63 64 65 66 67 ··· 69 다음 반응형