Chart 프로그램 제니퍼 소프트 Jui http://seogi1004.github.io/jui/ko/ D3.js https://github.com/mbostock/d3 Flot Chart http://www.jqueryflottutorial.com/jquery-flot-chart-types.html NVD3 http://nvd3.org/ Grafana http://grafana.org/ 더보기 Visual Studio에 Powershell 추가 방법 Visual Studio2013에 PowerShell을 추가하는 방법입니다. 기본 Project 생성 시 다음과 같이 Powershell 항목이 없는 것을 확인할 수 있습니다. 다음 경로에서 Powershell Tool을 다운로드 받습니다. https://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597 실행 시 아래와 같이 VSIX 관리자가 실행됩니다. 확장을 설치할 제품으로 Visual Studio를 선택한 후 설치를 누릅니다. 설치 후 새 프로젝트를 기동하면 아래와 같이 PowerShell 항목이 있음을 확인할 수 있습니다. 더보기 중앙 서버 관리 Vbscipt를 사용한 중앙 서버 관리 방법 입니다. 더보기 Vbscript를 사용하여 원격 Registry 값을 가지고 오는 방법 Const HKEY_CURRENT_USER = &H80000001 Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "192.168.0.2" strUser = "Administrator" strPassword = "!!"" strDomain = "WORKGROUP" Set objSWbemLocator = CreateObject("wbemScripting.SwbemLocator") Set objWMIService = objSWbemLocator.ConnectServer(strComputer, _ "root\default", _ strUser, _ strPassword, _ "MS_409", _ "ntlmdomain:" + strDomain) Set objReg =.. 더보기 Eclipse JDBC 연동 Eclipse에 JDBC Driver 연동하는 방법입니다. 1) Project Name의 Properties 선택 2) Libraries에서 Add External JARs선택 3) jdbc Driver Import 확인 4) SQL Connection 확인 5) 결과 확인 더보기 이전 1 ··· 4 5 6 7 8 9 10 11 다음