最近看的一个问题,消息队列可以创建,但是不能获取属性,也不能发消息,返回错误为:EBADF Bad file descriptor 经过打点,确认走入了这个流程: 这个分支判断按道理也没什么问题,因为既然是消息队列,那么file->f_op就应该是 mqueue_file_operations 。 ...
分类:
其他好文 时间:
2019-06-11 17:43:04
阅读次数:
156
In order to demonstrate that economics is capable of joining the environmental sciences in a seamless way, it will prove useful to begin with a discus ...
分类:
其他好文 时间:
2019-06-05 09:37:04
阅读次数:
99
unlikely 以及likely 作用: rcu_read_lock 以及rcu_read_unlock 作用; rcu_dereference 、rcu_dereference_protected、rcu_assign_pointer的作用 bug_on,bug的作用 fs_initcall m ...
分类:
系统相关 时间:
2019-05-11 18:26:45
阅读次数:
166
解决方法: Most likely if you don't get any content while accessing an webpage, probably it doesn't want you to be able to get the content. So how does it ...
分类:
其他好文 时间:
2019-04-05 14:24:06
阅读次数:
282
一、单点登录简介 SOO是现在企业比较流行的业务整合解决方案之一,定义解决登录,可以应用在不同系统中,用户只需要登录一次,就可以访问所有相互信任的应用系统(模块开发、同家公司不同产品等等),例如百度,旗下的子系统。 架构图如下 二、环境搭建(准备需要用的cas-server包并配置) 1.从CAS官 ...
分类:
其他好文 时间:
2019-02-26 13:44:33
阅读次数:
229
一、数据驱动: 数据驱动是vue.js最大的特点。在vue.js中,数据驱动就是当数据发生变化的时候,用户界面发生相应的变化,开发者不需要手动的去修改dom。数据驱动还有一部分是数据更新驱动视图变化。下面我们来分析vue.js中模板和数据如何渲染成最终的DOM的。 二、Vue初始化发生了什么: 当 ...
分类:
其他好文 时间:
2019-02-20 18:39:11
阅读次数:
135
The linux kernel gathers samples using ‘perf’ performance monitor without affecting the latencies. These include getting interrupt times. If interrupt ...
分类:
其他好文 时间:
2019-02-18 19:14:10
阅读次数:
2394
How often have you heard the saying, "Stop and smell the roses?" Odds are, you've come across it at least a few times. Your best friends have likely s ...
分类:
其他好文 时间:
2019-02-13 09:22:44
阅读次数:
159
Inferential Statistics Generalizing from a sample to a population that involves determining how far sample statistics are likely to vary from each oth ...
分类:
其他好文 时间:
2019-02-07 09:14:56
阅读次数:
140