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' 파일 생성은 된 ..
- Total
- Today
- Yesterday
- l5-swagger-response
- Laravel
- php
- 정규식
- observer 매개변수 전달하기
- aaa패턴
- php-laravel
- graphql
- MySQL
- 테스트_다중트랜잭션
- 메일
- eloquent-observer
- laravel-kafka
- django
- exception-test
- Python
- addMonthWithoutOverflow
- graphql-php
- session+token authorize
- bitwarden-cli
- password-manager
- vim
- POP3
- 자바스크립트
- addMonth
- laravel-test
- redis
- 라라벨
- 정의
- l5-swagger
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |