原子核的组成为质子和中子,它们统称为核子。原子核的电荷全部来自质子。原子核的质量可以通过质谱仪来测定,为了减小误差,通常将质量双线作为质谱仪的标准质量线。原子核的半径通过不同的方式测量可以得到不同的半径,例如电子半径和库伦半径。

Read more »

MySQL 是最流行的关系型数据库管理系统,在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Management System:关系数据库管理系统)应用软件之一。

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