StonesLuo logo

StonesLuo

Laziness is the Sin

CS基础


Blogs Repo

  • 所有博客
  • CS基础
  • 算法题
  • 机器学习
  • 阅读笔记
  • Weibo
  • Github
  • Twitter
  • RSS
  • Email
  1. Screen常用命令

    1. New a screenscreen -S sc12. Detach a screenctrl + a + dorscreen -d name3. Search the screen ids & reattach a screenscreen -lsscreen -r id4. Kill a screenkill -9 sc1_idscreen -wipe…

    2019-07-08 • cs-basic, screen, linux继续阅读

  2. Vim基础

    1.shell命令行进入vim模式set -o vi2.vim常用命令2.1 游标移动 Option name Markup nh,nj,nk,nl 游标上下左右移动n位 n<space> 游标向后移动n位 0,$ 移动到这一行最前面,最后面 gg 移动到文档的第1行 n...…

    2019-07-08 • cs-basic, vim, linux继续阅读

  3. MarkDown 语法(On MacDown)

    Markdown and MacDownMacDown:render Markdown contents real-time into HTML, and display them in a preview panel.MacDown support all the original Markdown syntaxes and it can do so much more. Various popular but non-standard syntaxes can be turned on...…

    2019-07-05 • cs-basic, markdown继续阅读

  4. Jekyll 搭建 Github Pages 个人博客

    Git commands to update online pages:git add --allgit commit -m "First Push"git push -u origin masterLocal repository sets & edits:1. Install jekyllbrew install rubygem install jekyll bundler2. Init the repository & start local web pages2.1...…

    2019-07-05 • cs-basic, Jekyll, Github继续阅读


1 / 1
本站点采用知识共享 署名-非商业性使用-相同方式共享 4.0 国际 许可协议 由 Jekyll 于 2019-07-08 生成,感谢 Digital Ocean 为本站提供稳定的 VPS 服务 本站采用 Vno - Jekyll 作为主题,您可以在 GitHub 找到本站源码 - © 2019