10 2021 档案

摘要:public void main() { Runnable runnable = new ShareVariableRunnable(); Thread[] threads = new Thread[3]; for (int i = 0; i < 3; i++) { threads[i] = new 阅读全文
posted @ 2021-10-29 09:14 dcrenl 阅读(36) 评论(0) 推荐(0) 编辑
摘要:1、安装g++ yum -y install gcc-c++ 2、编译*.cpp文件 g++ -o test_app_name test_source_file.cpp 3、运行编译结果 ./test_app_name 阅读全文
posted @ 2021-10-08 12:02 dcrenl 阅读(98) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示