전체 글
-
Python) Flask+Gunicorn+Nginx 설치 (참고 자료)Programing Language/Python 2020. 12. 2. 01:25
www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04 How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu | DigitalOcean In this guide, you will build a Python application using the Flask microframework on Ubuntu 18.04. The bulk of this article will be about how to set up the Gunicorn application server and how to launch th..
-
-
Android) Custom Dialog배경에 Radius 넣기Programing Language/Android Studio(Java&Kotlin) 2020. 12. 1. 23:50
stackoverflow.com/a/28937224 How to make custom dialog with rounded corners in android What I am trying to do: I am trying to make a custom dialog in android With rounded corners. What is happening: I am able to make custom dialog but it doesn't have rounded corners. I tried adding a stackoverflow.com
-
Android) Activity에서 Fragment로 데이터 전송하기Programing Language/Android Studio(Java&Kotlin) 2020. 11. 28. 00:19
stackoverflow.com/a/51745044 Pass data from Activity to Fragment that is already displayed How do you pass a data from activity to fragment that's already active? I can transfer using a bundle but the only way I can get it is using createView on that fragment but my problem is it is alre... stackoverflow.com
-
-
iOS) Swift에 opencv 빌드하기Programing Language/iOS(Swift) 2020. 11. 22. 23:29
참고 자료 https://www.timpoulsen.com/2019/using-opencv-in-an-ios-app.html Using OpenCV in an iOS app Computer vision is cool tech ... computer vision in an iOS app is even better! In this post, I'll describe how you can integrate and use OpenCV in your Swift-based iOS app. Before we dig in to the process, let's take a look at how the finished integration www.timpoulsen.com 1. https://opencv.org/rele..