aScarels

也许我们歌唱太阳,也被太阳歌唱着

0%

Unicode utf8等编码类型的原理

文章介绍了ASCII编码,Unicode,UTF-8 的基本知识

Read more »

native方法

文章介绍了native方法的大致概念,以及如何实现一个native方法

Read more »

Topsis方法(优劣解距离法)

TOPSIS 法是一种常用的综合评价方法,其能充分利用原始数据的信息, 其结果能精确地反映各评价方案之间的差距

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

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