執行緒基本資訊

2021-07-29 10:14:11 字數 933 閱讀 7959

六 執行緒基本資訊:isalive()  判斷執行緒是否還「活」著,即執行緒是否還未終止

getpriority()  獲得執行緒的優先順序資料

setpriority()  設定執行緒的優先順序資料

優先順序:概率,不是絕對的優先順序

max_priority 10

noem_priority  5(預設)

min_priority 1

setname()    給執行緒乙個名字

getname()   獲得執行緒的名字

currentthread() 取得當前正在執行的物件

package thread.info;

public class mythread implements runnable

} public void stop()

}

package thread.info;

/** * 1 thread.currentthread() 2 setname() 3 getname() 4 isalive()

* * @author administrator

* */

public class infodemo1

}

package thread.info;

/** * 優先順序:概率,不是絕對的優先順序

max_priority 10

noem_priority 5(預設)

min_priority 1

setpriority()

getpriority()

* @author administrator

* */

public class infodemo2

}

dmesg 基本資訊

dmesg cn s 緩衝區大小 引數說明 c 顯示資訊後,清除ring buffer中的內容。s 緩衝區大小 預設定為8196,剛好等於ring buffer的大小。n 設定記錄資訊的層級。dmesg more dmesg less dmesg grep dmesg head 20 dmesg t...

mysql基本資訊

my qsql不區分大家小寫 展示資料庫e show database 使用資料庫 use 資料庫名 建立資料庫 create database 資料庫名 展示表 show tables 建立表 create table 表名 欄位名 資料型別,欄位名 資料型別 刪除表 1 drop table 表...

GIS基本資訊

gis geographic information system,地理資訊系統是對地理空間資訊進行描述 採集 處理 儲存 管理 分析和應用的一門交叉學科。美國esri公司推出的arcgis地理資訊系統平台是最具代表性的gis軟體平台。乙個完整的地理資訊系統主要由四個部分構成,即硬體系統 軟體系統 ...