Giter VIP home page Giter VIP logo

blogcomm's Introduction

BlogComm

blogcomm's People

Contributors

wzf5251 avatar

Watchers

 avatar

blogcomm's Issues

Redis相关 | 瑾宸

https://wzf5251.github.io/posts/a1d47c8e/

1、Redis常用在什么时候,为什么要用Redis12345678910首先需要知道Redis是作为缓存来使用的,那么为什么要使用缓存技术呢,因为Redis是基于内存操作,使用多路IO,以及简单的数据结构并且是单线程的,可以使其响应起来迅速,也就是反应快。那么在日常开发中当我们遇到一个比较热点的东西或者访问量较大的东西时就可以使用Redis来作为缓存,存放这些热点数据。它的使用场景: 1、作为缓存

Linux常用命令 | 瑾宸

https://wzf5251.github.io/posts/d0edc1ed/#more

12345678910111213141516cd usr #切换到usr目录下cd.. #切换到上一层目录cd/ #切换到根目录cd~ #切换到用户主目录ll #查看目录信息touch #创建文件夹tail -f #动态查看日志tar -zcvf #打包压缩tar -xvf #解压缩ls -l #查看某个目录下文件或目录的权限ps -ef/ps -aux #查看正在运行的进程kill -9 进程

Redis相关 | 瑾宸

https://wzf5251.github.io/2023/02/20/Redis%E7%9B%B8%E5%85%B3/

1、Redis常用在什么时候,为什么要用Redis12345678910首先需要知道Redis是作为缓存来使用的,那么为什么要使用缓存技术呢,因为Redis是基于内存操作,使用多路IO,以及简单的数据结构并且是单线程的,可以使其响应起来迅速,也就是反应快。那么在日常开发中当我们遇到一个比较热点的东西或者访问量较大的东西时就可以使用Redis来作为缓存,存放这些热点数据。它的使用场景: 1、作为缓存

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.