C艹速成笔记,不要看,没网上写得好!

起因是dbh问了我一个问题,忽然想起到自己不会C艹QAQ

Read more »

感觉算是一个很有难度的MP,也可能是我之前没怎么用过动态内存分配,导致调试的时候一直运行时错误。

后来用了Valgrind辅助调试(不然内存的错误真的很难找)。

所以,还是很有记一记的必要。也帮助大家解决这个MP,和提供一种调试的思路。

MP10简介

Read more »

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

一键部署

1
$ hexo clean && hexo d -g # or hexo g -d

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

0%