andoridManifast.xml
파일 경로 : 프로젝트 root/lint.xml
public class MainActivity extends AppCompatActivity { int i = 1; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) ; setContentView(R.layout.activity_main); // //화면 요소 접근하기 (순서대로) // // 1. 요소 타입 선언 - 레이아웃.xml 파일을 text모드로 보면 해당 요소의 제일 첫 단어가 타입 // // 2. findViewById(R.id.아이디) 로 해당 요소를 찾아서 할당 // // 3. 찾은 요소를 타입에 맞게 캐스팅. // // Button btn = (Button)find..
./travis.yml 파일 # 사용 플랫폼language: android# jdk 버전jdk: oraclejdk8 android: components: - platform-tools # ADB - 에뮬레ㅐ이터 , 디바이스와 통신을 하는 모듈 - tools# 안드로이드 SDK 관련 - build-tools-24.0.2# 빌드하는 툴 - android-23# 타겟 안드로이드 플랫폼 - extra-android-m2repository# 의존성 라이브러리 관리 툴 before_install: - chmod +x gradlew# chmod 개별 사용자 권한 변경 script: ./gradlew build# 스크립트 명령어
아파치 403에러 Apache 403 errorPermission Denied access to / denied 초치법 아파치 설정후 기본 index.html화면은 뜨는데 사용자 원하는 화면이 안뜰때. 1.httpd log확인(/var/log/httpd/error.log) 2.Permission Denied access to / denied 메시지가 있다면 아래와 같이 조치한다. 3.# chcon -R -h -t httpd_sys_content_t /home/www /home/www는 원하는 폴더를 지정하면 된다.
CMD에서 윈도우 원격데스크톱 설정하기 net Remote Desktop Users 레지스트리 추가하기 관리자 권한cmd에서 실행해야 한다. [포트 추가]REG COPY "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-9090" /fREG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-9090" /v PortNumber /t REG_DWORD /d 9090 /f [서비스 허용]reg add "HKEY_LOC..
makecab.exe 도움말Microsoft (R) Corporation. All rights reserved..MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination] MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]source File to compress. 압축할 파일 destination File name to give compressed file. If omitted, the last character of the source file name is replaced with an underscore (_) and used as the destination. 파일 이름을 압축할 파일에..
http://blog.naver.com/ye5chang/80087130701
https://wikidocs.net/