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

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

原创 windows下查看某端口是否被占用

1.查看21端口是否被占用:netstat -ano | findstr ":21\>"  TCP    0.0.0.0:21             0.0.0.0:0              LISTENING       6336    2.查看占用该端口的进程:tasklist | findstr "6444"  3CDaemon.EXE

2016-11-29 14:21:00 771

翻译 Y Combinator合伙人:新创企业要成功,不能偏离这7条原则

Entrepreneurs who attended our Silicon Valley-based TechConneXt Summit were treated to a master class from Michael Seibel, a partner at Y Combinator, the seed accelerator that’s propelled scores of st

2016-11-23 09:29:25 1164

原创 The differences between Carriage Return(CR) and Line Feed(LF)

Problem: Putting a Carriage Return, Line Feed, or End of Line character in my strings in LabVIEW seems to all do the same thing.  What is the difference between these three characters?Soluti

2016-11-14 11:11:26 840

原创 关于微信号为“绘本学堂”的一篇文章《中国孩子已经变了,老师和家长还没跟上!》的思考

关于微信号为“绘本学堂”的一篇文章《中国孩子已经变了,老师和家长还没跟上!》的思考这篇文章对当今孩子的问题分析的比较透彻,我呢对这些问题想了一些对策,家长可根据孩子的实际情况分析一下。 1.孩子存在情感负担的问题:不要什么都给孩子包办,很多生活上的问题,要让他自己参与和解决,减少孩子对他人的依赖。2.孩子要求较高话语权:给孩子一部分表达思想的空间,不能一味简单粗暴的批评,骂孩子...

2016-11-09 11:45:06 1342

翻译 Difference Between FTP and TFTP

FTP and TFTP both are the application layer protocols. Both are used to transfer a file from client to server or from the server to the client . But FTP is more complex than TFTP. There are many diffe

2016-11-04 09:50:07 716

原创 linux修改键盘布局

今天在安装32位日文版redhat_server_32位操作系统时,使用了日文日式键盘,操作起来非常不方便。设置键盘布局为英文美式键盘方法如下:1. 终端输入 vim /etc/sysconfig/keyboardKEYTABLE="jp106"MODEL="jp106"LAYOUT="jp"KEYBOARDTYPE="pc"2. 将KEYTABLE和MOD

2016-11-02 17:41:03 17223 1

原创 Advanced usage in vim

1.search:    1):set ic 忽略大小写,ic(ignore case 的缩写)    2)/\cWORD 不区分大小写的查找2.delete:    delete n334-n528    :334,528d3.column mode:    1)Ctrl+v    2)select    3)shift+i    4)inpu

2016-11-02 14:37:34 340

翻译 regex in SearchEverything

SearchEverythingUse the search edit to type in a search.Everything will display the results immediately. SyntaxOperatorsspace AND| OR! NOT< > Grouping" " Search for an exact

2016-11-01 10:13:51 707

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

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