connect 7

android SQLite DB 열기

[안드로이드] 내부 SQLite3 데이터베이스 보기 안드로이드 SQLite DB파일 열기 View contents of database file in Android Studio SQLSCout Pull adb pull /data/data/com.android.test/databases/testdb.db ~/. Pull 권한이 안된다면 adb shell $ run-as com.domain.package $ chmod 777 databases $ chmod 777 databases/databse_name Shell adb shell sqlite3 /data/data/com.domain.test/databases/testdb.db SQLite version 3.x.xx yyyy-mm-dd H:i:s Enter..

ide/androidstudio 2017.01.17

Xiomi mi air 2 연결

Mi Air Purifier App - Mi Global Home 왜 안 될까? 왜 연결이 안되지? 지웠다 깔았다.... 이런 바보 앱에서 연결설정 한 뒤에 "connect..."가 뜨면 mi air2 버튼 2개를 눌러서 다시 실행하면 되는구먼... 순서 2.4G WiFi 연결 샤오미 앱 설치 (xiomi mi home) 샤오미 앱에서 로그인(회원가입) 하고 디바이스 등록 화면에서 mi air2 선택 한 뒤 reset success 선택 후 Connect... 가 뜨면 mi air2 버튼 2개 동시에 눌러서 작동 시키면 연결 WiFi(2.4G) SSID와 비밀번호를 등록해서 air가 WiFi 연결 되고 앱에서 Plugin이 자동 설치 되면 완료

hw 2016.04.28

seige 부하테스트 및 모니터링

siege website Speed testing your website with Siege: Part One Speed testing your website: part two Getting Started with Node.js + MySQL 설치 # debian, ubuntu sudo apt-get install siege # Mac Brew brew install siege curl http://www.joedog.org/pub/siege/siege-latest.tar.gz -o siege-latest.tar.gz tar xvfz siege-latest.tar.gz cd siege-2.72 ./configure make make install siege를 활용해서 모니터링 및 부하 테스트 홈 디텍토리..

os/Linux 2015.12.29

30배 빠른 불여우 만들기란다... HTTP pipelining 기술

# HTTP 파이프라인 설정 network.http.pipelining = true network.http.proxy.pipelining = true # 최대 요청수 수정 network.http.pipelining.maxrequests = 30 # Firefox Developer Edtion은 32로 설정되어 있습니다. # 레이아웃 그리기 연기 시간 제어 nglayout.initialpaint.delay = 0 # 새로생성 HOW TO MAKE MOZILLA FIREFOX X30 TIMES FASTER HTTP pipelining idempotent 웹, HTTP 이해(1) HTTP 파이프라이닝 기술은 Request method중 POST를 제외한 OPTIONS, GET, HEAD, PUT, DELETE..

net 2014.12.02
반응형