`configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them asVAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specif..
$("#CTScanMenu1, #CTScanMenu2").toggle();
$("span[id=CTScanMenu]").toggle();
protected void Application_Error(object sender, EventArgs e) { //Exception exception = Server.GetLastError(); //Response.Clear(); //Server.ClearError(); //RouteData routeData = new RouteData(); //routeData.Values.Add("controller", "Home"); //routeData.Values.Add("action", "Test"); ////routeData.Values.Add("exception", exception); //if (exception.GetType() == typeof(HttpException)) //{ // //route..
[NinjectControllerFactory 클래스 파일 추가]using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; using Ninject;using NinjectTest.Controllers; namespace NinjectTest.Models{ public class NinjectControllerFactory : DefaultControllerFactory { private IKernel ninjectKernel; public NinjectControllerFactory() { this.ninjectKernel = new StandardKernel(); AddBind..
Controllerusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; using EmptyMvcApplication.Models;using DomainModel.Concrete;using DomainModel.Entity;using DomainModel.Abstract;using DomainModel; namespace EmptyMvcApplication.Controllers{ public class ValidController : Controller { IUser user = new UserImplement(); public ActionResult Index() { ret..
1. 안드로이드 개발 환경 구축(http://developer.android.com/sdk/index.html)eclipse, JDK, Android SDK, ADT를 다운로드 받은 후 설치한다. 2. PhoneGap을 다운로드 받은 후 압축을 해제한다.(http://phonegap.com/) 3. "Android Application Project"를 생성한 후 PhoneGap라이브러리 파일을 추가한다.cordova-2.7.0.js, cordova-2.7.0.jar, config.xml 4. "AndroidManifest.xml", "MainActivity.java" 파일을 수정한다. 5. Sencha Touch2로 개발한 파일을 "assets/www/" 폴더에 복사한다. 6. AVD를 이용하여 가상 ..
view HeightInMeters Hidden Item Height Actions page: Url.Action("Zebra", new { page = i }))%> this page was generated Controller public ViewResult Zebra(int? page) { List mountain = new List(); mountain.Add(new MountainInfo { No = 1, Name = "한라산", HeightinMeters = 123456 }); mountain.Add(new MountainInfo { No = 2, Name = "백두산", HeightinMeters = 789456 }); mountain.Add(new MountainInfo { No = 3, ..
- Total
- Today
- Yesterday
- System.Diagnostics
- java-개발 환경 설정하기
- REST API
- jstl(java standard tag library)-core
- In App Purchase
- java web-mvc
- 제품 등록
- 인텔리제이(intellij)
- java 키워드 정리
- 스프링 프레임워크(spring framework)
- error-java
- docker
- 표현 언어(expression language)
- system.io
- MainActor
- 스프링 시큐리티(spring security)
- await
- 문자 자르기
- nl2br
- 진수 변환
- .submit()
- java.sql
- React
- 메이븐(maven)
- 스프링 시큐리티(spring security)-http basic 인증
- 람다식(lambda expression)
- jstl(java standard tag library)
- 스프링 프레임워크(spring framewordk)
- jsp 오픈 소스
- 특정 문자를 기준으로 자르기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |