原创 索引與優化

http://www.cnblogs.com/hustcat/archive/2009/10/28/1591648.html 寫在前面:索引對查詢的速度有着至關重要的影響,理解索引也是進行數據庫性能調優的起點。考慮如下情況,假設數據庫

原创 annotations配置

環境配置:在AndroidStudio中,在工程的build.gradle添加:dependencies { compile 'com.android.support:support-annotations:23.3.0' } 當

原创 Android Butterknife 使用總結——Android Studio 3.0

Butterknife 的配置情況分很多種。本篇文章主要是在Android Studio 3.0版本下配置。由於Android studio更新,然後gradle更新了,這樣的話可能使原來的android-apt 工具跟不上節奏了,所以讓

原创 解決cannot resolve symbol TextView

android studio出現 'cannot resolve symbol *'解決:導包, 光標點上去 然後alt+enter

原创 HttpURLConnection往服務器發送請求

HttpURLConnection往服務器發送請求 get請求: private int submitDataByDoGet(Map<String, String> map, String path) throws Exception

原创 style.xml 設置AppTheme

Android項目的 style.xml 設置AppTheme,以下是部分屬性詳解。<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"><!--狀態欄顏色,應