Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- VPC
- docker network
- AWS
- Linux
- docker
- built-in
- Container
- 토스카드
- 재테크
- 리뷰
- MongoEngine
- 리워드앱
- 하나머니
- namespace
- MongoDB
- 앱테크
- 커피머니불리기
- 후기
- 도커
- 실사용
- Python
- network
- 포인트앱
- aws codecommit
- python3
- codecommit
- DocumentDB
- S3
- clone
- mininet
Archives
- Today
- Total
목록eval 위험성 (1)
ㅍㅍㅋㄷ
python eval() 함수 - 사용을 조심해야 하는 이유
python eval() 함수 python 의 built-in 함수 중 하나인 eval 함수는 매우 강력하면서도 사용을 자제 하도록 권고하는 양날의 검과 같은 기능이다. 먼저 python docs 의 정의를 보자. eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals must be a dictionary. If provided, locals can be any mapping object. The expression argument is parsed and evaluated as a Python expression (technically ..
Programming/Python
2019. 1. 22. 17:32