전체 글 썸네일형 리스트형 (GitHub) fatal: empty ident name (for <(null)>) not allowed 오류 여기 사이트를 참고하면서 이해하고 명령어를 치다가 출처 : https://nolboo.github.io/blog/2013/10/06/github-for-beginner/ git commit -m "Add Readme.txt" 이걸 치다가.. 이미지와 다르게 오류가 나왔다. 이런 오류.. *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity.Omit --global to set the identity only in this repository. fatal: empty.. 더보기 파워포인트 pptx, ppt 유튜브 동영상 넣기 파워포인트 2010 버전 http://guide7.tistory.com/59 파워포인트 2013 이후 버전 http://jeonsango.tistory.com/253 2013버전에서 유튜브 동영상 안올라갈 때는 아래 사이트 이용 (단점 : 2013버전에서는 재생이 되는데 이하 버전 2010버전에서는 안됨) 출처 : http://nethru.tistory.com/100 더보기 (HTML) 리디렉션? 리다이렉션? (오류) 이 웹 페이지에 리디렉션 순환 오류가 있습니다. 출처 : http://doummal.wikidot.com/redirect-error 페이지이동 할 때 보면 계속 본인을 호출해서, 또는 순환하면서 호출 하는데 계속 돌고 돌아서 페이지가 안띄워질 때 redirect 오류가 나온다. '이 웹 페이지에 리디렉션 순환 오류가 있습니다.' 이렇게 뜬다. 해결 방법은 계속 서로 서로 호출하는 페이지가 있는지 확인 더보기 (PHP) PHP 세션 로그인 구현 참고 사이트 2개 개념 정리할때 보면 정말 좋은 사이트 출처 : http://zetawiki.com/wiki/PHP_%EC%84%B8%EC%85%98_%EB%A1%9C%EA%B7%B8%EC%9D%B8_%EA%B5%AC%ED%98%84 출처 : http://woongsanta.tistory.com/21 출처 : http://zzaps.tistory.com/30 더보기 (PHP) include 사용 방법 이렇게 쓰면 됩니다. 더보기 (HTML) 입력 폼에서 글자 제한 하는 방법 출처 : http://deuxism.tistory.com/12 maxlength를 쓰면 된다. 더보기 (HTML) 폼 액션(form action) 변경 예제 이건 한 개의 폼에 두 개를 실행이 가능한 예제이다. 신기하다. 출처 : http://msoup.tistory.com/entry/Java-script-form-action-%EB%B3%80%EA%B2%BD%EC%98%88%EC%A0%9C 1234567891011121314151617181920212223242526272829function getPost(mode){var theForm = document.frmSubmit;if(mode == "01"){theForm.method = "post"; theForm.target = "_self"; theForm.action = "test01.asp";}else if(mode == "02"){ theForm.method = "get"; theForm.target.. 더보기 (HTML) 라디오 버튼 크기 변경 라디오 버튼 크기 font-size:20pt 추가도 가능. style="font-size:20pt ; width:30px;height:30px 더보기 이전 1 ··· 34 35 36 37 38 39 40 ··· 54 다음