Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
윈도우 어플리케이션을 제작하면서 자신의 폼에 스킨을 입히고 싶은 경우가 있었을 것이다. 그러나 상용 컴포넌트를 사용할 수는 없고, 그리자니 너무 힘들고… 이럴때 사용할 수 있는 무료 윈도우 스킨 프로그램이 있다. NEEMEDIA – USkin V3.0 이 프로그램은 .NET 및 MFC에서도 사용할 수 있다.…
CEO 입장 1. 기업의 수많은 컴퓨터를 중앙에서 관리할 수 있다. 2. GPO(Group Policy Object)를 통해 도메인 환경의 수많은 컴퓨터를 제어할 수 있다. 3. 사용자 로그인 시 프로그램도 자동으로 설치할 수 있다. 사용자 입장 1. 네트워크의 자원들을 관리자의 도움없이도 쉽게 접근할…
• 버전관리 (Version Management) 파일이나 문서의 이력 및 차이점을 관리하는 것. 언제라도 과거의 릴리즈에 접근 변경 및 수정 작업을 반복할 수 있고, 최종 버전과 특정 버전의 파일에 대한 차이점을 인식할 수 있도록 관리 • 변경관리 (Change Management) 문서나 파일에 가해질 수 있는…
인터넷에서 찾은 실전 자료입니다. 저작권에 문제가 있으면 삭제하겠습니다. 실전! Explorer Tool Band 제작 실전! Explorer Tool Band 제작1.doc 실전! Explorer Tool Band 제작2.doc 실전! Explorer Tool Band 제작3.doc 실전! Explorer Tool Band 제작4.doc 실전! Explorer Tool Band 제작5.doc **ATL을 이용한…
LockHunter is a free tool to delete files blocked by something you do knot know. LockHunter is useful for fighting against malware, and other programs that are blocking files without a reason. Unlike other similar tools it deletes file into…
기존의 ActiveDirectory DomainService에서는 하나의 도메인에는 오직 하나의 password policy와 account lockout policy를 적용할 수 있었으나, 윈도우 서버 2008에서부터는 Fine-Grained Password Policies를 통해 같은 도메인에서 여러 password policy를 설정할 수 있다. 기존에는 도메인으로만 적용되었기 때문에 자식도메인을 만들어서 각각 구성하였었다. 예) 관리자는…
Want to buy Galaxy Note 10.1~~~~ References
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.…
When you exeucte gem command, you may see SSL error like bellow. SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed This error is produced because of changes in rubygems.org infrastructure. How to solve it? 1. Downlaod update…
[code lang=”vbnet”] With ListBox1 ‘ If we have some selected items. If .SelectedIndices.Count > 0 Then ‘ Loop through selected indicies to get the index number of ‘ the selected item. ‘ We need to cound back through the list…