0%

最近在阅读 Fabrice Bellard 巨佬的 quickjs 项目源码,阅读之前我还复习了现代的JavaScript的语法知识,以期望对阅读源码有所帮助。
先从最简单的开始,在 quickjs 的源码中有一个 Fabrice Bellard 实现的双向链表实现,整个实现就是一个头文件 list.h

在本文最下面提供了完整源码,希望对大家有所帮助。

阅读全文 »

这是一个没用的post
$a_1$

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment