Local - Hexo Site
Reference: Hexo and its documentation.
Hexo is a blog framework based on Node.js. In this article, we will initialize a Hexo site on local disk, and talk about how to publish it to GitHub Pages, which would use Git indirectly.
It's a blog made by CupCui just for 装X.
Local - Hexo Site
Reference: Hexo and its documentation.
Hexo is a blog framework based on Node.js. In this article, we will initialize a Hexo site on local disk, and talk about how to publish it to GitHub Pages, which would use Git indirectly.
Bézier 曲线
一条 n 次 Bézier 曲线可以表示为:R(t)=∑ni=0RiBi,n(t),0≤t≤1,其中:
Ri 是控制顶点,我们可以看出,一条 n 次 Bézier 曲线有 n+1 个控制顶点,即 n 次 n+1 阶曲线;
Bi,n(t) 是 Bernstein 基函数,定义为:Bi,n(t)=Cin(1−t)n−iti,其中 Cin 为二项式系数 Cin=n!i!(n−i)!。
在使用Docker安装Gogs时,一般会把容器的22端口映射到主机的其它端口(比如10022)
在以SSH方式clone项目时,URL长这样
ssh://git@git.example.com:10022:username/project.git
但我们想要的是类似于GitHub那样的,这时需要把Gogs的SSH端口设置为22
git@git.example.com:username/project.git
下面说一下主要步骤
只要 google YouTube 下載 隨便就能找到很多網站讓你能下載影片
不過我不久前就很好奇要怎樣才能取得 yt 影片的真實網站,因此就花了點時間去研究原理
而我最後把它做成一個簡單的 api 伺服器,改一下應該也能當成 npm module 來發布
GitHub: maple3142/ytdl
而這篇文章會簡單的講是怎麼下載 yt 影片的
为什么要重构
从去年 10 月份开始,LeanCloud 国内节点 API 的老版域名 api.leancloud.cn 在国外一些地区和国内少数地区会出现一定概率的解析错误(DNS 污染),这导致我们的博客阅读量无法正常显示
官方解决方案
如果使用的是原生 SDK,请尽快升级到以下版本:
Hello, it’s my first blog and welcome to my blog.
By the way, I’m glad to grow with you.