www.cnblogs.com/ruiyqinrui

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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 290 下一页

2017年9月15日

摘要: 利用线程间共享的全局变量进行同步 条件量 利用线程间共享 int pthread_cond_init(pthread_cond_t *cond,pthread_condattr_t *cond_attr);int pthread_cond_wait(pthread_cond_t *cond,pthr 阅读全文
posted @ 2017-09-15 17:37 秦瑞It行程实录 阅读(175) 评论(0) 推荐(0) 编辑

2017年9月12日

摘要: 设置进程绑定状态的函数pthread_attr_setscopepthread_attr_t 指向属性结构的指针第二个参数 绑定类型 pthread_scope_system()pthread_scope_process(非绑定)创建一个绑定线程 线程属性结构pthread_attr_t #incl 阅读全文
posted @ 2017-09-12 17:41 秦瑞It行程实录 阅读(261) 评论(0) 推荐(0) 编辑

摘要: 一、下载Tomcat Tomcat可以从http://tomcat.apache.org/网站下载,选择任意版本,在 Binary Distributions 下的zip包既是。 二、配置Tomcat 1、将解压版tomcat解压到相应的路径下(如:D:\TomcatServer\ 重命名tomca 阅读全文
posted @ 2017-09-12 10:16 秦瑞It行程实录 阅读(313) 评论(0) 推荐(0) 编辑

2017年9月11日

摘要: 库从本质上来说是一种可执行代码的二进制格式,可以被载入内存中执行。库分静态库和动态库两种。 1 静态库和动态库的区别1.1. 静态函数库 (1)静态函数库的名字一般是lib[name].a(2)利用静态函数库编译成的文件比较大,因为整个函数库的所有数据都会被整合进目标代码中,它的优点是编译后的执行程 阅读全文
posted @ 2017-09-11 12:00 秦瑞It行程实录 阅读(159) 评论(0) 推荐(0) 编辑

2017年9月8日

摘要: 设置进程绑定状态的函数pthread_attr_setscopepthread_attr_t 指向属性结构的指针第二个参数 绑定类型 pthread_scope_system()pthread_scope_process(非绑定)创建一个绑定线程 线程属性结构pthread_attr_t #incl 阅读全文
posted @ 2017-09-08 11:30 秦瑞It行程实录 阅读(297) 评论(0) 推荐(0) 编辑

2017年8月29日

摘要: 阅读全文
posted @ 2017-08-29 17:19 秦瑞It行程实录 阅读(258) 评论(0) 推荐(0) 编辑

摘要: centos7的xfs配置 XFS是扩展性高、高性能的文件系统。也是rhel7/centos7的默认文件系统。XFS支持metadata journaling,这使其能从crash中更快速的恢复。它也支持在挂载和活动的状态下进行碎片整理和扩容。通过延迟分配,XFS 赢得了许多机会来优化写性能。可通过 阅读全文
posted @ 2017-08-29 09:30 秦瑞It行程实录 阅读(8010) 评论(0) 推荐(0) 编辑

2017年8月25日

摘要: #!/usr/bin/python # -*-coding:utf-8 -*- from ftplib import FTP def ftpconnect(host,username,password): ftp=FTP() ftp.connect(host,7005) ftp.login(username,password) return ftp #从f... 阅读全文
posted @ 2017-08-25 17:31 秦瑞It行程实录 阅读(206) 评论(0) 推荐(0) 编辑

2017年8月24日

摘要: 阅读全文
posted @ 2017-08-24 17:32 秦瑞It行程实录 阅读(235) 评论(0) 推荐(0) 编辑

摘要: https://www.henghost.com/cloud-vps.shtml?s=gg&gclid=CKaXuOyr79UCFY-TvQodMJ8BCw 阅读全文
posted @ 2017-08-24 15:27 秦瑞It行程实录 阅读(315) 评论(0) 推荐(0) 编辑

上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 290 下一页
www.cnblogs.com/ruiyqinrui