Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
DevCity.NET – Controlling a Windows Service from the System Tray /Articles/74/1/servicecontroller.aspx Peter Custance I am currently a software programmer for a large Data Card Manufacturer in the UK. Contact me at [email protected] or [email protected]. I have nine years experience in…
Use the By property when you want to animate a value “by” a certain amount, rather than specifying a starting or ending value. You may also use the By property with the From property. The following table summarizes how the From, To, and By properties may be used together or…
무료 텍스트 에디터 프로그램을 찾던 도중에 회사사람의 소개로 알게된 Notepad++ 프로그램. 상당히 가벼운 느낌으로 기존의 메모장보다 훨씬 막강한 기능을 사용할 수 있는 프로그램이다. 비록 FTP로 접근하여 파일을 열고 닫을 수는 없지만, 그외의 기능은 울트라 에디트나, 아크로 에디트등의 프로그램과 비교해도 대등하지…
GP(Group Policy)를 통해 – GP를 통해 IT관리자가 많은 컴퓨터를 쉽게 제어할 수 있다. – 프로그램을 자동으로 배포할 수 있다. – 보안 설정을 할 수 있다. – 사용자의 데스크탑 환경을 제어할 수 있다. GP 설정은 크게 2부분으로 이루어진다. User Configuration 부분…
Let’s talk about how to make a online food store website integrated with marketplace using WordPress. WordPress with some powerful plugins make this work more easier. Table of Contents 1. Requirements of Online Food Store Want to use custom domain…
configure gzip compression with NGINX Open up the file sudo vi Comment that out gzip options gzip on;gzip_vary on;gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml; Restart NGINX server sudo service nginx restart Configure browser cache Open up the…
마이크로소프트에서 제공하는 e-Book이다. Visual Studio 2003 버전에서부터 Visual Studio 2010으로 어떻게 이동하면 되는지에 대해 설명한 책이다. http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=560a5365-5c62-488a-91ed-a779e0e33ac4
1. Table Space 생성 create tablespace OPPRA datafile ‘/oracle/SAFEDB/oradata/Ora10g/oppra.dbf’ size 500m autoextend on next 100m maxsize 700m; 2. 사용자 계정 생성 create user oppra identified by ocspgd default tablespace OPPRA 3. 사용 권한 grant connect to jiwon; grant resource to…
Recomposition 출처 : 이전 포스트의 MEF 의 특징 중에 MEF 의 플러그인 모델(Plugin Model) 은 교체가 용이하다고 하였습니다. Composable Part 는 구성 요소로써 고유의 기능을 구현합니다. 그리고 MEF 는 각각의 Composable Part 를 조립하여 다양한 컴포넌트 또는 애플리케이션을 완성합니다.…
인터넷에서 발견한 Software Architecture Tactic을 요약한 자료입니다. 저작권에 문제가 있으면 삭제하겠습니다. SA-tactics.pdf