自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

情义唯真,友谊方长存

Linux/Solaris / Embedded C / GPS/LTE/Switch

  • 博客(2)
  • 资源 (6)
  • 收藏
  • 关注

转载 suse下设置IP的3种方法

<br /> suse下设置IP的3种方法 <br />第一种SUSE Linux IP设置方法<br />ifconfig eth0 192.168.1.22 netmask 255.255.255.0 up<br />route add default gw 192.168.1.2<br />释义:<br />#IP配置,包括子网掩码,看情况修改eth0和192.168.1.22 <br />#网关修改 ,看情况修改192.168.1.2<br /> <br />第二种SUSE Linux IP设置方法

2011-01-06 00:05:00 1186

转载 FastDB应用

<br />                                   FastDB 应用开发指南(一)<br />FastDB 是一个高效率的内存数据库系统,具有实时性能和方便的 C++ 接口。<br />FastDB 并不支持客户端/服务器结构,所有使用FastDB数据库的应用程序都必须运行在同一台主机上。<br />FastDB 为具有主导读取访问模式的应用程序作了优化。<br />通过消除数据传输的开销和使用高性能的锁工具实现了查询执行的高速度。<br />数据库文件和使用该数据库的每一个

2011-01-05 23:58:00 3146

The Linux Kernel API

Introduce the linux kernel development function,total 20 chapters, the format such as: Chapter 1. Driver Basics 1.1. Driver Entry and Exit points module_init Name module_init — driver initialization entry point Synopsis module_init ( x); Arguments x function to be run at kernel boot time or module insertion Description module_init will add the driver initialization routine in the “__initcall.int” code segment if the driver is checked as “y” or static, or else it will wrap the driver initialization routine with init_module which is used by insmod and modprobe when the driver is used as a module. 1

2015-03-24

Linux Kernel Procfs Guide

This guide describes the use of the procfs file system from within the Linux kernel. Chapter 1. Introduction Chapter 2. Managing procfs entries Chapter 3. Communicating with userland Chapter 4. Tips and tricks Chapter 5. Example

2015-03-24

计算机组成原理PPT课件-高国红-西工大

计算机专业基础课高职高专十一五规划教材,PPT课件

2010-10-11

Linux下的8019网卡驱动程序

本文以S3C44B0的CPU为例,详细解析了Linux下RTL8091网卡驱动程序工作原理

2010-04-02

基于Linux驱动程序的编写技术

Linux驱动程序基本概念以及字符设备、块设备和网络设备的特点,分析了主次设备号的用途和时钟、驱动程序接口、驱动模块的用法,描述了变形驱动程序的步骤

2010-04-02

linux设备驱动程序庖丁解牛

Linux device driver 从理论到实践中记录的个人心得,和大家一起分享、讨论、进步。

2010-04-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除