因為經常寫**,難免有的時候會犯渾,還是總結一下好,下次遇到了,想不起來哪個單詞,就直接複製好了:
首先說下,大家最知道的做法,
在manifests裡面:
android:name=".activity.mainactivity"
android:screenorientation="portrait"
android:windowsoftinputmode="adjustpan"/>
android:windowsoftinputmode=」adjustpan」就是遮住螢幕
那麼把螢幕向上推是哪個呢:
android:windowsoftinputmode=」adjustresize」這個就是
第二個說一下,在**裡面的書寫:
這個彈出軟鍵盤會把遮住螢幕
this.getwindow().setsoftinputmode(windowmanager.layoutparams
.soft_input_adjust_pan);
這個彈出軟體盤會把螢幕頂上去:
this.getwindow().setsoftinputmode(windowmanager.layoutparams
.soft_input_adjust_resize);
samba工具常用方法筆記
samba是在linux和unix系統上實現smb協議的乙個免費軟體,由伺服器及客戶端程式構成。smb server messages block,資訊服務塊 是一種在區域網上共享檔案和印表機的一種通訊協議,它為區域網內的不同計算機之間提供檔案及印表機等資源的共享服務。smb協議是客戶機 伺服器型協...
筆記 jdk8 list常用特性方法筆記
本帖最後由 gdlove 於 2020 10 12 13 39 編輯 user id,type,name list userlist arrays.aslist new user 1,1,張三 new user 2,1,李四 new user 3,2,王五 不做此步迭代器迴圈刪除時會報錯 list ...
Math常用方法(學習筆記(2017 6 9))
1.隨機數math.random 產生乙個0 1之間的隨機數 含0不含1 如果是產生幾到幾之間的隨機數可用 n m之間的隨機數 math.random m n n 封裝的函式 function ran n,m 2.最大值,最小值 max,min alert math.max 5,2,4,8,5,4,...