摘要:
阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
08 2016 档案
摘要: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
阅读全文
摘要:指针对变量使对指向变量的指针&运算符产生,对指针使用*运算符则可以返回到原始变量只要p指向i,那么*p就是i的别名*p不仅仅拥有和i同样的值,而且对*p的改变i的值*p左值,对它赋值合法*p = 90;p 对象 的内存地址*p 是指向对象的别名 p 存储的是指针p = &i;i = 1;不把间接寻址
阅读全文
摘要:公司内部openStack环境信息yrzl内部openStack云平台平台访问地址,openStack云平台版本为Juno版本内网地址: http://192.168.3.5:9090/horizon公网地址: http://61.132.233.138:9090/horizon云平台系统账号登陆信
阅读全文
摘要:a = 97,A = 65,z = 122,Z = 90 小写字母比大写字母整形数值高,upper->lower相差32 把小写字母转化成大写字母,将小写字母 - 32 1. typedef 数据类型定义规则 typedef int 新的数据类型; 2. #define Macro #define
阅读全文
摘要:[gerrit]host=gerrit.ruiy-ci.comport=29418project=review-chk.git
阅读全文
摘要:Nginx出现413 Request Entity Too Large错误解决方法 [导读] Nginx出现的413 Request Entity Too Large错误,这个错误一般在上传文件的时候出现,打开nginx主配置文件nginx conf,找到http{}段,添加解决方法就是打开ngin
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:http://central.maven.org/maven2/com/google/gerrit/gerrit-war/2.11.4/
阅读全文
摘要:http://www.cnblogs.com/zhanchenjin/p/5032218.html http://blog.csdn.net/williamwanglei/article/details/38498465
阅读全文
摘要:SMTP使用QQ exmail 遇到的问题:使用qinrui@easyunion.net对516059158@qq.com能发送验证邮件,但是无法打开验证连接 点击无反应,测试gmail/sina邮箱,验证都是没有问题的....
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
|