www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2018 档案

摘要:error C2011: “timespec”:“struct”类型重定义 C++ pthread pthread.h 中的 timespec 和time.h 中的 结构定义重复了 ,同时两个头文件中的条件编译条件不同,所以造成结构重复定义,简单快速见效的解决方法就是注释pthread.h 头文件中 阅读全文
posted @ 2018-09-26 10:50 秦瑞It行程实录 阅读(7925) 评论(1) 推荐(1) 编辑

摘要:简介: 函数名: sleep 功 能: 执行挂起一段时间 用 法: unsigned sleep(unsigned seconds); 在VC中使用带上头文件 #include 在gcc编译器中,使用的头文件因gcc版本的不同而不同 linux系统需要添加的头文件 #include 注意 : 在VC中Sleep中的第一个英文字符为大写的"S" 在标准C中是... 阅读全文
posted @ 2018-09-25 15:39 秦瑞It行程实录 阅读(97610) 评论(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行程实录 阅读(494) 评论(0) 推荐(0) 编辑

摘要:[DEFAULT]scheduler_default_filters=AllHostsFilterallow_resize_to_same_host=Truescheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter, 阅读全文
posted @ 2018-09-14 15:41 秦瑞It行程实录 阅读(242) 评论(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行程实录 阅读(5656) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-09-06 16:55 秦瑞It行程实录 阅读(277) 评论(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行程实录 阅读(2566) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui