该文被密码保护。 阅读全文
posted @ 2018-10-09 17:19
秦瑞It行程实录
阅读(0)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
error C2011: “timespec”:“struct”类型重定义 C++ pthread pthread.h 中的 timespec 和time.h 中的 结构定义重复了 ,同时两个头文件中的条件编译条件不同,所以造成结构重复定义,简单快速见效的解决方法就是注释pthread.h 头文件中 阅读全文
posted @ 2018-09-26 10:50
秦瑞It行程实录
阅读(7978)
评论(1)
推荐(1)
摘要:
简介: 函数名: sleep 功 能: 执行挂起一段时间 用 法: unsigned sleep(unsigned seconds); 在VC中使用带上头文件 #include 在gcc编译器中,使用的头文件因gcc版本的不同而不同 linux系统需要添加的头文件 #include 注意 : 在VC中Sleep中的第一个英文字符为大写的"S" 在标准C中是... 阅读全文
posted @ 2018-09-25 15:39
秦瑞It行程实录
阅读(98230)
评论(0)
推荐(3)
摘要:
#include #include #include #include using namespace std; int main() { string week = " "; while (1) { SYSTEMTIME systemTime; GetLocalTime(&systemTime); cout << "当前... 阅读全文
posted @ 2018-09-22 23:08
秦瑞It行程实录
阅读(504)
评论(0)
推荐(0)
摘要:
[DEFAULT]scheduler_default_filters=AllHostsFilterallow_resize_to_same_host=Truescheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter, 阅读全文
posted @ 2018-09-14 15:41
秦瑞It行程实录
阅读(252)
评论(0)
推荐(0)
摘要:
2018-09-13 21:39:20.778 80758 WARNING keystoneauth.identity.generic.base [req-ea24b7ad-5aee-44b2-b681-0907e2ab9bb8 5b3418856605468eaa85de19de6d5a54 67 阅读全文
posted @ 2018-09-13 22:09
秦瑞It行程实录
阅读(5698)
评论(0)
推荐(0)
摘要:
import time, datetime def gettime(): for x in range(24): a = datetime.datetime.now().strftime("%Y-%m-%d") + " %2d:00:00" % x timeArray = time.strptime(a, "%Y-%m-%d %H:%M:... 阅读全文
posted @ 2018-09-05 12:36
秦瑞It行程实录
阅读(2586)
评论(0)
推荐(0)
摘要:
来自:http://fishcried.com/2015-01-09/cpu_bindings/ 前一篇理解cpu topology对CPU Topology进行了学习总结,这里想总结下OpenStack下vCPU与pCPU常用的的绑定方式。 在尝试这些绑定之前,尤其是处理NUMA架构时还是建议看看 阅读全文
posted @ 2018-08-29 14:42
秦瑞It行程实录
阅读(1080)
评论(0)
推荐(0)
|