自定义博客皮肤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

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

原创 Three ways to create Java thread

一. Java中线程的创建有三种方式:1.  通过继承Thread类,重写Thread的run()方法,将线程运行的逻辑放在其中 public class java_thread extends Thread{ public static void main(String args[]) { (new java_th

2016-07-15 14:00:44 461

原创 标日初上-第12課

基本课文1.小野さんは 歌が 好きです。   おのさんは うたが すきです。   小野女士喜欢唱歌。    2.スミスさんは 韓国語が 分かります。   スミスさんは かんこくごが わかります。   史密斯先生懂韩语。3.吉田さんは 時々 中国や 韓国へ 行きます。   よしださんは ときどき ちゅうごくや かんこくへ いきます。   吉田先生有时去中国呀韩国什么的。4.森さんは お

2016-07-08 18:09:12 1760

翻译 PMP:Project Management Professional

Project Management Professional From Wikipedia, the free encyclopediaThis article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove th

2016-07-08 15:02:16 3406

翻译 TACACS

Terminal Access Controller Access-Control System (TACACS, usually pronounced like tack-axe) refers to a family of related protocols handling remote authentication and related services for networked acc

2016-07-06 11:43:40 2096

原创 The purpose of learning Japanese

学日语,是为了挣日本人的钱,了解日本人的科技,是为了有一天让中国在科技,文明,商业方面全面超越日本。。。

2016-07-01 10:49:16 2036

原创 日语方位词

方位词:ここ/こっち/こちら—这儿,这里 そこ/そっち/そちら—那儿,那里 あそ/こあっ/ちあちら—那儿,那里 どこ/どっち/どちら—哪儿,哪里上:うえ 下:した 左:ひだり 右:みぎ 前:まえ 後:うしろ 上下:じょうげ,上下 左右:さゆう,左右上の方:うえのほう,上面 下の方:したのほう,下面 右の方:みぎのほう,右面 左の方:ひだりのほう,左面上側:うえがわ,上边

2016-07-01 10:33:03 3619

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关注的人

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