MySQLdb https://github.com/farcepest/MySQLdb1 MySQLdb의 1.x 버전으로 레거시 MySQL 5 버전 이하 및 Python2.6 이하 지원 1.3.0 버전 이상은 Python2.7에서 3.3까지 지원 로컬에 MySQL 설치 필수이며, MySQL 동적 라이브러리를 사용함 https://github.com/farcepest/moist MySQLdb1에서 포크 됨 공식적인 MySQLdb1 프로젝트 후속 작 MySQLdb의 2.x 버전으로 Python2.7과 Python3.x 까지 지원 mysqlclient https://github.com/PyMySQL/mysqlclient-python Python3 지원을 위해서 MySQLdb1에서 포크됨 PyMySQL https://..
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..
ftp_upload_example.ps112345678910111213141516171819202122$ftphost = "%(host)s"$ftpport = %(port)s$ftpusername= "%(user)s"$ftppassword = "%(passwd)s" $filename = [io.path]::GetFileName("%(file_full_path)s")[Net.ServicePointManager]::ServerCertificateValidationCallback ={$true}$ftpURL = "ftp://{0}:{1}/{2}" -f $ftphost, $ftpport, $filename$ftp = [System.Net.FtpWebRequest]::Create($ftpURL)$ftp = [Sy..
- Total
- Today
- Yesterday
- mysql
- code
- File
- Module
- limits
- deview
- monitoring
- error
- PowerShell
- example
- 예제
- engineering
- client
- 이슈처리
- Python
- MariaDB
- Ansible
- Web
- configuration
- httpd
- 번역
- 코드
- 명령어
- RESTful
- 외부링크
- check
- apache
- Linux
- command
- Windows
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |