01 2021 档案
摘要:.. Cmakelist.txt 1 project(umsl) 2 3 4 5 set(CMAKE_CXX_STANDARD 98) 6 7 8 9 # include_directories("/usr/include/libgtop-2.0","/usr/include/glib-2.0",
阅读全文
摘要:...这个垃圾的切换... 1, 目录结构 2,代码 main.cpp 1 #include<iostream> 2 #include "comp/com.h" 3 4 5 6 using namespace std; 7 8 9 int main() { 10 int c; 11 c = add(
阅读全文
摘要:package main import ( "context" "fmt" "time" ) func timeoutHandler() { // 创建继承Background的子节点Context ctx, cancel := context.WithTimeout(context.Backgro
阅读全文