会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
2021年7月30日
git tag
摘要: 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)
ingress-nginx
摘要: 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 socket share different docker
摘要: 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)
C++中的std::async
摘要: 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)
C++11 学习笔记 std::function和bind绑定器
摘要: 1.1 可调用对象(Callable Objects) 可调用对象有如下几种: 函数指针 具有operator()成员函数的类对象(仿函数) 可被转换为函数指针的类对象 类成员(函数)指针 以上涉及的对象可以像一个函数一样做调用操作,统称为可调用对象。现在,C++11通过提供std::functio
阅读全文
posted @ 2021-07-30 09:49 tycoon3
阅读(454)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告