摘要:
搜索引擎bing的界面非常简洁,背景图片大气漂亮,非常适合用做桌面背景。于是就参考网上的教程写来一段python脚本,自动抓取bing的背景图片。代码如下: #!/usr/bin/env python #-*-coding: utf-8 -*- import urllib, re, os def g 阅读全文
摘要:
注:本文的大部分内容摘录自论文《TLSF: a New Dynamic Memory Allocator for Real-Time Systems》,可以通过访问如下链接阅读原文:http://www.gii.upv.es/tlsf/files/ecrts04_tlsf.pdf。 什么是TLSF 阅读全文
摘要:
Process of the Linux kernel building(Linux内核编译流程) Introduction(简介) I won’t tell you how to build and install a custom Linux kernel on your machine. If 阅读全文