Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
IBM developer Networks 자료 Google App Engine for Java: Part 1: 새로운 시작 Google App Engine for Java: Part 2: 킬러 애플리케이션 작성하기 Google App Engine for Java: Part 3: 영속성과 관계
Is your laptop slow boot after upgrade to Windows 10? My Sony Vaio laptop also takes more than 1 minute to showing login screen. I fully stressed because of this, but can fix this problem by this tip. You can…
요즘 댓글, 트랙백 등의 서비스 때문에 서버의 트래픽이 날로 증가하고 있다. 이럴때 맘에 안드는 스팸 IP를 차단하는 방법이 있다. 웹서버의 루트폴더에 .htaccess 파일을 생성한다. 생성된 파일에 아래와 같이 설정하도록 한다. SetEnvIfNoCase remote_addr 94.229.65.* go_out Order allow,deny Allow from all Deny…
출처 : MEF(Managed Extensibility Framework) 이 2009년 7월 13일에 릴리즈되어 14일에 공개가 되었습니다. 특히 MEF 는 .NET Framework 4.0 에 포함이 되어있으며, CodePlex 에서 굉장히 빠른 속도로 발전하고 있는 프레임워크 중에 하나 입니다. CodePlex MEF 사이트에 등록된 릴리즈…
Windows Server 2008의 Feature인 Network Load Balancing을 설치하여 로드밸런싱 서비스를 할 수 있고, DNS 서비스에서 round robin 기능을 통해서도 비슷한 기능을 구현할 수 있다. DNS round robin – DNS Manager의 Foward Lookup Zones에 새로운 Zone 추가 (예, zemna.net) – 추가한…
소니의 정식 개발 툴킷으로 하는 개발이 아닌 해킹으로 개발된 툴킷을 사용해서 PSP용 소프트웨어를 만들어 보기 위해 먼저 다음과 같이 개발 환경 설정을 한다. 여러가지 GNU 툴을 사용해야 하므로 Linux 환경에서 개발을 하거나 MS Windows에서는 cygwin을 통해 개발을 해야 한다. 1.…
To make development environment in programmers computer, There are so many applications which have to install. But If we use Virtual development environment, we can install thoese applications to separeted operating system and also can manage per project. 1. Download…
출처 : System.AddIn Scenarios I started writing an entry about the System.AddIn pipeline and realized that post was not helpful without having a clue why you might be interested in System.AddIn. So, let me start here. System.AddIn is designed…
To create migration, we can use this artisan command. $ php artisan make:migration create_companies_table Laravel will create a new migration file in database/migrations directory. Generated file is like this:
WCF Best Practices: How to Dispose WCF clients Use of the using statement (Using in Visual Basic) is not recommended for Dispose WCF clients. This is because the end of the using statement can cause exceptions that can mask other…