환경설정 1.1. 기본구성 pip >= 19.0.3 python >= 3.4 (django 2.2 지원 최소버전) # pip upgrade last version pip install --upgrade pip # check pip version pip --version pip 19.0.3 from /Users/.../pip-19.0.3-py3.7.egg/pip (python 3.7) 1.2. install django pip install django==2.2 pip install djangorestframework==3.11.0 $ django-admin startprject {project_name} $ ls {project_name}/ # django server start $ .manage.py ..
api.py from flask import Flask from flask_restful import Resource, Api app = Flask(__name__) api = Api(app) class HelloWorld(Resource): def get(self): return {'hello': 'world'} api.add_resource(HelloWorld, '/') if __name__ == '__main__': app.run(debug=True) 실행하기 $ python api.py * Running on http://127.0.0.1:5000/ * Restarting with reloader #파이참 사용시 .html 사용으로 rest api test 할 수 있다. # helloworld.h..
https://www.phpliveregex.com/#tab-preg-match PHP Live Regex i case insensitive m treat as multi-line string s dot matches newline x ignore whitespace in regex A matches only at the start of string D matches only at the end of string U non-greedy matching by default www.phpliveregex.com
맥os 카탈리나부터 기본 쉘이 zsh로 바뀌면서 기존에 잘 사용했던 home, end키가 먹히지 않는다. 생각없이 사용하고 있다 안되니 불편하구만 특이하게 vim이나 다른 곳에서는 사용이 가능한게 zsh에서 안되는 것 같아 찾아보니 비슷한 증상으로 해결방법이 있다. zshrc에 아래 코드 입력해주면 정상적으로 사용할 수 있다. vi ~/.zshrc #home end 안될 때 bindkey "\033[1~" beginning-of-line bindkey "\033[4~" end-of-line https://yumere.tistory.com/95 zsh, oh-my-zsh에서 home/end 키가 안될 때 그냥 개인 기록용... 환경: Ubuntu 16.04 Xshell 을 이용한 ssh 연결 zsh she..
https://www.lesstif.com/dbms/mysql-client-query-csv-text-54951965.html MySQL client query 결과를 csv 나 text 파일로 저장 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement www.lesstif.com SELECT order_id,product_name,qty FROM orders INTO OUTFILE '/tmp/orders.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' 파일 생성은 된 ..
출처: https://gist.github.com/subfuzion/08c5d85437d5d4f00e58 Common Options `-#, --progress-bar` Make curl display a simple progress bar instead of the more informational standard meter. `-b, --cookie ` Supply cookie with request. If no `=`, then specifies the cookie file to use (see `-c`). `-c, --cookie-jar ` File to save response cookies to. `-d, --data ` Send specified data in POST request. Det..
- Total
- Today
- Yesterday
- php-laravel
- POP3
- Python
- redis
- 테스트_다중트랜잭션
- 자바스크립트
- laravel-kafka
- eloquent-observer
- addMonth
- 정규식
- laravel-test
- exception-test
- password-manager
- addMonthWithoutOverflow
- django
- graphql-php
- bitwarden-cli
- 정의
- 라라벨
- observer 매개변수 전달하기
- MySQL
- aaa패턴
- 메일
- Laravel
- l5-swagger-response
- php
- session+token authorize
- l5-swagger
- graphql
- vim
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |