生猛大蝦

table css样式

<head> <title></title> <style type="text/css"> table { border-collapse: collapse; margin: 0 auto; text-align: center; } table td, table th { border: 1p...

CentOS 7安装TCP BBR

  TCP BBR(Bottleneck Bandwidth and Round-trip propagation time)是由Google设计,于2016年发布的拥塞算法。以往大部分拥塞算法是基于丢包来作为降低传输速率的信号,而BBR则基于模型主动探测...

node, npm 升级

# 先安装模块n npm install n -g # 将 node 升级到最新稳定版 n stable # 将 npm 升级到最新版 npm install npm -g # 如果要指定版本,可以通过@指定版本 # npm install [email protected] -g

WordPress主题模板文件的引入方法

get_template_part() 用来引用模板文件,类似于 get_header()、get_sidebar() 和 get_footer(),只不过这个 get_template_part() 可以引入自定义名字的文件。 使用方法: get_template_part( $slug, $...

极客族公共加速服务

https://cdn.geekzu.org/ 感谢大佬提供 Google前端库(Google Hosted Libraries) 源地址://gapis.geekzu.org/ajax// 替换为://gapis.geekzu.org/ajax/ 注意,ajax.googleapis.com/ajax/应当替换为gap...

神奇的 ctrl+shift+v 粘贴

最近用wolai越来越顺手, 打算把文档都转移过来, 但是复制emoji的时候出了问题, 经常无法粘贴到, 直到根据客服的指引使用了: ctrl+shift+v 不得不说一句 卧槽流弊! 不仅保留了emoji, 还保留了行 记录一下