public ActionResult PopulityChartTop10() { System.Text.StringBuilder postParams = new System.Text.StringBuilder(); postParams.Append("param1=dsadsadsadasd"); postParams.Append("¶m2=" + System.Web.HttpUtility.UrlEncode("urlEncodedValue")); // 코드페이지 번호는 http://msdn.microsoft.com/ko-kr/library/system.text.encoding.aspx 에서 확인하시면 됩니다. int euckrCodepage = 51949; System.Text.Encoding euckrEncoding ..
클래스 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace Music.Web.Home.HtmlHelperExtension{ public static class BasicInfoExtension { /// /// ospID를 얻는다. /// /// /// public static string ospID(this HtmlHelper helper) { return System.Web.Configuration.WebConfigurationManager.AppSettings["ospID"].ToString(); } /// /// 사용자 아이디를 얻는다. /// //..
Model class Paging{ private int currentPageNo; private int totalPageNo; private int startPageNo; private int endPageNo; public int CurrentPageNo { get { return this.currentPageNo; } } public int TotalPageNo { get { return this.totalPageNo; } } public int StartPageNo { get { return this.startPageNo; } } public int EndPageNo { get { return this.endPageNo; } } public Paging(int totalRowCount, int p..
var ajaxObj = $.ajax({ type: "post", url: "class.DelegateIsDataRequest.asp", data: { delegateName: "privateListReceive", seq: seq, userID: userID } }); ajaxObj.success(function(jqXHR, textStatus, errorThrown) { window.location.reload(); }); ajaxObj.error(function(jqXHR, textStatus, errorThrown) { alert(errorThrown); });
- Total
- Today
- Yesterday
- System.Diagnostics
- system.io
- await
- java 키워드 정리
- java web-mvc
- 스프링 프레임워크(spring framewordk)
- 제품 등록
- error-java
- 스프링 시큐리티(spring security)-http basic 인증
- 인텔리제이(intellij)
- 스프링 시큐리티(spring security)
- java.sql
- 메이븐(maven)
- 진수 변환
- .submit()
- 문자 자르기
- 특정 문자를 기준으로 자르기
- jsp 오픈 소스
- 스프링 프레임워크(spring framework)
- In App Purchase
- jstl(java standard tag library)
- 표현 언어(expression language)
- MainActor
- React
- REST API
- nl2br
- jstl(java standard tag library)-core
- java-개발 환경 설정하기
- 람다식(lambda expression)
- docker
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |