'IT'에 해당되는 글 19건

  1. 2022.07.15 CORS란?
  2. 2022.06.23 js] 달력만들기
  3. 2022.03.17 윈도인증
  4. 2021.05.08 freeworship 자막기용 한글성경
  5. 2020.07.23 트위터 블루룸 영상 다운 받기
  6. 2019.10.25 PPT 참고 사이트
  7. 2017.07.27 다음팟 인코더 마지막 버전 1
  8. 2016.03.16 windows10 화면 깜빡임 해결
  9. 2012.06.29 윈도우 xp가 업데이트 되지 않을 때
2022. 7. 15. 11:43

CORS란?

교차 출처 리소스 공유(Cross-origin resource sharing, CORS), 교차 출처 자원 공유는 웹 페이지 상의 제한된 리소스를 최초 자원이 서비스된 도메인 밖의 다른 도메인으로부터 요청할 수 있게 허용하는 구조이다. 웹페이지는 교차 출처 이미지, 스타일시트, 스크립트, iframe, 동영상을 자유로이 임베드할 수 있다

 

다만 특정 교차 도메인 간(cross-domain) 요청, 특히 Ajax 요청은 동일-출처 보안 정책에 의해 기본적으로 금지된다.

 

CORS는 교차 출처 요청을 허용하는 것이 안전한지 아닌지를 판별하기 위해 브라우저와 서버가 상호 통신하는 하나의 방법을 정의한다. 순수하게 동일한 출처 요청보다 더 많은 자유와 기능을 허용하지만 단순히 모든 교차 출처 요청을 허용하는 것보다 더 안전하다. CORS의 사양은 원래 W3C 권고안으로 배포되었으나 해당 문서는 쓸모 없어진(obsolete) 상태이다. 현재 CORS를 재정의하면서 활발히 유지보수된 사양은 WHATWG의 Fetch Living Standard이다.

출처 위티피디아

 
2022. 6. 23. 14:23

js] 달력만들기

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        caption{
            font-weight: bold;
            font-size: larger;
        }
        tr{
            width: 100%;
        }
        th{
            background-color: rgb(207, 203, 203);            
            border: 1px solid black;
        }
        td{            
            border: 1px solid black;
            text-align: center;    
        }
        td:first-child{
            background-color: red;
            font-weight: bold;
            color: aliceblue;
        }
        td:last-child{
            background-color: blue;
            font-weight: bold;
            color: aliceblue;
        }
    </style>
</head>
<body>
   
    <div id="calendar"></div>
    <script>
       
        function createCalendar(elem,year,month){
            const day1= new Date(year,month-1);
            console.log(day1);
            const day30=new Date(year,month,0);        
            const firstDay=day1.getDay();
            const lastDay = day30.getDate();

            // let table= document.body.getElementsById(elem);
           
            let th=[
            'MO','TU','WE','TH','FR','SA','SU'
            ];
           
            let days;
            let num=0;
            let count=-7;
            let str='';

            console.log(firstDay,year,month);
            str+='<table><caption>'+year+'년'+month+'월'+'</caption>'
            for(let i=0;i<7;i++){
                str+="<tr>";
                for(let j=0;j<7;j++) {
                    if(i==0){
                        days=th[j]                                
                        str+="<th>"+ days +"</th>";            
                    } else {
                        num+=(count<firstDay)? +0: +1;
                        i+=(lastDay+firstDay<count&&num==0)?1:0;
                        str+=(count>=lastDay+firstDay||num==0)?"<td>"+ " " +"</td>":"<td>"+ num +"</td>";  
                    }
                    count++;
                    console.log(count,num,lastDay,firstDay,i)
                }
                i+=(num>lastDay)?1:0;
                str+="</tr>";    
            }
            str+="</table>"
            elem.innerHTML=str;

        }

        createCalendar(calendar,2010,8);

   
    </script>
</body>
</html>
2022. 3. 17. 11:38

윈도인증

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.
2021. 5. 8. 12:20

freeworship 자막기용 한글성경

SF_2009-01-20_KOR_KOR_(KOREAN VERSION)수정.zip
1.29MB

한글

영어

약자

한글

영어

구약 Old Testament

창세기

Genesis

Gen

출애굽기

Exodus

Ex (Exo, Exod)

레위기

Leviticus

Lev

민수기

Numbers

Num

신명기

Deuteronomy

Deut

여호수아

Joshua

Josh

사사기

Judges

 Jud (Judg)

룻기

Ruth

 Ruth

사무엘상

1Samuel

삼상

1Sam

사무엘하

2Samuel

삼하

 2Sam

열왕기상

1Kings

왕상

 1Ki (1Kin, 1Kgs)

열왕기하

2Kings

왕하

2Ki (2Kin, 2Kgs)

역대상

1Chronicles

대상

1Chr (1Chron)

역대하

2Chronicles

대하

2Chr (2Chron)

에스라

Ezra

Ezr (Ezra)

느헤미야

Nehemiah

Neh

에스더

Esther

Est (Esth)

욥기

Job

Job

시편

Psalms

Ps

잠언

Proverbs

Prov

전도서

Ecclesiastes

Ecc (Eccles)

아가

Song of Solomon

Song

이사야

Isaiah

Is (Isa)

예레미야

Jeremiah

Jer

예레미야 애가

Lamentations

Lam

에스겔

Ezekiel

Eze (Ezek)

다니엘

Daniel

Dan

호세아

Hosea

Hos

요엘

Joel

Joel

아모스

Amos

Amos

오바댜

Obadiah

 Oba (Obad)

요나

Jonah(Jonas)

Jonah (Jonas)

미가

Micah

Mic (Micah)

나훔

Nahum

Nah (Nahum)

하박국

Habakkuk

Hab

스바냐

Zephaniah

Zep (Zeph)

학개

Haggai

Hag

스가랴

Zechariah

Zec (Zech)

말라기

Malachi

Mal

신약 New Testament

마태복음

Matthew

Mt (Mat, Matt)

마가복음

Mark

Mk (Mark)

누가복음

Luke

Lk (Luke)

요한복음

John

Jn (John)

사도행전

Acts

Acts

로마서

Romans

Rom

고린도전서

1Corinthians

고전

1Cor

고린도후서

2Corinthians

고후

2Cor

갈라디아서

Galatians

Gal

에베소서

Ephesians

Eph (Ephes, Ephs)

빌립보서

Philippians

Phil

골로새서

Colossians

Col

데살로니가전서

1Thessalonians

살전

1Th (1Thes)

데살로니가후서

2Thessalonians

살후

2Th (2Thes)

디모데전서

1Timothy

딤전

1Tim

디모데후서

2Timothy

딤후

2Tim

디도서

Titus

Tit

빌레몬서

Philemon

Philem

히브리서

Hebrews

Heb

야고보서

James

Jas

베드로전서

1Peter

벧전

1Pet

베드로후서

2Peter

벧후

2Pet

요한일서

1John

요일

1Jn (1John)

요한이서

2John

요이

2Jn (2John)

요한삼서

3John

요삼

3Jn (3John)

유다서

Jude

Jude

요한계시록

Revelation

Rev

2020. 7. 23. 11:11

트위터 블루룸 영상 다운 받기

https://twittervideodownloader.com/

 

2019. 10. 25. 12:06

PPT 참고 사이트

1.플랫아이콘 (다양한 아이콘 다운)

https://www.flaticon.com/

 

Flaticon, the largest database of free vector icons

Download all icons in SVG, PSD, PNG, EPS format or as webfonts

www.flaticon.com

2.픽사베이(이미지 다운)

https://pixabay.com/ko/

 

놀라운 무료 이미지 - Pixabay

놀라운 무료 이미지 우리의 관대한 커뮤니티를 통해 공유되는 1.8 백만개의 이미지와 비디오를 살펴보세요. 인기 있는 이미지: 가을, 배경, 우주, 꽃, 하늘, 사람, 돈, 나무, 가족, 할로윈, 자연, 바다

pixabay.com

3.픽점보(표지로 쓰기 적합)

https://picjumbo.com/|

 

Free Stock Photos & Images • picjumbo

Download beautiful free photos and images from one of the best free stock photo sites. ❤️ Thousands of 100% royalty free stock images with no watermark.

picjumbo.com

4.언스플래쉬(고오급스러운 이미지)

https://unsplash.com/

 

Beautiful Free Images & Pictures | Unsplash

Beautiful, free images and photos that you can download and use for any project. Better than any royalty free or stock photos.

unsplash.com

5.PNGIMG (다양한 종류의 PNG)

http://pngimg.com/

 

PNG images with transparent background | Free PNG images clipart

 

pngimg.com

6.UIgradients(다양한 그라데이션들)

https://uigradients.com/#TealLove

 

uiGradients - Beautiful colored gradients

uiGradients is a handpicked collection of beautiful color gradients for designers and developers.

uigradients.com

7.Colorfavs(원하는 이미지를 넣으면 어울리는 색상 찾아줌)

http://www.colorfavs.com/

 

ColorFavs

Collection of Beautiful Color Palettes and Colors

www.colorfavs.com

8.Awwwards(디자인적 영감을 주는 사이트)
https://www.awwwards.com/

 

Awwwards - Website Awards - Best Web Design Trends

Awwwards are the Website Awards that recognize and promote the talent and effort of the best developers, designers and web agencies in the world.

www.awwwards.com

2017. 7. 27. 18:01

다음팟 인코더 마지막 버전

다음팟인코더에 대한 이미지 검색결과

DaumPotEncoder-170216.zip


2016. 3. 16. 20:09

windows10 화면 깜빡임 해결



위 영상을 따라 하시면 됩니다.


2012. 6. 29. 16:35

윈도우 xp가 업데이트 되지 않을 때

기술 자료: 2497281 - 마지막 검토: 2012년 2월 7일 화요일 - 수정: 10.0

Windows XP, Windows 2000 또는 Windows Server 2003이 최신 서비스 팩으로 업데이트되지 않은 경우 이 Windows 버전에서 Windows 업데이트 웹 사이트에 액세스하지 못할 수 있음

으로 연결 될때


참고하세요.