www.cnblogs.com/ruiyqinrui

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

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

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

08 2016 档案

摘要: 阅读全文
posted @ 2016-08-31 18:07 秦瑞It行程实录 阅读(386) 评论(0) 推荐(0) 编辑

摘要:int find_largest(int a[],int n){74 }max = a[0];for (i = 1;i < n;i++)if (a[i] > max)使用下标获取 a[0]for (i = 1;i < n;i++)if (a[i] > max) max = a[i];return m 阅读全文
posted @ 2016-08-31 14:24 秦瑞It行程实录 阅读(307) 评论(0) 推荐(0) 编辑

摘要:指针对变量使对指向变量的指针&运算符产生,对指针使用*运算符则可以返回到原始变量只要p指向i,那么*p就是i的别名*p不仅仅拥有和i同样的值,而且对*p的改变i的值*p左值,对它赋值合法*p = 90;p 对象 的内存地址*p 是指向对象的别名 p 存储的是指针p = &i;i = 1;不把间接寻址 阅读全文
posted @ 2016-08-29 15:36 秦瑞It行程实录 阅读(291) 评论(0) 推荐(0) 编辑

摘要:公司内部openStack环境信息yrzl内部openStack云平台平台访问地址,openStack云平台版本为Juno版本内网地址: http://192.168.3.5:9090/horizon公网地址: http://61.132.233.138:9090/horizon云平台系统账号登陆信 阅读全文
posted @ 2016-08-26 17:35 秦瑞It行程实录 阅读(342) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2016-08-26 17:31 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:a = 97,A = 65,z = 122,Z = 90 小写字母比大写字母整形数值高,upper->lower相差32 把小写字母转化成大写字母,将小写字母 - 32 1. typedef 数据类型定义规则 typedef int 新的数据类型; 2. #define Macro #define 阅读全文
posted @ 2016-08-25 14:05 秦瑞It行程实录 阅读(400) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2016-08-24 09:35 秦瑞It行程实录 阅读(365) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2016-08-19 17:27 秦瑞It行程实录 阅读(1) 评论(0) 推荐(0) 编辑

摘要:[gerrit]host=gerrit.ruiy-ci.comport=29418project=review-chk.git 阅读全文
posted @ 2016-08-15 09:09 秦瑞It行程实录 阅读(237) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2016-08-15 09:08 秦瑞It行程实录 阅读(424) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2016-08-12 16:18 秦瑞It行程实录 阅读(193) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2016-08-12 16:14 秦瑞It行程实录 阅读(417) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2016-08-12 12:38 秦瑞It行程实录 阅读(349) 评论(0) 推荐(0) 编辑

摘要:Nginx出现413 Request Entity Too Large错误解决方法 [导读] Nginx出现的413 Request Entity Too Large错误,这个错误一般在上传文件的时候出现,打开nginx主配置文件nginx conf,找到http{}段,添加解决方法就是打开ngin 阅读全文
posted @ 2016-08-12 10:34 秦瑞It行程实录 阅读(404) 评论(0) 推荐(0) 编辑

摘要:2016-08-11 09:03:40,438] ERROR com.google.gerrit.httpd.restapi.RestApiServlet : Error in PUT /accounts/self/emails/gitlab_ce%40sina.comcom.google.gerr 阅读全文
posted @ 2016-08-12 10:34 秦瑞It行程实录 阅读(3141) 评论(1) 推荐(0) 编辑

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

摘要:Are you sure you want to continue connecting (yes/no) 每次ssh 进入一台新机器都会跳出如下的提示: The authenticity of host '111.222.333.444 (111.222.333.444)' can't be es 阅读全文
posted @ 2016-08-11 12:46 秦瑞It行程实录 阅读(1882) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2016-08-11 12:44 秦瑞It行程实录 阅读(218) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2016-08-09 17:42 秦瑞It行程实录 阅读(2) 评论(0) 推荐(0) 编辑

摘要:http://central.maven.org/maven2/com/google/gerrit/gerrit-war/2.11.4/ 阅读全文
posted @ 2016-08-09 14:20 秦瑞It行程实录 阅读(617) 评论(2) 推荐(0) 编辑

摘要:http://www.cnblogs.com/zhanchenjin/p/5032218.html http://blog.csdn.net/williamwanglei/article/details/38498465 阅读全文
posted @ 2016-08-08 17:35 秦瑞It行程实录 阅读(165) 评论(0) 推荐(0) 编辑

摘要:SMTP使用QQ exmail 遇到的问题:使用qinrui@easyunion.net对516059158@qq.com能发送验证邮件,但是无法打开验证连接 点击无反应,测试gmail/sina邮箱,验证都是没有问题的.... 阅读全文
posted @ 2016-08-05 15:48 秦瑞It行程实录 阅读(365) 评论(0) 推荐(0) 编辑

摘要:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#using-https https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/in 阅读全文
posted @ 2016-08-01 12:05 秦瑞It行程实录 阅读(166) 评论(0) 推荐(0) 编辑

摘要:QQ exmail yahoo Gmail Don't forget to change my.email@gmail.com to your email address and my-gmail-password to your own password. Mailgun 阅读全文
posted @ 2016-08-01 09:32 秦瑞It行程实录 阅读(640) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui