2021年7月30日

摘要: 1018 git clone https://github.com/kubernetes/ingress-nginx.git 1023 git tag --list 1025 git checkout -b controller-v0.44.0 root@ubuntu:~/nginx_ingress 阅读全文
posted @ 2021-07-30 17:49 tycoon3 阅读(39) 评论(0) 推荐(0)
摘要: root@ubuntu:~/nginx_ingress# kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.44.0/deploy/static/provider/clo 阅读全文
posted @ 2021-07-30 16:38 tycoon3 阅读(3376) 评论(0) 推荐(0)
摘要: unix server root@ubuntu:~/docker# docker run -it --name debian -v /data1/unix_domain:/data1/unix_domain debian root@b1a3bef38722:/# ls bin boot data1 阅读全文
posted @ 2021-07-30 15:27 tycoon3 阅读(103) 评论(0) 推荐(0)
摘要: 1、std::async函数原型: template<class Fn, class... Args> future<typename result_of<Fn(Args...)>::type> async(launch policy, Fn&& fn, Args&&...args); 功能:第二个 阅读全文
posted @ 2021-07-30 11:14 tycoon3 阅读(733) 评论(0) 推荐(0)
摘要: 1.1 可调用对象(Callable Objects) 可调用对象有如下几种: 函数指针 具有operator()成员函数的类对象(仿函数) 可被转换为函数指针的类对象 类成员(函数)指针 以上涉及的对象可以像一个函数一样做调用操作,统称为可调用对象。现在,C++11通过提供std::functio 阅读全文
posted @ 2021-07-30 09:49 tycoon3 阅读(454) 评论(0) 推荐(0)

导航