분류 전체보기 (4536) 썸네일형 리스트형 Autofac Multitenency 멀티 컨트롤러 대체하기 mtc.ConfigureTenant("특정아이디", d => { d.RegisterType().As(); d.RegisterType().As(); }); 위와 같이 하면 간단하게 해결 됩니다. VM 에서 Windows8 설치하기 먼저 버추얼 머신에 New Virtual Machine 을 실행하여 다음과 같은 설정으로 버추얼 머신을 만든다 반드시 OS 나중에 설치를 골라주고MS의 윈도 7 (x86 x64 중 하나를 선택)주의할점은 버추얼 디스크를 나누지 말고 Single file을 선택한다대충 이렇게 설정을 하고프로세서 설정에서VT-X/EPT 를 체크해준다이유는 잘 모른다 이곳 저곳 검색을 해본 결과 하라고 하는 것은 다 했다 윈도 8 설치 방법은 거의 Windows 7 과 동일하므로 통과인터페이스가 달라서 조금은 헷갈릴듯 MS가 이제는 완전히 live 계정과 통합을 했는지 MS live 계정으로 로긴을 한다로긴은 이 화면을 위로 스으윽 올려 주면 Live 로긴화면이 나온다 로긴을 하고 나면 이것이 스마트 폰인지 패드인지 윈도인지.. 플래쉬를 레이어 팝업 밑으로 나오게 하기 플래쉬에 태그안에 위의 파라미터를 넣어주면 된다. 알면 쉽지만 모르면 골치아픔 Child WIndow가 닫혔는지 조사하기 먼저 child window가 열려있다가 가정합니다. win = window.open(...); 다음은 setInterval로 0.1초마다 Child WIndow가 살아있는지 체크하니다. var timer, win; function polling(){ if (win && win.closed) { clearInterval(timer); alert('popup window is closed.'); } } timer = setInterval('polling()',100); Refresh Javascript 자기 자신을 갱신하기 위한 스크립니다. location.reload(true); 위와 같이 쓰면 자신의 페이지를 리로드 한다. How to: Set Up Remote Debugging http://msdn.microsoft.com/en-us/library/bt727f1t.aspx Localization in ASP.NET MVC with Griffin.MvcContrib http://www.codeproject.com/Articles/352583/Localization-in-ASP-NET-MVC-with-Griffin-MvcContri 위에서 퍼온 글입니다. Demo project Project site @ gitub Online documentation Introduction Griffin.MvcContrib is my contribution project for ASP.NET MVC3 which contains several features. This article will go through the localization features that exists in the framework. The features consists of the following (wh.. Know Program Database file (PDB) http://www.codeproject.com/Articles/349076/Know-Program-Database-file-PDB Introduction This article helps developer who are beginner or intermediate level but don't have much understanding about the importance of PDBs and why they are required.What is PDB : PDB is acronymn for Program database file A PDB file is typically created from source files during compilation. It stores a list of all symb.. 이전 1 ··· 535 536 537 538 539 540 541 ··· 567 다음