Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 비공개
  • OS tune | Projects | 기술 | 기술자료 | 참고를 위한 저장물 | mobile » Project N » CUBE | DB관련 | Hack | MDX등 | OSX | PDW » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB » android
  • [오류대처]Unity3D Android Build Error WIN32 Exception ZipAlign

    Unity3D에서 Android Build 할때 오류..내역 Error building Player: Win32Exception: ApplicationName=‘…/…/…/…/adt-bundle-mac-x86_64-20140624/sdk/tools/zipalign’, CommandLine=…


    Continue reading → Post ID 541

    Posted on 2015-01-06 4:29 AM by andrew Comment
    UNITY3D/COCOS2D 기술
  • [펌]가상머신에 Android 설치 하여 adb 연결 하기

    1. VMWare건 VirtualBox건 상관없다. VM호스트를 준비하자. 2. http://www.android-x86.org/download 로 가서 Deprecated x86 2.2 generic 을 받자. Q) 왜 Deprecated 인 2.2 generic 을 받나요. Deprecated는 쓰면 안되는 거 아님? A) http://mariuz.an…


    Continue reading → Post ID 538

    Posted on 2015-01-05 8:59 PM by andrew Comment
    기술자료
  • 덤프화일을 이용한 사후 디버깅에 관한 자료

    덤프 화일일 이용한 사후 디버깅이라는 기법을 알아 보다 보니.. 찾게 된 자료.. 여기 보면  “심볼 서버”라는 개념이 나온다.. 내용은 개발한 바이너리 실행 화일의 심볼릭 화일인 pdb화일을 매번 빌드때마다 매칭 시키고 수집되는 덤프 화일에 따라서 자동으로 Loading 하여 사용 할 수 있는 시스템 구축이다.. 거창 하기는 한데 별…


    Continue reading → Post ID 533

    Posted on 2015-01-01 8:10 PM by andrew Comment
    MFC & WINDOWS 기술 기술자료
  • java ssl client 개발시 Trusting an expired certificate 오류

    하기 코드를 사용하면 모든 인증서( 테스트, 유효기간 지난거.. 등 )을 모두 신뢰해버린다. ( Real 적용하면 보안에 문에 있음. ) ====================================================================== try { SSLContext ctx = SSLContext.getInstance(“TLS”)…


    Continue reading → Post ID 531

    Posted on 2014-12-29 11:43 PM by andrew Comment
    JAVA jboss&tomcat JEUS & WEBToB 일반
  • MYSql 접속 프로토콜 문제

    Q1.  Mysql 접속시에 ” MYSQL ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol ref used (client option ‘secure_auth’ enabled) ” 오류 발생 원인: 사용자 암호 해쉬값을 예전 것…


    Continue reading → Post ID 521

    Posted on 2014-12-29 9:59 PM by andrew Comment
    DB관련 기술자료
  • MYSQL 사용자 생성부터 권한 부여 까지..

    1. DATABASE 생성 mysql> CREATE DATABASE 디비명 2. 사용자 생성 및 권한 부여 mysql>  CREATE USER ‘사용자명’@’접속호스트(localhost, %, ip )’ IDENTIFIED BY ‘암호’;   mysql> GRANT ALL PRIVILEGES ON 디비명.* TO ‘사용자명’@’접속호스트(l…


    Continue reading → Post ID 519

    Posted on 2014-12-29 9:47 PM by andrew Comment
    DB관련 기술자료
  • 리눅스 패스워드 정책

    확인 방법 [root@jmnote ~]# grep ^PASS /etc/login.defs PASS_MAX_DAYS 99999 PASS_MIN_DAYS 0 PASS_MIN_LEN 5 PASS_WARN_AGE 7 기본값 및 의미 /etc/login.defs 기본값 문서를 참고하십시오. PASS_MAX_DAYS 99999 PASS_MIN_DAYS 0 PASS_M…


    Continue reading → Post ID 517

    Posted on 2014-12-28 11:41 PM by andrew Comment
    Linux
  • word2Vec.. 기계학습의 현실화..

    요즘 머신러닝 에 대해서 쫌 보고 있는데.. 신기한 알고리즘 발견.. word2Vec 이라는 알고리즘인데..  말 그대로.. 단어들을 vector에 넣어서 검색에 활용한다는 얘기이다.. 처음에는 그냥 구문 분석에 벡터를 써서 뭘 한다는 건가?? 했는데.. 그게 아니고.. 각 단어들을 신경망 학습으로 비슷한 단어끼리 벡터 거리  ( vector distanc…


    Continue reading → Post ID 514

    Posted on 2014-12-28 9:10 PM by andrew Comment
    기술자료
  • cgi방식으로 php설치 하기..

    mpm 문제와 threadsafe 문제로 인해서 yum 설치된 php 모듈을 사용하지 못 할때.. 방법은 fast-cgi와 일반 cgi 방식이 남는다. ( 물론 소스를 받아서 다시 컴파일 해도 된되.. Thread safe 옵션 넣어서.. ) fast-cgi가 설치 가 또 안된다면.. 기본 설치되는 cgi방식으로 설정..   http.conf에 S…


    Continue reading → Post ID 512

    Posted on 2014-12-28 9:01 PM by andrew Comment
    Linux
  • [펌]How to enable EPEL repo on CentOS 5 & 6

    To enable EPEL (Extra Packages for Enterprise Linux) for CentOS 5 x86 or x64, log in to SSH on your server and execute the following command (dependent on your OS – unsure of what version of CentOS yo…


    Continue reading → Post ID 510

    Posted on 2014-12-28 8:26 PM by andrew Comment
    Linux

Posts navigation

Previous 1 … 13 14 15 … 32 Next


©2026 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme