web3 Apache Jmeter 설치 및 사용법 1. Apache Jmeter 설치 http://jmeter.apache.org/ Apache JMeter - Apache JMeter™ Apache JMeter™ The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other t jmeter.apache.org 위 사이트에 접속하여 사이트 왼쪽의 Download Releases 버튼을 클릭한 .. 2020. 2. 20. [Thymeleaf] 하나부터 열까지 ( Part 1 ) + 참고 : Thymeleaf Document https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#standard-expression-syntax Tutorial: Using Thymeleaf 1 Introducing Thymeleaf 1.1 What is Thymeleaf? Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTML, XML, JavaScript, CSS and even plain text. The main goal of Thymeleaf is to provide .. 2020. 2. 17. [Ajax] 작성법 및 형식 ajax 작성법 및 형식 $.ajax({ url : ' ', -> 자바 controller 에서 RequestMapping 하는 value 값 type : 'POST', async : true, -> 기본값 ( 비동기식 ) dataType : "Json", data : { "page_size" : page_size, "page_num" : page_num }, -> 데이터 여러개 전송 success : function(data){ -> 성공시 로직 }, error : function (e){ -> 실패시 로직 } }); 2020. 2. 14. 이전 1 다음