Avatar notebook default
13篇文章 · 4541字 · 1人关注
  • kotlin example

    Utils InfixDemo.kt DelegatesStudy.kt KotlinSTD.kt BenchMarks.kt

  • 试着翻译 PALM Tree 论文

    原文 PALM: Parallel Architecture-Friendly Latch-Free Modifications to B+ T...

  • Git for humans

    this is a guide that wants to make git for humans 1. git install here is...

  • 我的bash 入门

    进入bash shell 之后:vim my_shell.sh 创建并编辑该文件 保存后,运行该文件:source my_shell.sh 获取...

  • Linux 指令整理

    1. 磁盘管理命令 ls 显示指定工作目录下之内容(列出目前工作目录所含之文件及子目录)ls [-alrtAFR] [name...] -a(a...

  • python 爬虫下载图片(煎蛋)

    我所用到的库BeautifulSoup,requests 煎蛋网的页面是gzip压缩后的,需要解压再,从中解析element try excep...

  • IP地址

    10.10.152.235/24 IP地址由四个字节构成,每个字节用0-255的数字表示,字节之间用 . 号分割。后面的/24表示子网掩码,24...

  • restful API

    先从Web Service说起。Service就是提供可利用的资源,那么再加上Web这张网就可以对资源利用得到极大延伸,不在局限于你的本地或四邻...

  • 字符串匹配算法之 KMP

    暴力破解版 KMP版 Boyer-more算法

文集作者