自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (13)
  • 收藏
  • 关注

转载 VIM标记 mark 详解

[转]VIM标记 mark 详解 Vim 允许你在文本中放置自定义的标记。命令 "ma" 用 a 标记当前的光标位置。你可以在文本中使用 26 个标记(a到z)。这些标记是不可见的,只是一个由 Vim 记住的位置。 要跳到一个你定义的标记,可以使用命令 `{mark},这里 {mark} 是指定义标记的那个字母。所以,移到标记a的命令是:         `a

2013-12-11 20:03:14 508

转载 vim color 配置

" local syntax file - set colors on a per-machine basis: " vim: tw=0 ts=4 sw=4 " Vim color file " Maintainer: Ron Aaron " Last Change: 2003 May 02 hi clear set background=dark if exists("s

2013-12-11 20:02:01 822

转载 Git 工作区、暂存区和版本库

Git 工作区、暂存区和版本库 暂存区(stage, index)是 Git 最重要的概念之一,理解了这个概念很多 Git 命令就不再那么神秘了。今天在写这部分的内容,画了一个图,看看有没有什么问题。 理解 Git 暂存区(stage)把上面的“实践二”从头至尾走一遍,不知道您的感想如何? —— “被眼花缭乱的 Git 魔法彻底搞糊涂了?”—— “Git 为什么这么折磨人,修改的文件直

2013-12-11 20:00:48 7265

转载 使用cygwin/openSSH搭建windows下的SSH服务器

使用cygwin/openSSH搭建windows下的SSH服务器 2011-09-29 16:52:41 标签:休闲 职场 ssh 由于要在windows下使用集群系统,因此需要有远程登陆和管理的工具,所以就找来OpenSSH for Windows,根据网上的资料在WinXP系统内进行的反复的尝试,但总是只能进行基于密码的远程登陆,无法采用基于密钥的无密码登陆,这样就必须

2013-12-11 19:56:20 4799

转载 cygwin相关问题错误处理

1. Cygwin error: “-bash: fork: retry: Resource temporarily unavailable” (assuming Cygwin is installed at C:\cygwin): Open Task Manager and close any processes that look to be Cygwin relate

2013-12-11 19:55:34 1403

USB Spec 1.1 2.0.rar

usb 1.1 2.0协议,usb 2.0中文协议

2019-06-23

libusb manual V1.0.18

libusb 的帮助手册 V1.0.18 libusb is an open source library that allows you to communicate with USB devices from userspace. For more info, see the libusb homepage. This documentation is aimed at application developers wishing to communicate with USB peripherals from their own software. After reviewing this documentation, feedback and questions can be sent to the libusb-devel mailing list. This documentation assumes knowledge of how to operate USB devices from a software standpoint (descriptors, configurations, interfaces, endpoints, control/bulk/interrupt/isochronous transfers, etc). Full information can be found in the USB 3.0 Specification which is available for free download. You can probably find less verbose introductions by searching the web. Library features •All transfer types supported (control/bulk/interrupt/isochronous) •2 transfer interfaces:1.Synchronous (simple) 2.Asynchronous (more complicated, but more powerful) •Thread safe (although the asynchronous interface means that you usually won't need to thread) •Lightweight with lean API •Compatible with libusb-0.1 through the libusb-compat-0.1 translation layer •Hotplug support (on some platforms). See Device hotplug event notification.

2014-08-16

vim config

vim vim 自己的配置文件

2014-06-26

pstools(psexe psfile...)

PsExec - execute processes remotely PsFile - shows files opened remotely PsGetSid - display the SID of a computer or a user PsInfo - list information about a system PsKill - kill processes by name or process ID PsList - list detailed information about processes PsLoggedOn - see who's logged on locally and via resource sharing PsLogList - dump event log records PsPasswd - changes account passwords PsPing - test network performance PsService - view and control services PsShutdown - shuts down and optionally reboots a computer PsSuspend - suspend and resume processes

2014-06-24

ghpython_src.zip

python gray hat code from http://www.nostarch.com/ghpython.htm

2013-10-22

grub2基础教程

一本很好的grub用户手册,值得收藏 1. grub2新特性 2. grub2安装与启动 3. grub2配置文件详解 4. 脚本修改 5. 使用grub2常见错误及修改

2013-03-22

SDIO spec V1.0 and V2.0

microSD_Spec.pdf SD Card Specification 1 - Physical Layer.pdf SD Card Specification 2 - File System.pdf SD Card Specification 3 - Security.pdf SD Card Specification(V1.0).pdf SD_SDIO_specsv1.pdf SDIO+Simplified+Specification+Version+2.00.pdf SDIO-whitepaper.pdf

2012-08-19

comtools.rar

串口调试工具,可以收发串口,文本/数字显示,可同时打开两个串口

2012-05-23

DebugViewNt

调试打印工具;DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP.

2012-05-23

空空如也

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

TA关注的人

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