var test1 = this.Wordbook.WordbookListT(1); var test2 = this.Wordbook.WordbookListT(1); T IWordbook.List(long memberNo) { if(typeof(T) == typeof(List)) { return (T)Convert.ChangeType(this.DoctorslDCC.Wordbook_Select_List_AtWordView(memberNo).ToList(), typeof(T)); } else if (typeof(T) == typeof(List)) { return (T)Convert.ChangeType(this.DoctorslDCC.Wordbook_Select_List_My(memberNo).ToList(), type..
ViewPage.ViewBag 속성 정의 네임스페이스:System.Web.Mvc어셈블리:System.Web.Mvc.dll패키지:Microsoft.AspNet.Mvc v5.2.6 뷰 모음을 가져옵니다. C#복사 public dynamic ViewBag { get; }속성 값Object 뷰 모음입니다. ViewPage.ViewData 속성 정의 네임스페이스:System.Web.Mvc어셈블리:System.Web.Mvc.dll패키지:Microsoft.AspNet.Mvc v5.2.6 컨트롤러와 뷰 간에 전달할 데이터가 들어 있는 사전을 가져오거나 설정합니다. C#복사 public System.Web.Mvc.ViewDataDictionary ViewData { get; set; }속성 값ViewDataDiction..
1. SignalR 설치 2. Startup.cs Class 생성 using Owin; using Microsoft.Owin; using Microsoft.AspNet.SignalR; [assembly: OwinStartup(typeof(DoctorSL.WebApp.Startup))] namespace DoctorSL.WebApp { public class Startup { public void Configuration(IAppBuilder app) { HubConfiguration hubConfiguration = new HubConfiguration() { EnableJSONP = true }; app.MapSignalR(hubConfiguration); } } } 3. SignalR Hub Clas..
DataTable dt = new DataTable(); dt.Columns.Add("EMPLOYEE_ID", typeof(int)); dt.Columns.Add("FIRST_NAME", typeof(string)); dt.Columns.Add("LAST_NAME", typeof(string)); dt.Columns.Add("HIRE_DATE", typeof(DateTime)); dt.Columns.Add("SALARY", typeof(int)); dt.Rows.Add(100, "Steven", "King", "2003-06-17", 24000); dt.Rows.Add(101, "Neena", "Kochhar", "2005-09-21", 17000); dt.Rows.Add(102, "Lex", "De H..
보호되어 있는 글입니다.
네임스페이스: System.Web.Script.Serialization 어셈블리: System.Web.Extensions.dll 1. System.Web.Extension.dll을 참조 추가한다. 2. Serialize public class Person { public int PersonID { get; set; } public string Name { get; set; } public bool Registered { get; set; } } public ContentResult ResponseTest() { var RegisteredUsers = new List(); RegisteredUsers.Add(new Person() { PersonID = 1, Name = "Bryon Hetrick", Re..
- Total
- Today
- Yesterday
- 스프링 시큐리티(spring security)-http basic 인증
- 스프링 시큐리티(spring security)
- 특정 문자를 기준으로 자르기
- 표현 언어(expression language)
- 상품 등록
- 인텔리제이(intellij)
- await
- java 키워드 정리
- 진수 변환
- .submit()
- REST API
- java web-mvc
- 제품 등록
- jsp 오픈 소스
- In App Purchase
- nl2br
- 람다식(lambda expression)
- 스프링 프레임워크(spring framework)
- system.io
- jstl(java standard tag library)
- 스프링 프레임워크(spring framewordk)
- System.Diagnostics
- java-개발 환경 설정하기
- MainActor
- jstl(java standard tag library)-core
- java.sql
- error-java
- React
- 메이븐(maven)
- 문자 자르기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |