Fone's Blog

美美与共,和而不同

NexT User Docs – NexT Supported Tags – PDF

阅读全文 »

NexT User Docs – NexT Supported Tags – Tabs

阅读全文 »

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

1.插入bilibili视频

1
{% mmedia "bilibili" "bvid:BV1A44y1u7PF" "danmaku:false" %}

详细参数表:

参数 默认 说明
aid - aid
bvid - bvid,与aid同时出现时以bvid为准
page 1 page
danmaku true 是否有弹幕,ture or false
allowfullscreen allowfullscreen 允许全屏,allowfullscreen或true允许,其他选项不允许
sandbox 见 配置 iframe sandbox
width 100% css属性
max_width 850px css 属性
margin auto css 属性
阅读全文 »

1.插入bilibili视频

1
{% mmedia "bilibili" "bvid:BV15N41197pg" "danmaku:false" %}

详细参数表:

参数 默认 说明
aid - aid
bvid - bvid,与aid同时出现时以bvid为准
page 1 page
danmaku true 是否有弹幕,ture or false
allowfullscreen allowfullscreen 允许全屏,allowfullscreen或true允许,其他选项不允许
sandbox 见 配置 iframe sandbox
width 100% css属性
max_width 850px css 属性
margin auto css 属性
阅读全文 »

  寒假,老师给三年级的儿子布置了作业,写一封家书。儿子赖着不写(实际是我也有点懒),于是在返回工地的最后一天,抄起多年不用的笔杆子,给儿子写了一封信。

1.写给儿子的信

阅读全文 »

作者:李斯      朝代:先秦

1.正文

  臣闻吏议逐客,窃以为过矣。昔穆公求士,西取由余于戎,东得百里奚于宛,迎蹇叔于宋,来邳豹、公孙支于晋。此五子者,不产于秦,而穆公用之,并国二十,遂霸西戎。孝公用商鞅之法,移风易俗,民以殷盛,国以富强,百姓乐用,诸侯亲服,获楚、魏之师,举地千里,至今治强。惠王用张仪之计,拔三川之地,西并巴、蜀,北收上郡,南取汉中,包九夷,制鄢、郢,东据成皋之险,割膏腴之壤,遂散六国之众,使之西面事秦,功施到今。昭王得范雎,废穰侯,逐华阳,强公室,杜私门,蚕食诸侯,使秦成帝业。此四君者,皆以客之功。由此观之,客何负于秦哉!向使四君却客而不内,疏士而不用,是使国无富利之实,而秦无强大之名也。

阅读全文 »

CentOS 7开始,开始使用Systemd服务来代替daemon,原来管理系统启动和管理系统服务的相关命令全部由systemctl命令来代替。

1.service命令与systemctl命令对比

Daemon Systemctl 说明
service [服务] start systemctl start [unit type] 启动服务
service [服务] stop systemctl stop [unit type] 停止服务
service [服务] restart systemctl restart [unit type] 重启服务
阅读全文 »