2018年3月9日

Linux Driver 入门 - hello world - 动态模块加载与卸载

摘要: Abstract Create a Simple Dynamic Driver Module - HelloWorld hello.c > #include <linux/init.h> This header contains the definition of the functions use 阅读全文

posted @ 2018-03-09 19:43 LiuYubao 阅读(399) 评论(0) 推荐(0) 编辑

2018年2月24日

Python 3 学习笔记

摘要: Install Python From Source Code You need use this method to install the latest Python if you cannot upgrade python via "apt-get, yum", for example, Fr 阅读全文

posted @ 2018-02-24 08:32 LiuYubao 阅读(307) 评论(0) 推荐(0) 编辑

2018年2月22日

Latex Development in Mac OS

摘要: Mactex Download Mactex from http://www.tug.org/mactex/ Install Mactex package Open TexShop Create a tex file using Latex template Click "Typeset" to c 阅读全文

posted @ 2018-02-22 17:18 LiuYubao 阅读(205) 评论(0) 推荐(0) 编辑

2018年2月11日

Windows Service Development C#

摘要: Video: https://www.bilibili.com/video/av19475047/ Create Windows Service project using Visual Studio Create files on starting and stopping service: Tr 阅读全文

posted @ 2018-02-11 23:11 LiuYubao 阅读(722) 评论(0) 推荐(0) 编辑

2018年2月10日

AutoHotkey

摘要: OverView Downloading and installing AutoHotkey AutoHotkey Homepage. https://autohotkey.com How to create a script Give the script a new name. Note: It 阅读全文

posted @ 2018-02-10 20:51 LiuYubao 阅读(341) 评论(0) 推荐(1) 编辑

2016年11月9日

Capture all the GUI windows' Image that Running on the Desktop

摘要: Here I captured all the GUI images that running on the desktop, including the GUI that running on the virtual desktop that is created via "task view" 阅读全文

posted @ 2016-11-09 18:27 LiuYubao 阅读(652) 评论(0) 推荐(0) 编辑

导航