码迷,mamicode.com
首页 >  
搜索关键字:bus    ( 1030个结果
android Binder机制
问:为什么Android 另起炉灶开发了 Binder 驱动,而没有采用已有的方案,比如D-Bus 方案也可以实现 Binder 的功能,是出于什么原因和什么考虑?安全性?性能? 答: 在开始回答 前,先简单概括性地说说Linux现有的所有进程间IPC方式: 1. 管道:在创建时分配一个page大小 ...
分类:移动开发   时间:2018-09-09 15:07:40    阅读次数:178
What is D-Bus?
from:https://dbus.freedesktop.org/doc/dbus-tutorial.html What is D-Bus? D-Bus is a system for interprocess communication (IPC). Architecturally, it ha ...
分类:其他好文   时间:2018-09-09 15:02:20    阅读次数:205
Codeforces 1039A. Timetable
题目地址:http://codeforces.com/problemset/problem/1039/A 题目的关键在于理清楚思路,然后代码就比较容易写了 对于每一个位置的bus,即对于每一个i(i>=1 && i<=n) ,x[i]必然大于等于 i ,假设第 i 个车可以停在 x[i] 处,则对于 ...
分类:Web程序   时间:2018-09-06 21:32:46    阅读次数:335
springCloud-config-bus(十三)
springCloud-config-bus(十三) SpringCloudConfig分服务端和客户端,服务端负责将git(svn或本地文件系统)中存储的配置文件发布成REST接口,客户端可以从服务端REST接口获取配置。但客户端并不能主动感知到配置的变化,从而主动去获取新的配置,这需要每个客户端... ...
分类:编程语言   时间:2018-09-03 13:43:13    阅读次数:204
Spring Cloud Spring Boot mybatis分布式微服务云架构-config-bus(十三)--二
Spring Cloud Spring Boot mybatis分布式微服务云架构-config-bus(十三)--二 4.3、启动类ConfigServerApplication.java 完整项目的源码来源 技术支持2147775633 ...
分类:编程语言   时间:2018-09-03 13:34:41    阅读次数:158
getting session bus failed: //bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
今天在调试dbus程序的时候,运行程序出现了getting session bus failed: //bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initializati ...
分类:数据库   时间:2018-08-28 20:14:45    阅读次数:1103
815. Bus Routes
问题描述: We have a list of bus routes. Each routes[i] is a bus route that the i-th bus repeats forever. For example if routes[0] = [1, 5, 7], this means ...
分类:其他好文   时间:2018-08-24 10:56:43    阅读次数:166
(十六) 整合spring cloud云架构 -使用spring cloud Bus刷新配置
(十六) 整合spring cloud云架构 -使用spring cloud Bus刷新配置 spring cloud Bus通过一个轻量级消息代理连接分布式系统的节点。这可以用于广播状态更改(如配置更改)或其他管理指令。 接下来,我们就来实施通过spring cloud Bus方案,动态刷新服务... ...
分类:编程语言   时间:2018-08-23 19:38:38    阅读次数:160
CAN协议,系统结构和帧结构
CAN:Controller Area Network,控制器局域网 是一种能有效支持分布式控制和实时控制的串行通讯网络。 CAN-bus: Controller Area Network-bus,控制器局域网总线技术 CAN总线系统结构 接收控制单元中微处理器发出的数据,处理数据并传给CAN收发器 ...
分类:其他好文   时间:2018-08-23 13:14:10    阅读次数:338
C6748_USB协议
内容参考:https://wenku.baidu.com/view/d9a5b9c06137ee06eff918b5.html 1.1 USB基本概念 USB(Universal Serial Bus)全称通用串口总线,USB为解决即插即用需求而诞生,支持热插拔。USB协议版本有USB1.0、USB... ...
分类:其他好文   时间:2018-08-22 18:19:46    阅读次数:413
1030条   上一页 1 ... 26 27 28 29 30 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!