From 6da08335e5fc7ad9f164df8b0f52448ad1781f22 Mon Sep 17 00:00:00 2001 From: cyz Date: Sat, 20 Apr 2024 16:24:50 +0800 Subject: [PATCH] Site updated: 2024-04-20 16:24:50 --- 2023/03/16/hello-world/index.html | 4 +- 2023/03/26/nihao/index.html | 4 +- 2023/04/04/ipv6-test/index.html | 4 +- 2024/03/31/hello-github/index.html | 4 +- .../index.html" | 17 +- archives/2023/03/index.html | 4 +- archives/2023/04/index.html | 4 +- archives/2023/index.html | 4 +- archives/2024/03/index.html | 4 +- archives/2024/04/index.html | 4 +- archives/2024/index.html | 4 +- archives/index.html | 4 +- index.html | 6 +- .../index.html" | 151 ++++++++++++++++++ 14 files changed, 185 insertions(+), 33 deletions(-) create mode 100644 "tags/vlc\346\222\255\346\224\276\345\231\250-\350\247\206\351\242\221-decode-\345\212\250\347\224\273/index.html" diff --git a/2023/03/16/hello-world/index.html b/2023/03/16/hello-world/index.html index 06210d5..efcd9cd 100644 --- a/2023/03/16/hello-world/index.html +++ b/2023/03/16/hello-world/index.html @@ -152,7 +152,7 @@ } } detectApple() - })(window)

Hello World

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.

+ })(window)

Hello World

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

@@ -165,4 +165,4 @@

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

-
文章作者: John Doe
文章链接: http://example.com/2023/03/16/hello-world/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
\ No newline at end of file +
文章作者: John Doe
文章链接: http://example.com/2023/03/16/hello-world/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
\ No newline at end of file diff --git a/2023/03/26/nihao/index.html b/2023/03/26/nihao/index.html index f30e25a..4c9effd 100644 --- a/2023/03/26/nihao/index.html +++ b/2023/03/26/nihao/index.html @@ -152,7 +152,7 @@ } } detectApple() - })(window)

nihao

欢迎使用 Cmd Markdown 编辑阅读器


+ })(window)

nihao

欢迎使用 Cmd Markdown 编辑阅读器


我们理解您需要更便捷更高效的工具记录思想,整理笔记、知识,并将其中承载的价值传播给他人,Cmd Markdown 是我们给出的答案 —— 我们为记录思想和分享知识提供更专业的工具。 您可以使用 Cmd Markdown:

    @@ -238,4 +238,4 @@

    @ghosert
    2016 年 07月 07日

    [^LaTeX]: 支持 LaTeX 编辑显示支持,例如:$\sum_{i=1}^n a_i=0$, 访问 MathJax 参考更多使用方法。

    [^code]: 代码高亮功能支持包括 Java, Python, JavaScript 在内的,四十一种主流编程语言。

    -

文章作者: John Doe
文章链接: http://example.com/2023/03/26/nihao/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
\ No newline at end of file +
文章作者: John Doe
文章链接: http://example.com/2023/03/26/nihao/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
\ No newline at end of file diff --git a/2023/04/04/ipv6-test/index.html b/2023/04/04/ipv6-test/index.html index 5f0347c..07c0240 100644 --- a/2023/04/04/ipv6-test/index.html +++ b/2023/04/04/ipv6-test/index.html @@ -152,7 +152,7 @@ } } detectApple() - })(window)

ipv6_test

现在大部分的光纤宽带配备的光猫路由器二合一设备都默认开启ipv6了,这样我的香橙派连接wifi就可以获得ipv6地址了。可以使用ifconfig(ubuntu)来查看inet6。

+ })(window)

ipv6_test

现在大部分的光纤宽带配备的光猫路由器二合一设备都默认开启ipv6了,这样我的香橙派连接wifi就可以获得ipv6地址了。可以使用ifconfig(ubuntu)来查看inet6。

inet6 fe80::5e9c:2494:bd70:e545 prefixlen 64 scopeid 0x20 //本地ipv6地址
 inet6 2409:8a5c:7223:29c0:faa5:b1a0:bbd8:53a7 prefixlen 64 scopeid 0x0//分配的ipv6地址 一般几天重新分配
 inet6 2409:8a5c:7223:29c0:b861:83ca:54c:7f9c prefixlen 64 scopeid 0x0//临时ipv6地址,外网可见,会快速变换
@@ -166,4 +166,4 @@
 

还有github的DDNS:NewFuture/DDNS: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM…) (github.com)

不过由于我cloudflare的api获取不了,因此采用了第一个参考博客的Gcore的api。

具体的可以点开链接观看,没问过作者就不方便转载了。

-
文章作者: John Doe
文章链接: http://example.com/2023/04/04/ipv6-test/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
\ No newline at end of file +
文章作者: John Doe
文章链接: http://example.com/2023/04/04/ipv6-test/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
\ No newline at end of file diff --git a/2024/03/31/hello-github/index.html b/2024/03/31/hello-github/index.html index 8acf28b..dcb4eae 100644 --- a/2024/03/31/hello-github/index.html +++ b/2024/03/31/hello-github/index.html @@ -152,7 +152,7 @@ } } detectApple() - })(window)

无题

GitHub是一个面向开源及私有软件项目的托管平台,因为只支持Git作为唯一的版本库格式进行托管,故名GitHub。GitHub拥有1亿以上的开发人员,400万以上组织机构和3.3亿以上资料库。

+ })(window)

无题

GitHub是一个面向开源及私有软件项目的托管平台,因为只支持Git作为唯一的版本库格式进行托管,故名GitHub。GitHub拥有1亿以上的开发人员,400万以上组织机构和3.3亿以上资料库。

GitHub于2008年4月10日正式上线,除了Git代码仓库托管及基本的Web管理界面以外,还提供了订阅、讨论组、文本渲染、在线文件编辑器、协作图谱(报表)、代码片段分享(Gist)等功能。截止到2022-11-17,其注册用户已经超过9400万,托管版本数量也是非常之多,其中不乏知名开源项目Ruby on Rails、jQuery、python等。

2014年1月23日,联合创始人汤姆·普雷斯顿-维尔纳(Tom Preston-Werner)从另一位联合创始人克里斯·万斯特拉斯(Chris Wanstrath)手中接过总裁职位,后者也将接过普雷斯顿-维尔纳留下的CEO位置。

2018年6月4日晚,微软宣布,通过75亿美元的股票交易收购GitHub。 10月26日,微软以75亿美元收购GitHub交易已完成。10月29日,微软开发者服务副总裁奈特·弗里德曼(Nat Friedman)将成为GitHub的新一任CEO。

@@ -163,4 +163,4 @@

该文取指,github百度百科。’https://baike.baidu.com/item/github/10145341

工作这半年多,越发感觉能够每天,每周更新博客人是多么地厉害。这半年多,曾经看的一些博客都停了。我也要向前辈们学习,争取每周随便谢谢。争取做一下有用的作品。

image

-
文章作者: John Doe
文章链接: http://example.com/2024/03/31/hello-github/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
\ No newline at end of file +
文章作者: John Doe
文章链接: http://example.com/2024/03/31/hello-github/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
\ No newline at end of file diff --git "a/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" "b/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" index ef42550..760856d 100644 --- "a/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" +++ "b/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" @@ -1,14 +1,15 @@ -Hexo | Hexo +简单介绍一下vlc播放器 | Hexo - + - - + + +

无题

前言

作为一个经常动画的人,我需要一个能够播放动画的软件。vlc就是一个强大的动画播放器,它支持多种动画格式,如mp4,mkv等。一般下载的动画都能打开。

+ })(window)

简单介绍一下vlc播放器

前言

作为一个经常动画的人,我需要一个能够播放动画的软件。vlc就是一个强大的动画播放器,它支持多种动画格式,如mp4,mkv等。一般下载的动画都能打开。

安装

vlc的安装非常简单,只需要下载安装包并按照说明进行安装即可。安装完成后,可以在开始菜单中找到vlc的快捷方式,双击即可打开vlc。也可以设置为默认播放器,这样在打开动画文件时,vlc会自动打开。

官网:https://www.videolan.org/vlc/

image

@@ -167,4 +168,4 @@

优势4。完全免费:VLC 不含任何广告、间谍软件或用户追踪。你可以放心地使用它,而不必担心隐私问题。

这四点在使用了一年多的时间里都有或多或少的接触到。多格式支持,基本下载的动画都能打开;简单实用,点击即开;跨平台,在windows、linux、安卓上都有安装,都挺方便的;完全免费的开源软件,好评。

总结

使用vlc之前,使用过腾讯视频,迅雷影音,potplayer,使用vlc之后,发现vlc的动画播放速度比其他软件快很多,而且支持多种动画格式,使用起来非常方便。

-
文章作者: John Doe
文章链接: http://example.com/2024/04/20/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bvlc/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
\ No newline at end of file +
文章作者: John Doe
文章链接: http://example.com/2024/04/20/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bvlc/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hexo
公告
This is my Blog
\ No newline at end of file diff --git a/archives/2023/03/index.html b/archives/2023/03/index.html index b9e106e..6be0555 100644 --- a/archives/2023/03/index.html +++ b/archives/2023/03/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 2
2023
nihao
Hello World
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 2
2023
nihao
Hello World
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2023/04/index.html b/archives/2023/04/index.html index 0a1b479..d60cd4b 100644 --- a/archives/2023/04/index.html +++ b/archives/2023/04/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 1
2023
ipv6_test
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 1
2023
ipv6_test
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2023/index.html b/archives/2023/index.html index 9c6905f..d687e1d 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 3
2023
ipv6_test
nihao
Hello World
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 3
2023
ipv6_test
nihao
Hello World
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2024/03/index.html b/archives/2024/03/index.html index fc38ac6..d31be5f 100644 --- a/archives/2024/03/index.html +++ b/archives/2024/03/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 1
2024
无题
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 1
2024
无题
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2024/04/index.html b/archives/2024/04/index.html index 26ae184..2b41dda 100644 --- a/archives/2024/04/index.html +++ b/archives/2024/04/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 1
2024
无题
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 1
2024
简单介绍一下vlc播放器
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2024/index.html b/archives/2024/index.html index b72a97d..aaf862f 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 2
2024
无题
无题
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 2
2024
简单介绍一下vlc播放器
无题
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/index.html b/archives/index.html index ae12535..14caabc 100644 --- a/archives/index.html +++ b/archives/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
文章总览 - 5
2024
无题
无题
2023
ipv6_test
nihao
Hello World
公告
This is my Blog
最新文章
无题
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file + })(window)
文章总览 - 5
2024
简单介绍一下vlc播放器
无题
2023
ipv6_test
nihao
Hello World
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/index.html b/index.html index da82b27..71b58ca 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ isHome: true, isHighlightShrink: false, isToc: false, - postUpdate: '2024-04-20 16:20:11' + postUpdate: '2024-04-20 16:24:38' }
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git "a/tags/vlc\346\222\255\346\224\276\345\231\250-\350\247\206\351\242\221-decode-\345\212\250\347\224\273/index.html" "b/tags/vlc\346\222\255\346\224\276\345\231\250-\350\247\206\351\242\221-decode-\345\212\250\347\224\273/index.html" new file mode 100644 index 0000000..8d159aa --- /dev/null +++ "b/tags/vlc\346\222\255\346\224\276\345\231\250-\350\247\206\351\242\221-decode-\345\212\250\347\224\273/index.html" @@ -0,0 +1,151 @@ +标签: vlc播放器 视频 decode 动画 | Hexo + + + + + + + +
标签 - vlc播放器 视频 decode 动画
2024
简单介绍一下vlc播放器
公告
This is my Blog
最新文章
无题
ipv6_test
nihao
Hello World
网站资讯
文章数目 :
5
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file