load 썸네일형 리스트형 Json curl and a/b benchmark Send curl with json data from file.curl -X POST -H "Content-Type: application/json" -d @ab_post_data.json {{url}} a/b benchmark with json data from file.ab -n 10000 -c 100 -T application/json -p /home/rock/ab_post_data.json {{url}} 더보기 [jQuery] html 파일 로드해오기. $.ajax({ url:'[path/to/html/file.html]', context: document.body, success: function(response){ html = response; } }); 이렇게 해서 html파일을 javascript로 load해올 수 있음. 더보기 이전 1 다음