Developer Assistant for Visual Studio

   

Introducing the newly released Developer Assistant for Visual Studio, which enables developers to find and reuse over 21 million code snippets and code sample projects from within the Visual Studio IDE. The plugin is now also enabled with Bing contextual search that currently helps with root causing compiler errors and code lookup.

Developer Assistant for Visual Studio 2015

Developer Assistant for Visual Studio 2013

Developer Assistant for Visual Studio 2012

   

원본 위치 <https://blogs.msdn.microsoft.com/onecode/p/devassistant/>

   

   

주요 기능

Developer Assistant Features

  1. C++ code search (New in July)
  2. GitHub Integration (New in May)
  3. Visual Studio IntelliSense experience to find code samples for API (improved in the March release)
  4. "How do I" code sample search (new in the March release)
  5. Local code search (improved in the March release)
  6. Compile Error Assistant 1.0 for C#/VB/C++
  7. API Help 1.0 for C#/VB
  8. Sample Browser one-stop shop
  9. The code search box is moved to a seperate Toolbar in Visual Studio

   

원본 위치 <https://visualstudiogallery.msdn.microsoft.com/5d01e3bd-6433-47f2-9c6d-a9da52d172cc/description>

   

   




   

한국성공회대학교 소프트웨어 학부 외래교수이신 원철연 교수님께서 1년정도 집필한 책이 우여곡절 끝에 출판을 할 수 없게 되자 블로그(http://fromyou.tistory.com/)에 내용을 전부 공개해주셨습니다.

   

 HTML과 CSS, JavaScript를 배우시는 분들께 정말 소중하고 감사한 자료 인거 같네요!

   

   

   

   

제목

링크주소

1장 HTML5 등장 배경 및 표준화 현황

http://fromyou.tistory.com/411

1. HTM5의 구조 및 기본 지식 익히기

http://fromyou.tistory.com/412

1.2 웹 브라우저(Browser)의 기능과 한계

http://fromyou.tistory.com/413

1.3 HTM5의 구조(Structure)

http://fromyou.tistory.com/414

1.3.1 HTML5의 요소(Element) 작성 방법

http://fromyou.tistory.com/415

1.3.2 HTML5에서 요소(Element)의 속성(Attribute) 작성 방법

http://fromyou.tistory.com/416

1.4 환경설정 및 기본 편집기

http://fromyou.tistory.com/417

2. metadata Elements

http://fromyou.tistory.com/418

2.2 meta 요소(Elements)

http://fromyou.tistory.com/419

3. Section Elements,  3.1 nav, header 요소(Element)를 이용한 구성

http://fromyou.tistory.com/420

3.2 section, header, nav 요소(Element)를 이용한 좌측면 구성

http://fromyou.tistory.com/421

3.3 section, header, footer, article, aside 요소(Element)를 이용한 우측면 구성

http://fromyou.tistory.com/422

3.4 footer 요소(Element)를 이용한 꼬리말 구성

http://fromyou.tistory.com/423

4. Group Content Elements, 4.1 p, hr, pre 요소(Element)

http://fromyou.tistory.com/424

4.2 blockquote 요소(Element)

http://fromyou.tistory.com/425

4.3 li, ol, ul 요소(Element)

http://fromyou.tistory.com/426

4.4 dl, dt, dd 요소(Element)

http://fromyou.tistory.com/427

4.5 figure, figcaption요소(Element)

http://fromyou.tistory.com/428

4.6 div 요소(Element)

http://fromyou.tistory.com/429

5. Text-level Elements,  5.1 a, em, strong 요소(Element)

http://fromyou.tistory.com/430

5.2 code 요소(Element)

http://fromyou.tistory.com/431

5.3 samp 요소(Element)

http://fromyou.tistory.com/432

5.4 kdb, dfn 요소(Element)

http://fromyou.tistory.com/433

5.5 abbr 요소(Element)

http://fromyou.tistory.com/434

5.6 var, cite 요소(Element)

http://fromyou.tistory.com/435

5.7 q 요소(Element)

http://fromyou.tistory.com/436

5.8 sub, sup 요소(Element)

http://fromyou.tistory.com/437

5.9 time 요소(Element)

http://fromyou.tistory.com/438

5.10 s 요소(Element)

http://fromyou.tistory.com/439

5.11 small 요소(Element)

http://fromyou.tistory.com/440

5.12 i, b, u, mark 요소(Element)

http://fromyou.tistory.com/441

5.13 ruby, rt, rp 요소(Element)

http://fromyou.tistory.com/442

5.14 bdi, bdo 요소(Element)

http://fromyou.tistory.com/443

5.15 span, br, wbr 요소(Element)

http://fromyou.tistory.com/444

6. Edit Elements,  6.1 ins 요소(Element)

http://fromyou.tistory.com/445

6.2 del 요소(Element)

http://fromyou.tistory.com/446

7. Embedded Content Elements, 7.1 img 요소(Element)

http://fromyou.tistory.com/447

7.2 map, area 요소(Element)

http://fromyou.tistory.com/448

7.3 object, param 요소(Element)

http://fromyou.tistory.com/449

7.4 PDF 파일을 embed 요소(Element)를 이용하여 임베딩

http://fromyou.tistory.com/450

7.5 iframe 요소(Element)

http://fromyou.tistory.com/451

7.6 math 요소(Element)

http://fromyou.tistory.com/452

7.7 svg 요소(Element)

http://fromyou.tistory.com/453

8. Tabular Data Elements,  8.1 caption 요소를 이용하여 표(table) 제목을 나타내기

http://fromyou.tistory.com/454

8.2 tbody, thead, tfoot 요소를 이용한 머리말, 본문, 맺음말 형태 만들기

http://fromyou.tistory.com/455

8.3 col, colgroup 요소를 이용하여 다수의 칼럼(열)에 스타일 적용

http://fromyou.tistory.com/456

8.4 셀 합치기

http://fromyou.tistory.com/457

8.5 여백 주기

http://fromyou.tistory.com/458

8.6 셀 내부 정렬하기

http://fromyou.tistory.com/459

9. Form-related Elements, 9.1 form 요소(Element)

http://fromyou.tistory.com/460

9.2 fieldset, legend 요소(Element)

http://fromyou.tistory.com/461

9.3 lable 요소(Element)

http://fromyou.tistory.com/462

9.4 input 요소(Element)

http://fromyou.tistory.com/463

HTML5에 새롭게 추가된 input 요소의 type 속성값들

http://fromyou.tistory.com/464

9.5 button 요소(Element)

http://fromyou.tistory.com/465

9.6 select 요소(Element)

http://fromyou.tistory.com/466

9.7 datalist 요소(Element)

http://fromyou.tistory.com/467

9.8 option, optgroup 요소(Element)

http://fromyou.tistory.com/468

9.9 textarea 요소(Element)

http://fromyou.tistory.com/469

9.10 keygen 요소(Element)

http://fromyou.tistory.com/470

9.11 output 요소(Element)

http://fromyou.tistory.com/471

9.12 progress 요소(Element)

http://fromyou.tistory.com/472

9.13 meter 요소(Element)

http://fromyou.tistory.com/473

10. Interactive Elements, 10.1 details 요소

http://fromyou.tistory.com/474

10.2 summary 요소

http://fromyou.tistory.com/475

10.3 command 요소

http://fromyou.tistory.com/476

10.4 menu 요소

http://fromyou.tistory.com/477

11. Global Attributes, 11.1 accessKey, title, tabindex 속성

http://fromyou.tistory.com/478

11.2 class, id, style 속성

http://fromyou.tistory.com/479

2장 CSS3

http://fromyou.tistory.com/480

1. CSS의 구조와 선택자(selector), 1.1 요소 이름을 이용한 선택자(Selector) 구성과 규칙(Rule) 만들기 

http://fromyou.tistory.com/481

1.2 id를 이용한 선택자(Selector) 구성과 규칙(Rule) 만들기

http://fromyou.tistory.com/482

1.3 class를 이용한 선택자(Selector) 구성과 규칙(Rule) 만들기

http://fromyou.tistory.com/483

1.4 속성(Attribute)을 이용한 선택자(Selector) 구성과 규칙(Rule) 만들기,  1.4.1 "[속성]"의 경우

http://fromyou.tistory.com/484

1.4.2 "[속성=속성값]"의 경우,  1.4.3 "[속성~=속성값]"의 경우

http://fromyou.tistory.com/485

1.4.4 "[속성|=속성값]"의 경우

http://fromyou.tistory.com/486

1.4.5 "[속성^=속성값]"의 경우,  1.4.6 "[속성$=속성값]"의 경우

http://fromyou.tistory.com/487

1.4.7 "[속성*=속성값]"의 경우

http://fromyou.tistory.com/488

1.5 의사 클래스(pseudo-class)를 이용한 선택자(Selector) 구성과 규칙(Rule) 만들기

http://fromyou.tistory.com/489

1.5.1 동적(dynamic) pseudo-class

http://fromyou.tistory.com/490

1.5.2 target pseudo-class

http://fromyou.tistory.com/491

1.5.3 언어(lang) pseudo-class

http://fromyou.tistory.com/492

1.5.4 UI element state pseudo-class

http://fromyou.tistory.com/493

1.5.5 구조적(structural) pseudo-class

http://fromyou.tistory.com/494

nth-of-type, nth-last-of-type

http://fromyou.tistory.com/495

first-child, last-child, first-of-type, last-of-type

http://fromyou.tistory.com/496

only-child, only-of-type, empty

http://fromyou.tistory.com/497

1.5.6 부정(negation) pseudo-class

http://fromyou.tistory.com/498

1.6 의사-요소(pseudo-element)를 이용한 선택자(Selector) 구성과 규칙(Rule) 만들기

http://fromyou.tistory.com/499

1.7 combinator를 이용한 선택자 구성과 규칙 만들기, 1.7.1 자손(Descendant) combinatory

http://fromyou.tistory.com/500

1.7.2 자식(Child) combinatory

http://fromyou.tistory.com/501

1.7.3 인접 형제(Adjacent Sibling) combinatory

http://fromyou.tistory.com/502

1.7.4 일반적인 형제(General Sibling) combinatory

http://fromyou.tistory.com/503

1.8 모든 요소(Element)를 포함하는 선택자(Selector) 구성과 규칙(Rule) 만들기

http://fromyou.tistory.com/504

2. CSS를 이용하는 방법 3 가지,  2.1 <head> 태그 블록 내에 CSS 코드 입력 방법

http://fromyou.tistory.com/505

2.2 필요한 HTML 태그 내에 직접 CSS 코드 입력 방법, 2.3 외부 파일(.css) 형태로 외부 파일에 CSS 코드 입력 방법

http://fromyou.tistory.com/506

3. CSS 적용 우선 순위

http://fromyou.tistory.com/507

4. CSS에서 사용되는 수치(Measurements)

http://fromyou.tistory.com/508

5. 색(Color),   5.1 색(Color) 관련 속성(Property)

http://fromyou.tistory.com/509

5.2 색(Color)을 표현하는 방법

http://fromyou.tistory.com/510

6. 폰트(Font), 6.1 font-family 속성을 이용하여 사용할 글꼴을 설정하기

http://fromyou.tistory.com/511

6.2 font-weight 속성을 이용하여 글자 가늘고 굵게 만들기

http://fromyou.tistory.com/512

6.3 font-stretch 속성을 이용한 글자를 좁게 넓게 나타내기,6.4 font-style 속성을 이용한 글자를 기울이기

http://fromyou.tistory.com/513

6.5 font-size 속성을 이용하여 글자의 크기를 설정하기, 6.6 font 속성을 이용한 font 설정

http://fromyou.tistory.com/514

7. 텍스트(Text), 7.1 대소문자로 변형(Transforming)하기, 7.2 문장 내 간격(Spacing) 처리하기

http://fromyou.tistory.com/515

7.3 줄 바꿈(Line Breaking)과 단어 내 줄 바꿈(Word Boundaries)

http://fromyou.tistory.com/516

7.4 텍스트 정렬(Alignment)과 맞추기(Justification)

http://fromyou.tistory.com/517

7.5 문장 내 간격(Spacing) 처리하기

http://fromyou.tistory.com/518

7.6 text-indent 속성을 이용한 들여쓰기

http://fromyou.tistory.com/519

7.7 Text Decoration

http://fromyou.tistory.com/520

8. 배경(Background)과 경계(Border), 여백

http://fromyou.tistory.com/521

8.1.4 background-attachment 속성

http://fromyou.tistory.com/522

8.2 내부 여백인 padding, 경계(border), 그리고 외부여백(margin)

http://fromyou.tistory.com/523

3장 JavaScript

http://fromyou.tistory.com/524

1. JavaScript의 데이터 타입, 변수, 1.1 데이터 타입(Data Type)

http://fromyou.tistory.com/525

1.2 변수(Variable)

http://fromyou.tistory.com/526

2. 연산자(Operators)와 변환(Convert)

http://fromyou.tistory.com/527

2.8 변환(Conversion)

http://fromyou.tistory.com/528

3. 흐름 제어(Flow Control)

http://fromyou.tistory.com/529

3.4 switch … case 문, 3.5 for 문,3.6 for … in 문, 3.7 while문

http://fromyou.tistory.com/530

4. 함수(Function),4.1 함수의 정의(선언),4.2 선언된 함수의 호출(call)

http://fromyou.tistory.com/531

4.3 다른 함수로부터 함수 호출

http://fromyou.tistory.com/532

5. 객체(Object), 5.1 객체(object)의 생성, 5.1.1 Object() 생성자를 이용하여 객체 생성

http://fromyou.tistory.com/533

5.1.2 생성자 함수(constructor function)를 잉요하여 객체 정의하고 생성하기

http://fromyou.tistory.com/534

5.1.3 object 표기 방법인 {}을 이용한 객체 생성

http://fromyou.tistory.com/535

대괄호(square bracket)를 이용한 속성(Property) 접근 및 디버깅

http://fromyou.tistory.com/536

6. 배열(Array), 6.1 배열(array)의 생성

http://fromyou.tistory.com/537

6.2 생성된 배열(array)에 저장된 데이터 접근 및 출력

http://fromyou.tistory.com/538

6.3 배열(Array)의 속성(Property)

http://fromyou.tistory.com/539

6.4 배열(Array)의 주요 메서드(Method), 6.4.1 concat(), push(), unshift() 메서드를 이용한 데이터 추가

http://fromyou.tistory.com/540

6.4.2 pop(), shift() 메서드를 이용한 데이터 삭제

http://fromyou.tistory.com/541

6.4.3 slice(), splice() 메서드를 이용한 데이터 추출

http://fromyou.tistory.com/542

6.4.4 join(), toString() 메서드를 이용한 배열을 문자열로 바꾸기

http://fromyou.tistory.com/543

6.5 이차원 배열

http://fromyou.tistory.com/544

6.6 해쉬 테이블(HashTable)

http://fromyou.tistory.com/545

7. 이벤트(Event)와 이벤트 핸들러(EventHandler),7.1 이벤트 핸들러 속성을 이용한 이벤트 처리

http://fromyou.tistory.com/546

7.1.1 window와 관련된 이벤트 핸들러 속성

http://fromyou.tistory.com/547

7.1.2 마우스(Mouse)와 관련된 이벤트 핸들러 속성

http://fromyou.tistory.com/548

7.1.3 키보드(Keyboard)와 관련된 이벤트 핸들러 속성

http://fromyou.tistory.com/549

7.1.4 폼(Form)과 관련된 이벤트 핸들러 속성

http://fromyou.tistory.com/550

7.2 Event Method를 이용한 이벤트 처리

http://fromyou.tistory.com/551

8. DOM(Document Object Model), 8.1 Node의 주요 속성, 8.2 Node의 주요 메서드를 이용한 추가, 수정, 삭제

http://fromyou.tistory.com/552

8.2.2 replaceChild() 메서드를 이용한 기존 노드의 교체

http://fromyou.tistory.com/553

8.2.3 removeChild() 메서드를 이용한 노드의 삭제

http://fromyou.tistory.com/554

8.3 getElementById(), getElementByTagName() 메서드를 이용한 접근

http://fromyou.tistory.com/555

4장 Canvas, 1. Canvas를 사용하기 위한 기본적인 준비작업 

http://fromyou.tistory.com/556

1.3 색상(color)과 스타일(style)

http://fromyou.tistory.com/557

2. 사각형(Rectangle) 그리기

http://fromyou.tistory.com/558

3. 경로(Path)

http://fromyou.tistory.com/559

4. 직선(Line) 그리기

http://fromyou.tistory.com/560

5. 호(arc), 원(circle) 그리고 곡선 그리기

http://fromyou.tistory.com/561

5.2 arcTo() 메서드를 이용한 둥근 모서리 그리기

http://fromyou.tistory.com/562

5.3 quadraticCurveTo() 메서드를 이용한 2차 곡선 그리기

http://fromyou.tistory.com/563

5.4 bezierCurveTo() 메서드를 이용한 3차 곡선 그리기

http://fromyou.tistory.com/564

6. Text

http://fromyou.tistory.com/565

7. 그림자 효과(Shadow Effect)와 색상의 점진적 변화주기(Gradient)

http://fromyou.tistory.com/566

8. context의 상태 저장 및 불러오기

http://fromyou.tistory.com/567

9. 캔버스(canvas) 내용을 이미지로 저장

http://fromyou.tistory.com/568

10. 변환(Transformation)

http://fromyou.tistory.com/569

11. 이미지(Image)

http://fromyou.tistory.com/570

11.2 픽셀(pixel)에 기반한 이미지 가공(Manipulation), 11.3 슬라이드 쇼 보기

http://fromyou.tistory.com/571

1. Audio

http://fromyou.tistory.com/572

2. Video

http://fromyou.tistory.com/573

6장 Drag and Drop

http://fromyou.tistory.com/574

7장 Web Storage, 1.localStorage

http://fromyou.tistory.com/575

2. sessionStorage

http://fromyou.tistory.com/576

Box Model을 이용한 게시판 형태 만들기

http://fromyou.tistory.com/577

칼라 이미지를 Grayscale 이미지로 나타내기

http://fromyou.tistory.com/578

차트(Chart) 만들기 - 막대 그래프

http://fromyou.tistory.com/579

파이 차트(Pie Chart) 만들기

http://fromyou.tistory.com/580

 




DL380 G5 기종에 서버 2008 R2 설치 시 발생하는 문제들

   

   

블루스크린에 나타나는 메시지는 BUGCODE_USB_DRIVER

Windows Server 2008 모든 버전에서 발생하며 SP2가 포함되었건 R2건 상관없이 발생한다.

원인은 USB 포트가 Sleep 모드로 들어가면서 발생한다 함.

<해결방법>

iLO 2 Firmware를 버전 1.29 또는 그 이상으로 업데이트하면 된다.

   

   

HP 제공 펌웨어 DVD 이용하여 최신버전으로 업데이트 해주면 해결 끝

왠만하면, 기존 2003 서버라면 서버 밀기 전에 윈도우상에서 해당 DVD 실행하여

패치 해주는게 편함.

   

   

한글

필요한 파일을 설치할 수 없습니다. 파일이 손상되었거나 누락되었습니다.

설치에 필요한 모든 파일을 사용할 수 있는지 확인하고, 설치를 다시 시작하십시오

오류코드 0x80070017

   

구글링 결과 아래 메시지도 있음

   

만약 설치까지 끝난 뒤 최초 재시작 시 아래와 같이 오류가 뜸

   

BUGCODE_USB_DRIVER

   

Stop: 0x000000FE (0x0000000000000008, 0x0000000000000006, 0x0000000000000006, 0xFFFFFA8006ffa000)

   

   

   

   




+ Recent posts