11,查看onos风格注解实例列表 -bash代码 scr:list ACTIVE代表实例已生成,REGISTERED代表实例未注入生成 12,查看组件列表,查看组件信息,查看组件提供的服务 -bash代码 component:list component:show *** component:se ...
分类:
系统相关 时间:
2017-01-24 09:59:53
阅读次数:
360
RCU是linux系统的一种读写同步机制,说到底他也是一种内核同步的手段,本问就RCU概率和实现机制,给出笔者的理解。 【RCU概率】 我们先看下内核文档中对RCU的定义: RCU is a synchronization mechanism that was added to the Linux ...
分类:
系统相关 时间:
2017-01-15 00:31:43
阅读次数:
274
CountDownLatch位于java.util.concurrent包下,是JDK1.5的并发包下的新特性。 首先根据Oracle的官方文档看看CountDownLatch的定义: A synchronization aid that allows one or more threads to ...
分类:
其他好文 时间:
2017-01-10 17:49:14
阅读次数:
340
Memory Barrier http://www.wowotech.net/kernel_synchronization/memory-barrier.html 这里面讲了Memory Barrier 对于一个c程序员,我们的编写的代码能所见即所得吗?我们看到的c程序的逻辑是否就是最后CPU运行的 ...
分类:
其他好文 时间:
2017-01-06 13:55:56
阅读次数:
260
Red Hat Enterprise Linux Server(RHEL) yum安装软件时This system is not registered with RHN. RHN support will be disabled. Red Hat Enterprise Linux Server(RH ...
分类:
系统相关 时间:
2017-01-03 15:12:42
阅读次数:
285
今天在Red Hat上安装软件时,发现需要依赖软件,然而在用sudo yum指令时,出现了下面的错误: This system is not registered to Red Hat Subscription Management. You can use subscription-manager ...
分类:
其他好文 时间:
2016-12-30 16:50:07
阅读次数:
417
一、需求机房每次增加一批服务器,一些初始环境变量,监控端,脚本,时间校对,配置文件参数修改等一系操作,刚开始按步就班,也用到一些脚本,高效性没能体现出来。现在升级到ansible,自动化部署应用,配置,编排task,把平常复杂工作变得简单,同时使得运维工作上更加标准化..
分类:
其他好文 时间:
2016-12-14 22:17:56
阅读次数:
345
前言 在学习一门新技术的你也许有跟我一样的困惑,照着书上或者视频上的敲了。但是就是有各种问题没有出来自己想要的结果。我会将自己在这个过程中遇到的坑都记录下来,不一定全覆盖,但希望这些文章可以解决你的问题。 错误提示 Invariant Violation:Applicaction 项目名 has n ...
分类:
移动开发 时间:
2016-12-05 13:40:49
阅读次数:
477
使用yum安装软件,报错如下:[root@mariadb~]#yum-yinstallmariadbLoadedplugins:langpacks,product-id,subscription-managerThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertoregister.Nopackagemariadbavailable.Error:Nothingtodo[..
分类:
其他好文 时间:
2016-12-01 22:57:00
阅读次数:
310
在Zookeeper的官网上有这么一句话:ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and ...
分类:
其他好文 时间:
2016-11-25 07:19:17
阅读次数:
159