Django 기초 홈 : https://docs.djangoproject.com/en/2.1/ 기초(한글) : http://pythonstudy.xyz/python/article/301-Django-소개 자습서(한글) : https://wikidocs.net/9623 모델링 : http://nukggul.tistory.com/17 2.0 릴리즈(한글) : http://raccoonyy.github.io/django-2-0-release-note-summary/ 주의 사항(한글) : http://raccoonyy.github.io/django-development-mistakes-in-2014-translatate/ gunicorn + supervisor + nginx 연동 : https://yujuwon..
[ 1 ] def main(): [ 2 ] [ 3 ] [ 4 ] print(a) print(b) print(c) if __name__ == "__main__": main() [실행 결과]172.30.1.2b'\xac\x1e\x01\x02'172.30.1.2 [작성조건]1. 파이썬의 socket 라이브러리를 가져오는 코드를 작성하시오.2. 자신의 호스트명을 ip로 반환한 결과를 a 변수에 저장하는 코드를 작성하시오.3. a 변수의 ip 주소를 16로 변환하여 b 변수에 저장하는 코드를 작성하시오.4. b 변수의 ip 주소를 다시10진수롤 변환하여 c 변수에 저장하는 코드를 작성하시오. Solution1234import socketa = socket.gethostbyname(socket.gethostname..
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879import requestsimport json api_url = "https://https://api.warpmemory.com/v1"#auth = ('id', 'passwd')auth = ()header = {'Content-Type': 'application/json'}server = "server-001.warpmemory.com"user = "test"passwd = "password"quota = 1000bandwidth = 200..
예제123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566Colored by Color Scriptercsrestclient.php1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131..
tendo 모듈 설치 easy_install tendopip install tendo 12from tendo import singletonme = singleton.SingleInstance()cs 기존 스크립트에 위 내용만 추가 해주면 되고, 인스턴스가 실행중이면 에러 발생 시키고 sys.exit(-1) 됨최신 singleton.py 스트립트는 https://github.com/pycontribs/tendo/blob/master/tendo/singleton.py 여기서 확인하면 됨 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667..
- Total
- Today
- Yesterday
- configuration
- 명령어
- Module
- engineering
- 외부링크
- limits
- 이슈처리
- RESTful
- apache
- 코드
- MariaDB
- Linux
- deview
- mysql
- check
- Windows
- 번역
- monitoring
- httpd
- command
- File
- Web
- example
- Ansible
- PowerShell
- error
- code
- 예제
- client
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |