兩個執行緒同時執行案例

2021-07-24 23:07:22 字數 567 閱讀 6515

/**

* 兩個案例同時執行案例

* 1:這個兩個執行緒並不是有規律的執行而是有沒有規律的交替執行 */

package com.test3;

public class demo10_3 }

//列印

class pig implements runnable

public void run()

catch (exception e)

times++;

system.out.println("豬說我是乙個執行緒,在輸出第"+times+"個hello, word");

if(times==n)

} }

} //算數學

class bird implements runnable

public void run()

catch (exception e)

res+=(++times);

system.out.println("鳥算的當前結果是"+res);

if(times==n)

} }

}

同時執行兩個mysql例項

1.修改 etc mysql my.cnf 加入 mysqld multi mysqld usr bin mysqld safe mysqladmin usr bin mysqladmin user multi admin password multipass 把原來的 mysqld 改成 mysq...

Python多執行緒實現同時執行兩個while迴圈

如果想同時執行兩個while true迴圈,可以使用多執行緒threading來實現。完整 coding gbk from time import sleep,ctime import threading def muisc func while true print start playing s...

如何使兩個nginx同時執行

1.假設已經自動安裝了乙個nginx 2.第二個必須執行編譯安裝,編譯時需要制定 prefix,這樣才能將nginx安裝到乙個指定的目錄下,設為 ngx dir 3.把執行檔案複製乙份 cp f ngx dir sbin nginx ngx dir sbin nginx new 4.把自動安裝的啟動...