本文是关于 Hexo 博客设置优化的系列文章汇总, 提供历史更新记录, 系列文章快速通道, 以及博客写作期间涉及到的参考文章.
第一章 Python 和数据化运营
数据化运营: 指通过数据化的工具, 技术和方法, 对运营过程中的各个环节进行科学分析, 引导和应用, 从而达到优化运营效果和效率, 降低成本, 提高效益的目的; 辅助决策式数据化运营 数据驱动式数据化运营 1. 数据驱动式数据化运营工作流程: 2. Python and Jupyter查看 Ju ...
Linux 命令 TOP
[Hexo 博客插件系列-03] 博客备份 hexo-git-backup
备份是一件十分重要的事情!!!
前几日阁主就听闻一网友说, 他将本地的博客目录放在 C 盘下, 后来重装系统忘记拷贝出来, 现在四处寻求如何恢复. 大概也许一定以及肯定, 我们只能送一首凉凉给他了~
所以本文就主要介绍一个插件 hexo-git-backup
用来备份博客.
jupyterlab 自定义快捷键
{ "runmenu:run-all": { "command": "runmenu:run-all", "keys": ["Ctrl Shift Alt A"], "selector": "[data-jp-code-runner]", "title" ...
[LeetCode-py-0003] Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters.
Windows 添加 VSCode 右键菜单
右键菜单中没有常用的 Open with VSCode
或 Open VSCode here
的选项, 该怎么办?
[Hexo 博客系列-00] 基础安装部署教程
我是新手, 我是小白, 我什么也不会, 但是我就是想用 Hexo 来部署一个自己的网站/博客, how?
就让阁主手把手来教你吧, 有问题有疑问请在文章下方留言, 阁主 24 小时帮你 debug~
真的吗? 假的~
[Hexo 博客插件系列-04] 3D标签云 svg3dtagcloud
本文主要介绍如何展示一个 3D 标签云, 让标签页面灵动起来~
[LeetCode-py-0002] Add Two Numbers
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.
You may assume the two numbers do not contain any leading zero, except the number 0 itself.