본문 바로가기 메뉴 바로가기

devbible

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

devbible

검색하기 폼
  • 전체보기 (356)
    • Tips (44)
    • News (32)
    • Event (10)
    • Travel (0)
    • Review (2)
    • Development (266)
    • etc (1)
  • 방명록

Development (266)
[Cpp] error C4996: 'inet_addr' 오류

※ Visual Studio 2013 빌드시 C4996 오류 발생 error C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings.. 빌드시 위와 같은 오류가 난다면 SDL검사를 해제하면 정상빌드 된다. 프로잭트 > 속성 > C/C++ > 일반 > SDL검사 > [아니요] Project properties > Configuration Properties > C/C++ > General > SDL checks > No [작성자] devbible.tistory.com

Development 2015. 7. 6. 19:07
[Jquery] layer 를 화면 중간에 띄우기

jQuery.fn.center = function () { this.css("position","absolute"); this.css("top", Math.max(0, (($(window).height() - $(this).outerHeight()) / 2) + $(window).scrollTop()) + "px"); this.css("left", Math.max(0, (($(window).width() - $(this).outerWidth()) / 2) + $(window).scrollLeft()) + "px"); return this; } function open(layerId){ $("#"+layerId).show(); $("#"+layerId).center();//fn }

Development 2015. 4. 26. 17:27
[Cpp] dos command

아래와 같이 dos 명령어의 사용이 가능하다. #include int main (int argc, char* argv[]) { system("dir C:\\temp > C:\\temp\\out.txt"); return 0;}

Development 2015. 4. 1. 16:15
이전 1 ··· 13 14 15 16 17 18 19 ··· 89 다음
이전 다음
최근에 올라온 글
글 보관함
Total
Today
Yesterday
TAG
  • Eclipse
  • dpi
  • Shell
  • Collections
  • vcomp140.dll
  • 쿠폰
  • Visual Studio 2015
  • KitKat
  • Java
  • CentOS
  • 게임쿠폰
  • MySQL
  • redis
  • Linux
  • vcamp140.dll
  • 게임
  • SharedPreferences
  • dotnet
  • ubuntu
  • 이벤트
  • JavaScript
  • svn
  • android
  • MSSQL
  • ListView
  • WSL
  • vcruntime140.dll
  • Spring
  • 티스토리 초대장
  • VisualStudio
more

Blog is powered by Tistory / Designed by Tistory

티스토리툴바