Todou

Stay Learning

Personal Blog


  1. 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 …

    继续阅读

  2. ubuntu & win10 双系统删除 uefi

    之前装了Ubuntu和windows双系统,后面不想用ubuntu了,网上大部分的卸载方法都是mbr的,但是我的是uefi,所以不适用。 自己网上查资料查了半天,后面才找到一个解决的办法。 需要的东西: U盘,容量大于等于8G easyuefi Windows 10 原版镜像 首先用easyuefi等软件,把多的系统启动项删除掉,比如删除掉ubuntu。 然后用制作windows 10的U盘启 …

    opreation system 继续阅读

  3. Some useful Command

    apt list –installedList the package that you have installed dpkg -iInstall the pkg that you want bash-aliasThe bash alias can save your time and life. edite the file in .bash_alias alias server_name …

    bash 继续阅读

  4. Traverse A tree

    The Binary Tree traverse problem: pre-order in-order post-order Binary Tree Preorder TraversalGiven a binary tree, return the preorder traversal of its nodes’ values. Example: Input: [1,null,2,3] …

    python 继续阅读

  5. Good source for learning Hexo

    5分钟 搭建个人博客 Hexo and Markdown …

    继续阅读