일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 공자명언
- 넷플릭스
- Android
- jetpack compose
- bash
- Coroutine
- 공부집중
- 1인개발자
- kotlin
- 명언모음
- 이모지메모
- 이모지
- ASMR
- Streaming
- 오픈소스
- DART
- 벤자민플랭클린
- Linux
- 장자명언
- Flutter
- Firebase
- 소울칼리버6
- 코틀린
- androidx
- Freesound
- 좋은글필사하기
- 명심보감
- FSM
- recyclerview
- 파이썬
Archives
- Today
- Total
목록xmlrpc (1)
Vintage appMaker의 Tech Blog
python에서 xmlrpc
VintageAppMaker/xmlrpc_python python xmlrpc 예제. Contribute to VintageAppMaker/xmlrpc_python development by creating an account on GitHub. github.com Python xmlrpc를 이용한 서버설정 & data백업 client # -*- coding: cp949 -*- import xmlrpclib import base64 import os def encode(s): return base64.b64encode(s) def decode(s): return base64.b64decode(s) def main(): proxy = xmlrpclib.ServerProxy("http://localhost:..
카테고리 없음
2020. 11. 14. 09:26