自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 About class << self in ruby

在ruby中经常可以见到这样的写法:class A class << self def hello puts "hello" end endend这样的写法和class A def self.hello puts "hello" endend可以说是完全一样的。第一种写法的一个好处是,如果需要在一个class

2012-12-17 23:36:06 3315

原创 A Tour of Go - Exercise: Web Crawler

A Tour of GoExercise: Web CrawlerIn this exercise you'll use Go's concurrency features to parallelize a web crawler.Modify the Crawl function to fetch URLs in parallel without fetching

2012-12-16 22:47:19 2482

原创 A Tour of Go - Exercise: Equivalent Binary Trees

A Tour of GoExercise: Equivalent Binary TreesThere can be many different binary trees with the same sequence of values stored at the leaves. For example, here are two binary trees storin

2012-12-16 21:23:34 1405

原创 A Tour of Go: Exercise: Rot13 Reader

A Tour of GoExercise: Rot13 ReaderA common pattern is an io.Reader that wraps another io.Reader, modifying the stream in some way.For example, the gzip.NewReader function takes an io

2012-12-16 17:03:15 1488

原创 如何重启 synology nas的sshd

/usr/syno/sbin/synoservice --restart ssh

2012-12-13 00:22:57 8760

51制作的时钟,带温度测量

51单片机与ds1302制作的时钟程序,可调节时间,带ds18b20温度检测。文件中包含所有源代码(Keil uVision4工程),proteus仿真文件,以及Altium Designer原理图和PCB图。PCB适用于热转印制作单面板。 所以程序已经在实际硬件上验证过。

2012-02-22

空空如也

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

TA关注的人

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