码迷,mamicode.com
首页 >  
搜索关键字:bus    ( 1030个结果
Good news
原文 The secretary told me that Mr. Harmsworth would see me. I felt very nervous when I went into his office. He did not look up from his desk when I entered. After I had sat down, he said that bus...
分类:其他好文   时间:2015-07-03 14:15:59    阅读次数:95
ubuntu下不用拔盘就可以重新识别usb设备
#!/bin/sh# Usage: ./resetusb ARGUMENT(The keyword for your usb device)var1=$1keyword=${var1:=Storage}debug=$(lsusb)bus=$(lsusb|grep $keyword|perl -nE ...
分类:系统相关   时间:2015-06-28 12:34:14    阅读次数:152
bus error(总线错误)
转自 http://blog.csdn.net/todd911/article/details/8813321在《C专家编程》中提到了总线错误bus error(core dumped)。总线错误几乎都是由于未对齐的读或写引起的。它之所以称为总线错误,是因为出现未对齐的内存访问请求时,被堵塞的组件....
分类:其他好文   时间:2015-06-26 21:05:47    阅读次数:811
Beijing Bus
Search: http://bjgj.aibang.com:8899https://github.com/sp-chenyang/bushttps://github.com/leavind/CooBusOnlineBJhttps://github.com/xhrwang/Beijing-Bus-W...
分类:其他好文   时间:2015-06-25 21:07:38    阅读次数:120
systemd详解
CentOS 7 使用systemd替换了SysV。Systemd目的是要取代Unix时代以来一直在使用的init系统,兼容SysV和LSB的启动脚本,而且够在进程启动过程中更有效地引导加载服务。systemd的特性有:支持并行化任务同时采用socket式与D-Bus总线式激活服务;按需启动守护进程...
分类:其他好文   时间:2015-06-25 13:50:22    阅读次数:174
Android通信篇
在Anroid中,通信技术包括多个层面,在UI层设计多种事件(如触控事件、案件事件、轨迹球事件等);在框架层设计Intent、Meaage等;在内核层则涉及Bundle、RPC、共享内存等技术。本章将重点介绍UI层和框架层的通信机制。 1.Intent通信         Intent通信实际上是对Open-Binder通信机制的封装。在Linux中,存在D-Bus和open-Binder两种...
分类:移动开发   时间:2015-06-19 11:48:55    阅读次数:156
DS18B20-Onewire Bus-单总线 单片机读取温度
DS18B20,单片机,11.0592MHZ #ifndef __DELAY_H__ #define __DELAY_H__ /*------------------------------------------------ uS延时函数,含有输入参数 unsigned char t,无返回值 unsigned char 是定义无符号字符变量,其值的范围是 0~255 这里使用晶振12M...
分类:其他好文   时间:2015-06-19 00:05:28    阅读次数:165
HDU2485 Destroying the bus stations(最小割---点割)
Destroying the bus stations Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2319    Accepted Submission(s): 743 Problem Description Gab...
分类:其他好文   时间:2015-06-17 16:42:30    阅读次数:152
修改android usb的VID PID
VID: Vendor ID PID: Product ID查看VID和PID: device链接Ubuntu,终端下输入lsusbyin123@yin:~$ lsusb Bus 001 Device 005: ID 04d9:1605 Holtek Semiconductor, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation...
分类:移动开发   时间:2015-06-17 15:27:51    阅读次数:372
AEAI ESB应用集成平台v3.5.3发版说明
发版说明 应用集成平台主要作为企业信息系统的“龙骨”来集成各业务系统,实现应用和数据的互联互通,一般称之为企业服务总线(Enterprise Service BUS,ESB)。在数通畅联产品家族中应用集成平台命名为AEAI ESB。...
分类:其他好文   时间:2015-06-16 19:39:36    阅读次数:118
1030条   上一页 1 ... 75 76 77 78 79 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!