能上下拖拉返回的listview

2021-06-17 17:16:05 字數 832 閱讀 1235

public class pull_listview extends listview implements runnable  

public pull_listview (context context, attributeset attrs, int defstyle)

public pull_listview (context context)

@override

public boolean ontouchevent(motionevent event)

break;

case motionevent.action_cancel:

break;

case motionevent.action_up:

if (mdistance != 0)

mlastdowny = 0f;

mdistance = 0;

break;

case motionevent.action_move:

if (mlastdowny != 0f)

} mdistance = 0;

break;

} return super.ontouchevent(event);

} public void run()

mstep += 1;

this.postdelayed(this, 10);

} }

這裡 實驗了一下,呼叫scrollto方法是在手指移動的時候能快速的跟上,造成了手指拖動的現象。而返回的時候是用了反覆呼叫run方法內的線性++的方法來進行返回,直到0退出

解決CRT連線sqlplus不能上下左右鍵不能使用

1.在crt連線linux,使用sqlplus時候,出現刪除以及上下左右鍵不好使用的情況,刪除鍵可以通過會話設定解決,但是上下左右鍵依然不好使,這裡可以通過安裝軟體的方式解決。1 安裝readline,系統映象包裡自帶,可yum安裝 2 安裝rlwrap root oracle11g tar zxv...

解決oracle不能上下箭頭翻歷史命令問題

安裝過程 將軟體拷貝到 root下 掛載光碟到 media mnt下 mkdir media mnt mount dev cdrom media cdrom vim etc yum.repos.d test.repo aaa name aaa baseurl file media cdrom ena...