전체 글 (159) 썸네일형 리스트형 crawling wikipedia https://github.com/goldsmith/Wikipedia 여기서 pywikibot을 추천. https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation https://www.mediawiki.org/wiki/Manual:Pywikibot/BotPasswords /Users/n18016/pywikibot/user-config.py 경로에 생성 파일이 생성되었고 해당경로로 가서 스크립트를 실행해야함. import pywikibot site = pywikibot.Site() page = pywikibot.Page(site, u"List of passenger airlines") list_of_passenger_airlines = page.text p.. move files and directories to the parent folder in Linux find . -maxdepth 1 -exec mv {} .. \; this will move hidden files as well. You will get the message: mv: cannot move `.' to `../.': Device or resource busy when it tries to move . (current directory) but that won't cause any harm. https://superuser.com/questions/88202/how-do-i-move-files-and-directories-to-the-parent-folder-in-linux RestController랑 그냥 Controller 차이 뭐야 나도 몰라 찾아봅시다 https://doublesprogramming.tistory.com/105 pageable 난 몰라요 https://docs.spring.io/spring-data/jpa/docs/current/reference/html/ index 참고 https://chartworld.tistory.com/18 http://contents.kocw.net/KOCW/document/2015/chungnam/leekyuchul/8.pdf https://blog.couchbase.com/create-right-index-get-right-performance/ https://dbdb.io/ Database of Databases The on-line encyclopedia of databases systems from Carnegie Mellon University. dbdb.io couchbase XDCR 적용 curl -i -X GET -u ID:PW http://domain/pools/default/remoteClusters HTTP/1.1 301 Moved Permanently Server: nginx/1.12.2 Date: Tue, 23 Jul 2019 09:37:56 GMT Content-Type: text/html Content-Length: 185 Connection: keep-alive Location: https://domain/pools/default/remoteClusters 301 Moved Permanently nginx/1.12.2 음.. 안되나? 이 에러를 해결하면 remoteCluster받아올수있을것같고. 연결도 될것같은데. (https://docs.couchbase.com/serv.. mioji 자유여행 추천 해주는 서비스 이름인데 데이터를 가지고 있음. docker volume 잡아줄때 docker run -d --name tour-geo-api -p 8080:8080 -v /root/geolocation/config/api.application.properties:/app/config/application.properties lab-dev-docker.inpark.kr/tour-geo-api:20190716-4 -v flag 사용하여 볼륨을 잡아주는데 계속 docker run이 안됐음. -> 이유 host pc의 /root 부터 경로를 잡아주지 않아서. 이전 1 ··· 10 11 12 13 14 15 16 ··· 20 다음