1. 클라이언트는 도메인의 모든 도메인 컨트롤러를 찾는 쿼리 실행. DNS의 _tcp 폴더의 도메인 컨트롤러를 쿼리

   

2. 클라이언트는 반환된 모든 도메인 컨트롤러에 순차적으로 LDAP ping 시도

   

3. 첫 번째 도메인 컨트롤러가 응답.

첫 번째 도메인 컨트롤러는 클라이언트 IP를 기반으로 클라이언트가 속한 사이트 정보를 반환.

클라이언트는 사이트 이름을 레지스트리에 저장.

DNS의 _site.사이트 이름._tcp 폴더의 도메인 컨트롤러를 쿼리

   

4. 클라이언트는 사이트의 모든 도메인 컨트롤러를 찾는 쿼리를 실행하고 DNS가 응답

   

5. 클라이언트는 반환된 사이트의 모든 도메인 컨트롤러에 대해 LDAP ping 시도

   

6. 클라이언트는 다음 사용을 위해 도메인 컨트롤러와 사이트 이름을 저장

   

7. 도메인 컨트롤러는 모든 로그온 프로세스(인증, 토큰 생성, GPO 적용)에 사용됨.

•도메인 컨트롤러가 오프라인 일 경우 클라이언트는 레지스트리에 저장된 사이트의 다른 도메인 컨트롤러에 쿼리

•클라이언트가 다른 사이트로 이동된 경우 도메인 컨트롤러는 클라이언트의 IP가 다른 사이트에 속한 것을 알려주고

클라이언트는 이동된 사이트의 도메인 컨트롤러를 DNS에 쿼리

   

   




'기술(MS,Web,Windows,AWS)' 카테고리의 다른 글

작고 유용한 프로그램 들 정리  (0) 2016.08.11

   

   

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)

   

   

   

   




 

 

 

 

전체 프로시저에서 특정 문자열 찾기 한방에검색

   

   

SysComments 사용

전체 데이터베이스에 포함된 각각의 프로시저에 포함된 특정 문자열을 찾기 위해 SysComments 의 Text 열에 저장되어 있는 원본 SQL 정의 문을 비교하여 찾는 방법입니다.

   

EXEC sp_MSForEachDB 'Use [?]; 

SELECT       DISTINCT DB_NAME() AS [DATABASE NAME], A.NAME

FROM         dbo.SysObjects A JOIN dbo.SysComments B ON A.ID = B.ID

WHERE        A.TYPE = ''P'' AND B.TEXT LIKE ''%EP_USER_TEMPEXTENDT%''

ORDER BY     A.NAME;'

   

   

sys.syscomments 가 추후 없어질 것을 대비해서 sys.all_sql_modules 를 사용해 확인할 수도 있습니다.

EXEC sp_MSForEachDB 'Use [?]; 

SELECT DISTINCT DB_NAME(), o.name FROM sys.sysobjects o

JOIN sys.all_sql_modules m ON o.id = m.object_id

WHERE o.type = ''P'' AND m.definition LIKE ''%EP_USER_TEMPEXTENDT%''

ORDER BY o.name;'

   

   

--데이터베이스 별로 검색 시

select distinct 'sp_helptext' + a.Name

From sysobjects a with (nolock)

join syscomments b with (nolock) on a.id = b.id

where --a.xtype = 'P' and

b.text Like '%EP_USER_TEMPEXTENDT%'

order by 'sp_helptext' + a.Name

   

a.xtype = 'P' : SP

a.xtype = 'TR' : 트리거

a.xtype = 'V' : 뷰

a.xtype = 'FN' : 함수

   

   




   

   

 

ASP.NET 웹 구성 지침

구성 데이터는 Web.config라는 XML 파일에 저장

   

targetFramework . 이 특성은 웹 사이트의 대상이 되는 .NET Framework 버전을 지정합니다. 이 특성은 .NET Framework 4 이상 버전을 대상으로 하는 웹 사이트의 경우에만 포함해야 합니다. 

Visual Studio에서 이 특성은 대상 프레임워크 버전에서 사용할 수 있는 기능만 프로젝트에 사용되도록 하는 데 사용됩니다. 자세한 내용은  밑에

   

예제

<compilation debug="true"
optimizeCompilations="true"
targetFramework="4.0" />

   

원본 위치 <https://msdn.microsoft.com/ko-kr/library/ff400235(v=vs.100).aspx>

   

   

   

Targeting .NET Platforms

You can build apps for many platforms and services by downloading .NET Framework targeting packs and SDKs and using them with Visual Studio.

Check out the .NET Framework blog for information on new releases. Information on the Lifecycle Policy for various .NET Framework versions can be found on the Support Lifecycle Policy FAQ.

The downloads available differ by Visual Studio version. Pick your Visual Studio version by using the buttons below.

Visual Studio 2010Visual Studio 2012Visual Studio 2013Visual Studio 2015

.NET Framework

   

원본 위치 <http://getdotnet.azurewebsites.net/target-dotnet-platforms.html>

   

 

VS 2012 부터 .net 4.5 지원




   

   

IE 11 EnterpriseMode 개인 별 수동적용 방법

   

  1. IE 11 Enterprise Mode 사용하기 위해 최신 IE누적 보안패치(윈도우업데이트)를 설치합니다.
  2. 첨부된 xml 파일을 특정경로로 위치시킨다 : D:\EnterpriseModeXml\onestx.xml

    혹은 웹사이트 혹은 NAS에 위치시켜도 됨.(네트워크 확인필요)

  3. EnterpriseMode 활성화하기 위한 방법
    1. 테스트하려는 PC에 아래 레지스트리키값을 생성합니다.

      HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode

      Enable [REG_SZ]

      SiteList [REG_SZ] = "D:\EnterpriseModeXml\onestx.xml"

    2. 관련화면

       

    c. 적용내용(xml내용)

    aaaa.com 도메인에 대해서만 IE 에뮬레이션 모드가 Edge 로 변경됨, 타 사이트 영향 없음.

       

       

       

※ Xml 생성방법 (Enterprisemode site manager 이용)

https://www.microsoft.com/en-us/download/details.aspx?id=42501 에서 Enterprisemode site manager를

다운로드 받아서 정책을 설정하여 xml 생성.

   

   

 ※ Xml 갱신방법

서버 : Xml 상단 version 값을 바꿔서 생성함.

사용자 : CurrentVersion 레지스트리 항목을 삭제하면 새로 받아옴.

   IE 브라우저를  열 때 마다 체크함 

기본적으로 로컬에 캐시하여 저장하여 구동이되며, CurrentVersion 값과 비교하여 구동됨.

   

Xml 내용

<rules version="2">

<docMode>

<domain docMode="edge">aaa.com</domain>

</docMode>

</rules>

   

   




   

자바스크립트 최적화

   

1. 핵심 영역은

<head> 태그 안쪽

<body>바로 앞부분 스크립트 내용 이다.

   

즉, 정말 필수 자바스크립트는<head>안쪽에 위치

나머지는 태그의 가장 아래 부분인</body>바로 앞에 위치 시키는것이 정석.

   

2 이유는 자바스크립트 순차적으로 로드 되기 때문이다.

최초 로딩 때 필요없는 자바스크립트 로드, 파싱하는 시간을 없애고, 필요한 부분을 먼저 로드시키자는 것

문서의 로딩순서는

자바스크립트 -> .html, css 순서이기 때문

   

결국엔 총 브라우저 로딩시간은 같지만, 순서가 다르기 때문에 빠르게 뜨는 것으로 효과를 볼 수 있다.

   

   

=========================================================================

defer를 쓰면 </body> 바로 앞까지 옮겨놓을 필요가 없음

1. IE4에서 MS는defer속성을 만들어 넣음
이후로 쭉 html5까지 유지된다. 즉, 쓸모 있는 속성이라는 반증

   

Defer를 사용하게 되면

Html, css가 브라우저 렌더링이 다 된 뒤 해당 스크립트 영역이 로드 됨.

   

defer 시킨 스크립트는 문서의 파셔(parse) 종료 후에 실행되는 스크립트 목록에 들어가게 된다.

한마디로 </body> 바로 앞에 스크립트를 넣었던 효과(동작)이 일어남
단, 실제 스크립트 위치는 상관없어짐.

   

===========================================================================

Html5부터 async 출현

   

Async의 의미는 기존 브라우저 로딩과 관계없이 가능한 빨리 실행(로딩)시켜라는 부분 즉 비동기화

단, CPU자원을 많이 쓴다.

종속성이 없는 코드에만 사용한다.

예를 들어, 구글 애드센스 js파일 같은데는 사용 가능

Jquery.min.js도 종속성이 없는 파일?

Async는 막상 쓸 데가 안떠오름.

   

   

   




   

   

기존에 발송했던, 수신했던 메일을 계속해서 Reply, 혹은 Forward 하는 경우,

기존의 메시지 ID 값이 References 에 쌓인다(들어간다)

아래 메시지 예시는 10번정도 전달이 된것 으로 보면 된다.

   

추가.

Exchange 2013 OWA 버그(?)

동일한 메일을 계속해서 Reply, 혹은 Forward 재사용하는 경우

수백 건의 Reference 값이 쌓이게 된 상황에서

Exchange 2013 OWA에서 해당 메일을 다시 Reply, 혹은 Forward 시도하는 경우

해당 IE 브라우저 Hang 현상발생 브라우저 재시작 필요

   

In-Reply-To: <SNT124-W2664003139C1E520CF4F6787D30@phx.gbl>

References: <SNT124-W2664003139C1E520CF4F6787D30@phx.gbl>

Did you notice?  The values of the In-Reply-To and References headers are taken from the Message-ID header of the original!  Ah, but what happens if I "reply to the reply"?   Well, my message gets its own unique Message-ID, of course...and the Message-ID of the message to which I'm replying goes in my In-Reply-To header (which usually has only one Message-ID)...but that In-Reply-To Message-ID is also APPENDED to the References header.  So, in a lengthy back-and-forth, you might see headers that look like this:

In-Reply-To: <4BE8776D.4080504@kheb.fr>

References: <AANLkTik0c9hCMm2Efyj7rB7Us7hL3ZdESYEhE2GBQCfM@mail.gmail.com>

<20100509165117.GD20976@ovh.net>

<AANLkTins_dUSqRbR371SNnOIPYlatKdTCIVM8oDbtVtX@mail.gmail.com>

<AANLkTimKu7l1AtEG-0CI7Q3Ely9PUL2yuyvYuhcMIuSn@mail.gmail.com>

<AANLkTikJaHXYM_DF8zqdaH0vVnJ-fCpqvJ3OCQweoeAb@mail.gmail.com>

<AANLkTinq7riyV4w3VnCoHyj9GsNf3H7jDzu1awU2PNRb@mail.gmail.com>

<AANLkTilrPTCZPj_Tb7bXO5SLym_QY3KUp4J1jkZd5-ZE@mail.gmail.com>

<4BE72FF3.3030501@kheb.fr>

<4BE7B451.8060700@linuxant.fr>

<4BE8776D.4080504@kheb.fr>

From: XXX <xxx@xxx.xx>

Date: Mon, 10 May 2010 23:20:59 +0200

Message-ID: <AANLkTikC5oN2rO5VTj8HN7U03b2H3HUqt89KYdemGlcJ@mail.gmail.com>

(Notice that this Message-ID isn't in the References header - because no one has yet referenced this message with a reply!)

Surprise - you've just learned how "threaded discussion" email clients work.  Basically, they can look at any message in the thread, grab its References header, and go find the other messages in your mailbox.




'기술(MS,Web,Windows,AWS) > [MS]Exchange2013' 카테고리의 다른 글

ISAPI Filter  (0) 2016.03.11
Exchange 2013 EDB MOVE PowerShell  (0) 2016.02.19

   

   

윈도우 sysinternal du.exe 폴더별 용량 조회 가능

   

   

https://technet.microsoft.com/en-us/sysinternals/bb896651.aspx

   

Sysinternals 에서 du.exe를 다운로드 후 압출을 풀고 CMD에서 실행을 하면

   

옵션 du.exe

   

   -c     Print output as CSV. Use -ct for tab delimiting.

   -l     Specify subdirectory depth of information (default is one level).

   -n     Do not recurse.

   -q     Quiet (no banner).

   -u     Count each instance of a hardlinked file.

   -v     Show size (in KB) of all subdirectories. //하위 폴더 까지

CSV output is formatted as:

Path,CurrentFileCount,CurrentFileSize,FileCount,DirectoryCount,DirectorySize

   

Du.exe > c:\output.txt 해서 텍스트파일로 보면 됨

   

   




+ Recent posts