주석

PHP 2013. 11. 25. 20:12

C랑 똑같음.


// 한라인


/*

여러 라인

*/

'PHP' 카테고리의 다른 글

Apache에 php 설정하기  (0) 2013.12.30
Posted by LeeSh217
,

/boot/grub/grub.cfg 파일 수정.

Posted by LeeSh217
,

Lock screen orientation

Android 2013. 11. 7. 11:35

In the Manifest,

<activity android:name="MyActivity"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation|screenSize">
...
</activity>


'Android' 카테고리의 다른 글

xml animation 예제  (0) 2015.04.16
LayoutParams에서 dp 단위 쓰기  (0) 2015.04.08
File String path에서 Uri 뽑아내기  (0) 2015.03.03
freemp3fordroid  (0) 2014.04.25
android ip 구하기  (0) 2012.10.05
Posted by LeeSh217
,