Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
This is a Free Icon Editor that you will find very useful. This is a great free tool. The editor supports multiple resolutions, importing, exporting, various effects and much more. Download :
하드디스크 파티션 관리 프로그램중에서 무료로 쓸만한 프로그램이 있어서 소개하고자 한다. EASEUS라는 회사의 Partition Master라는 프로그램인데, 사용법도 매우 간편하고 기능도 훌륭하다. 보통 파티션 관리 프로그램을 사용하려는 주 목적이 현재 쪼개져 있거나 분할되어 있는 파티션을 자료의 손실없이 합치거나 분할하기 위해서 사용하려는 것일…
IBM developer Networks 자료 Google App Engine for Java: Part 1: 새로운 시작 Google App Engine for Java: Part 2: 킬러 애플리케이션 작성하기 Google App Engine for Java: Part 3: 영속성과 관계
– GP가 계층적으로 링크되어 있을때, 충돌나는 GP는 하위의 GP가 적용된다. – Software Installation Display the Deploy Software dialog box : 소프트웨어 설치화면 띄움 Publish : 사용자에게 설치 할지 말지 물어봄 Assign : 강제적으로 소프트웨어 설치 Advanced : 고급설정
/ ip firewall filteradd chain=input protocol=tcp dst-port=22 src-address-list=ssh_blacklist action=drop comment=”Drop SSH Brute Forcers” disabled=noadd chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage3 action=add-src-to-address-list address-list=ssh_blacklist address-list-timeout=1d comment=”” disabled=noadd chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage2 action=add-src-to-address-list address-list=ssh_stage3 address-list-timeout=1m comment=”” disabled=noadd chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage1 action=add-src-to-address-list…
Lets we study how to add social sharing buttons to Jekyll. You can see the sharing buttons at bottom of this content. We can try to use Font Awesome to generate social icon button. Click this link to get information…
If you want to give user can add new options to select tag in runtime, you can use Select2 jQuery library to do it. Final result is like this: {: .img-responsive } 1. Enable tags option $(‘select’).select2({ tags: true}); 2.…
HD Tune은 하드디스크 벤치마크 프로그램 중 가장 유명한 프로그램이다. 이 프로그램을 통해서, 하드 디스크의 성능을 측정하고, 에러를 검색하고, 하드디스크의 건강 상태(S.M.A.R.T.)를 체크하고, 보안을 위해 모든 데이터를 지우는 등의 많은 일을 할 수 있다. 다운로드 : 다운로드 페이지
하나의 Windows Service 응용프로그램에서 다수의 WCF 서비스를 운영할 때, 손쉽게 각 ServiceHost를 생성할 수 있도록 ServiceManager 클래스를 만들어서 사용하는 방법을 설명한 소스코드이다. ServiceManager 클래스를 사용하게 되면 서비스 추가시 ServiceManager 클래스의 OpenAll() 함수에서 추가할 서비스 클래스만 명시해 주면 된다. ^^ [code…
안드로이드 프로그래밍 공부중에 나중에 참고 할 만한 내용을 정리하는 중이다. 이번에는 Handler 클래스를 사용하여 무한 루프를 만드는 방법이다. Handler 클래스의 sendEmptyMessage() , sendEmptyMessageDelayed() 메서드를 이용해서 만들수 있다. [code lang=”java”] public class HandlerTest extends Activity { public void onCreate(Bundle savedInstanceState) {…
WPF및 Silverlight의 그리드 컨트롤에 새롭게 추가된 그리드의 행과 열을 디자인 타임에서 조작할 수 있는 기능에 대한 시연 동영상이다. 매우 직관적으로 각 그리드의 항목들을 이동, 추가, 삭제할 수 있다. 마이크로소프트에서 ‘Microsoft Silverlight 4 Tools for Visual Studio 2010‘을 다운받아서 설치해야 사용할…
GP(Group Policy)를 통해 – GP를 통해 IT관리자가 많은 컴퓨터를 쉽게 제어할 수 있다. – 프로그램을 자동으로 배포할 수 있다. – 보안 설정을 할 수 있다. – 사용자의 데스크탑 환경을 제어할 수 있다. GP 설정은 크게 2부분으로 이루어진다. User Configuration 부분…
2008년 부터 시작된 구글의 개발자 컨퍼런스인 ‘Google I/O 2011’ 의 막이 올랐다. 먼저, 키노트를 통해서 안드로이드의 현황과 나아갈 방향에 대해 알아보자. Remarkable Growth 현재 안드로이드는 다양한 휴대폰 제조업체, 통신사, 개발자의 지원으로 2011년 1억개 개통을 돌파 했으며, 하루 40만대 이상의 새로운…
1. 자식 DC가 없어야 제거가 가능하다. 그러나 ‘ dcpromo /forceremoval ‘ 명령어로 강제로 제거할 수 있다. 2. dcpromo 명령어를 통해 제거할 수 있다. Active Directory가 설치되어있지 않은 운영 체제에서 dcpromo 명령어를 실행하면 Active Directory를 설치할 수 있다.