凝弋

海内存知己,天涯若比邻。

郑国渠

摄影记录


丝路欢乐世界

摄影记录

摄影记录 摄影记录

Binary tree

Binary tree

Binary tree PreorderTraversal inorderTraversal PostorderTraversal class Node: def __init__(self, data): self.left = None self.right = None self.data = dat...

Ruby 2.4

How to install Ruby 2.4 on ubuntu 16.04

如何在Ubuntu上安装Ruby2.4 sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update sudo apt-get install ruby2.4 ruby2.4-dev 如何在Ubuntu上安装Ruby2.4 sudo apt-add-reposi...

Shell Script

Shell Script 3rd

Part1 Linux Command 文件和目录列表,长列表、过滤输出 ls 显示长列表 ls -l 过滤输出列表 ls -l my_sc*,?,[sc],[!a],[a-f]pt 处理文件,创建、复制、链接、重命名、删除 修改文件访问时间 touch -a <filename> ls -l --time=atime <file...

V2ray

v2ray

v2ray Server bash <(curl -s -L https://git.io/v2ray.sh) Windows Client V2rayN Ubuntu Clinet https://github.com/v2ray/v2ray-core/releases v2ray Server bash &l...

Samba

Share file to Windows witch Samba

Samba共享Ubuntu文件到Windows中 为甚? 在你学习计算机的时候,你是否有这样的经历? Windows 开发环境,Linux 开发环境,到底选那个? A:Linux 开发很方便,上手后用起来直接起飞… B:Linux 没有Office Word 写文档什么的很麻烦… A:可是有些编译只有在Linux上的说明啊,我这...