技术
-
Dr.Jing's Lecture Note Ep.2
OGF - Cayley Formula Question Statement Prove # of trees on [n] = n^{n-2} Solution f:(1,2,3,...,n)\to(1,2,3,...,n) f(1)=1,f(n)=n Functional Digraph(directed graph) D V(D)=[n] 编者注:V为节点集合 (i,j)\in E(D) if f(i)=j 注:E为边集合 Example | …… -
Dr.Jing's Lecture Note Ep.1
$\mathcal A$ is a collection of combinatorial objects. => $\mathcal A$ and $\mathcal B$ are combinatorically isomorphic if there exist a size-preserving bijection between $\mathcal A$ and $\mathcal B$ Q1 Prove that number of Dyck Paths D_{n-1} equa…… -
初识PT——transmission安装和使用篇
阅读本文前可以先去了解一下PT,BT 前言:五一PT站PThome开放注册了,一直好奇PT的我就注册了一个账号... 喜滋滋的注册了以后,以为自此资源就不用烦了,却发现... 竟然有新手考核这种东西! 新手考核要求做种率达到5.0,上传和下载分别达到50G,魔力值达到3000. 其中上…… -
Changing the Skin of Chrome Dino
Tutorial on installing texture packs of Chrome Dino Step 1 Open Chrome Dino anywhere. from chrome://dino maybe Step 2 Press F12, turn to Console and input: Runner.imageSprite.src="<Your image path>" with quotes Note that your image path shou…… -
博客搭建小记2——验证邮件篇
博客的基本设置完成后,就折腾起了注册,然后发现默认注册需要邮件验证... 懒得改源码了上网一查网易和qq邮箱都有免费SMTP服务 (SMTP) 想了想用网易的吧 qq邮箱没逼格 网易用手机验证开通了授权码就可以使用smtp服务了 然后在添加了个邮件服务。 本以为万事大吉了,…… -
高斯(dick)积分
是我,高斯男孩 e**** d*** integral ∫(-inf,inf)e^(-x^2)dx ← 这是高斯积分 原式^2 =∫(-inf,inf)e^(-x^2)dx*∫(-inf,inf)e^(-y^2)dy =∬e^(-x^2-y^2)dσ D={(x,y)|x∈R,y∈R} = ∫dθ∫re^(-r^2*sin^2θ-r^2*cos^2)dr D={(r,θ)|r∈[0,inf),θ∈[0,2π]…… -
搭建博客小记
很早之前就有过这个想法了,但一直没付诸行动。 后来看见梨园论坛上有人出租阿里云美国轻量,配置价格线路还行,就租下来了,闲着没用,就搭起了博客。 很早知道了wordpress,然后宝塔面板又有一个一键部署wordpress源码的插件,就装下来了。整个过程比较顺畅。 ……