전체 글 (116) 썸네일형 리스트형 Replace string in a File https://linuxhint.com/replace_string_in_file_bash/ How to Replace a String in a File in Bash – Linux Hint I am a trainer of web programming courses. I like to write article or tutorial on various IT topics. I have a YouTube channel where many types of tutorials based on Ubuntu, Windows, Word, Excel, WordPress, Magento, Laravel etc. are published: Tutorials4u H linuxhint.com Ex1. case-sensitive s.. REACT_DJANGO_TUTORIAL1 powershell # terminal setting pip install django djangoresframework # install framework django-admin startproject music_controller # make project cd music* # get into dir django-admin startapp api # start api settings # add few options +'api.apps.ApiConfig' + 'rest_framework' views # your jobs +from django.http import HttpResponse +def main(request): + return HttpResponse("Hello") from django.co.. Radix Sort 개념은 쉽게 이해했지만 구현하는 과정이 신기했던 정렬 알고리즘이였다. 이전 1 2 3 4 5 ··· 39 다음