33 Matching Annotations
  1. Nov 2023
    1. It’s fairly easy to know if operator will store results of its execution as it will be one of the parameters passed to the operator’s class.

      相当

  2. Oct 2023
  3. www.npmjs.com www.npmjs.com
    1. 同时在密钥中有一个注释字段,用-C来指定所指定的注释,可以方便用户标识这个密钥,指出密钥的用途或其他有用的信息。所以在这里输入自己的邮箱或者其他都行,当然,如果不想要这些可以直接输入:

      测试

    2. 在Windows下查看[c盘->用户->自己的用户名->.ssh]下是否有"id_rsa、id_rsa.pub"文件,如果没有需要从第一步开始手动生成,有的话直接跳到第二步。

      测试

    1. Of course, if the fingerprint differs from what is in the known_hosts file, this could indicate a malicious user is targeting you.

      恶意的

    2. The name should give you a clue as to what it contains, but for clarity, it’s a list of SSH remote hosts known to the computer.

      清晰地

    1. Redis Streams is an incredibly powerful data structure for managing high-velocity data streams (like a message queue).

      难以想象的,高速的

    2. Redis HyperLogLog is a probabilistic data structure used to count unique values (set cardinality) at a constant memory size.

      概率性的

    3. Redis sophisticated data structures enable you to develop applications with fewer lines of elegant code to store, access, and use your data and enable powerful and speedy in-memory processing.

      复杂的,优雅的,迅速的