Code Monkey home page Code Monkey logo

gitalk's People

Contributors

xsummer1997 avatar

Watchers

 avatar  avatar

gitalk's Issues

Linux 下 NFS 服务配置 | Xsummer

https://xsummer1997.github.io/2020/07/12/NFS_CFG/

导言NFS(Network File System),即网络文件系统。功能是通过网络让不同的机器、不同的操作系统能够分享个人数据,让应用程序通过网络可以访问位于服务器磁盘中的数据。 NFS服务端、RPC协议、NFS客户端之间的关系 服务端NFS配置安装NFS和RPC CentOS 1$ yum install -y nfs-utils rpcbind Ubuntu 1$ sudo apt-

正则表达式详解 | Xsummer

https://xsummer1997.github.io/2020/12/11/Detailed-Regex/

什么是正则表达式正则表达式,又称规则表达式。(英语:Regular Expression,在代码中常简写为regex、regexp或RE),计算机科学的一个概念。正则表达式通常被用来检索、替换那些符合某个模式(规则)的文本。 基本匹配在搜索时直接输入想要搜索的字母数字或字符,例如: 1234$ cat regtest.txt$ The fat cat sat on the mat$ grep -o

Vim 的一些基本命令 | Xsummer

https://xsummer1997.github.io/2019/12/04/Vim-Some-Basic-Commands/

vi/vim 常用基本命令: 文本的输入: a\A 光标后\当前行最后面插入i\I 光标前\当前行最前面插入o\O 在当前行的 下一行\上一行插入新的空白行 文本的删除: x\X 删除光标处、光标前的字符dd 删除当前行J 删除当前行的换行符,使当前行与下一行合并为一行 12345678d+定位符 d0\d^ 删除光标左边的文本。0或^代表行首 d$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.