티스토리 뷰
.aspx
<script>
$.ajax({
type: "post",
url: "DayStatistics.aspx/CallMethodTest",
data: "{'year': '2013', 'month': '09'}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(data, textStatus, jqXHR) {
alert("Data : " + jqXHR.responseText);
},
error: function(jqXHR, textStatus, errorThrown) {
alert(errorThrown);
}
});
</script>
<body>태그에 삽입
<asp:ScriptManager EnablePageMethods="true"></asp:ScriptManager>
.cs
using System.Web.Services;
[WebMethod]
public static string CallMethodTest(string year, string month)
{
return "year: " + year + "month : " + month;
}
- Total
- Today
- Yesterday
- 람다식(lambda expression)
- REST API
- java-개발 환경 설정하기
- nl2br
- error-java
- In App Purchase
- 진수 변환
- 표현 언어(expression language)
- 특정 문자를 기준으로 자르기
- 스프링 시큐리티(spring security)
- await
- docker
- 인텔리제이(intellij)
- 스프링 프레임워크(spring framework)
- .submit()
- java.sql
- java 키워드 정리
- 스프링 프레임워크(spring framewordk)
- 제품 등록
- MainActor
- jstl(java standard tag library)
- System.Diagnostics
- 문자 자르기
- jstl(java standard tag library)-core
- 스프링 시큐리티(spring security)-http basic 인증
- 메이븐(maven)
- jsp 오픈 소스
- React
- system.io
- java web-mvc
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |