Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
References
출처 : Several months ago we formed what we call Application Framework Core team. The charter of the team is to play the same role in the application frameworks space (WinForms, ASP.NET, WPF, Silverlight) as the Base Class Libraries…
+ MDI 프로그램 시작 시 차일드 윈도우를 띄우지 않으려면 MFC 애플리케이션 위저드는 MDI를 생성할 때 자동적으로 차일드 윈도우가 나타나도록 설계돼 있습니다. 이것은 CSomeApp(CWinApp의 자식 클래스)의 InitInstance()에서 정의돼 있기 때문입니다. 애플리케이션 위저드가 만들어 준 InitInstance()를 살펴 보면 다음과 같은 코드를 찾아…
출처 : MEF(Managed Extensibility Framework) 이 2009년 7월 13일에 릴리즈되어 14일에 공개가 되었습니다. 특히 MEF 는 .NET Framework 4.0 에 포함이 되어있으며, CodePlex 에서 굉장히 빠른 속도로 발전하고 있는 프레임워크 중에 하나 입니다. CodePlex MEF 사이트에 등록된 릴리즈…
Copyright © 2010 by John Fotheringham. For more tips, tools, and tech for Mastering ANY Language, go to LanguageMastery.com 인터넷에서 발견한 마인드 맵을 어떻게 언어 공부에 반영할 수 있는지에 대한 내용이다. 크게 단어를 공부할 때, 회화나 수업이 시작하기 전에 정확한…
Windows Server 2008의 Feature인 Network Load Balancing을 설치하여 로드밸런싱 서비스를 할 수 있고, DNS 서비스에서 round robin 기능을 통해서도 비슷한 기능을 구현할 수 있다. DNS round robin – DNS Manager의 Foward Lookup Zones에 새로운 Zone 추가 (예, zemna.net) – 추가한…
마이크로소프트에서 제공하는 e-Book이다. Visual Studio 2003 버전에서부터 Visual Studio 2010으로 어떻게 이동하면 되는지에 대해 설명한 책이다. http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=560a5365-5c62-488a-91ed-a779e0e33ac4
Let’s migrate Apache2 to Nginx to increase WordPress website performance. 1. Install Nginx sudo apt updatesudo apt upgradesudo apt install nginx 2. Allow Nginx from Firewall sudo ufw allow “Nginx Full” 3. Configure Nginx with 8080 Port Open file with…
If you want to get serial port monitoring program, Free Serial Port Monitor program is one of the best option. This program is produced by HHD Software company and Freeware. [button link=”http://www.serial-port-monitor.com/” color=”#AAFFAA” size=”2″ style=”2″ dark=”1″ square=”0″ target=”blank”]HOMEPAGE[/button] [button link=”http://www.serial-port-monitor.com/Download/free-serial-port-monitor.exe”…
Maybe your site article has relation with categories and tags.nThis tutorial shows how to filtering articles by tag.
Create .env file and add APP_NAME variable Add global environment variable to nuxt.config.js You can use your custom variable name. I’m using appName for this demo. After set, we can use this variable using process.env.appName. Set default header in nuxt.config.js…
You can access asyncData if you you head() function. Use ‘head()’ function in your script, not ‘head:’
Learn how to load & use Google Fonts in NuxtJS project with TailwindCSS
Learn how to use @tailwindcss/typography package to display markdown content to page beautifully.