布客飞龙

Results 66 comments of 布客飞龙

My solution is to start another goroutine. If the system time changed greatly, it can detect it. ```go var last = time.Time{} go func() { for { var tm =...

然后一个图片就1m了,把节省的空间又填上了😂😂😂

You can use an editor which supports search a path, just like Atom. Then put the chars into search box.

友链是`themes/cyanstyle/layout/_widget/link.ejs` 音乐是`themes/cyanstyle/layout/_widget/music.ejs` 你可以使用现成的音乐控件,或者 html5 audio 标签。

@jiangzhonglian 看看这些邮件回复,可以当作一种新的宣传方式

Python 数据科学速查表的翻译

这好办, mkdir 改成 mkdirs。

FB 我这边是超时`ERR_CONNECTION_TIMED_OUT`。 而 ins 很奇怪,`ERR_CONNECTION_REFUSED`。

@laixintao 进程和线程调度的确是靠队列的。时间片走完之后,计时器向总线发中断,CPU接到之后切到内核态,把队列头部的线程移到队尾,上下文保存好,然后把下一个设为活动的,并取出上下文。