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 | 29 |
30 | 31 |
Tags
- mongodb readonly
- Winsock
- 닷넷코어
- Wake On Lan
- docker desktop
- Ubuntu VirtualBox
- docker
- Docker오류
- DockerDesktop
- MySQL
- IOCP 클라이언트
- 도커마운트
- mongo docker
- Volume Mount
- .dotnet Core 3.1 Install
- wol
- IOCP
- 윈도우10 WOL
- IOCP 서버
- ubuntu .net Core
- .netCore Install
- .netCore3.1
- mongodb pss
- VirtualBox Ubuntu
- DockerWindows
- 우분투서버가상머신
- 윈도우10 Wake On Lan
- Ubuntu Server VirtualBox
- DockerVolume
- dotnet Core
Archives
- Today
- Total
;
함수 코드 : function parsing_data($url, $data) { $agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'; $curlsession = curl_init (); curl_setopt ($curlsession, CURLOPT_URL, $url); // 파싱 주소 url //curl_setopt ($curlsession, CURLOPT_SSL_VERIFYPEER, FALSE); // 인증서 체크같은데 true 시 안되는 경우가 많다. //curl_setopt ($curlsession, CURLOPT_SSLVERSION,3..
PHP
2016. 11. 9. 03:47