마인크래프트 인벤토리 번호
·
Dev
Commandhelper를 다루다, set_pinv을 사용하려면 필수적인 인벤토리 번호를 찾았습니다.
안드로이드 앱 현지화하기
·
Dev
안드로이드 앱 현지화 하기 현지화 값 만들기res/values/string.xml 필수res/values-XX/string.xml XX는 ISO 639-1 표준에 따라 적는다. (예시:영어=en, 한글=ko,일본어=ja) 이와 같이 drawable layout anim xml raw도 현지화가 가능하다. 현지화된 값 가져오기. 예를 들어 String중 helloworld 값을 가져오려면 R.string.helloworld 값을 가져와 주면 된다. 참고http://developer.android.com/intl/ko/guide/topics/resources/localization.html
php gd라이브러리로 글자 길이 알아내기
·
Dev
imagettfbbox ( float $size , float $angle , string $fontfile , string $text )
oauth 모듈 컴파일 오류 해결법
·
Dev
[root@ryush00 oauth-1.2.3]# make && make install/bin/sh /root/dev/oauth-1.2.3/libtool --mode=compile cc -I. -I/root/dev/oauth-1.2.3 -DPHP_ATOM_INC -I/root/dev/oauth-1.2.3/include -I/root/dev/oauth-1.2.3/main -I/root/dev/oauth-1.2.3 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -..