240 发简信
IP属地:巴伐利亚
  • [Leetcode]195.tenth-line

    题目 Tenth Line Given a text file file.txt, print just the 10th line of th...

  • [Leetcode]194.transpose-file

    题目 Transpose File Given a text file file.txt, transpose its content. You...

  • [Leetcode]193.valid-phone-numbers

    题目 Valid Phone Numbers Given a text file file.txt that contains list of ...

  • [Leetcode]192.word-frequency

    题目 Word Frequency Write a bash script to calculate the frequency of each...

  • C/C++中指针/数组的访问

    引入 我们的前提是下面几个变量: 下面六种赋值之后,变量var的值是否相同? var = array[4] var = *(array + 4)...

  • C/C++中指针类型声明: `*`的位置

    引入 我们用两个简单(?)的问题作为引入,当然我们整篇文章都会围绕这两个问题: 下面四种类型声明等价吗?int* i;int *i;int * ...

  • Resize,w 360,h 240
    [DBMS]PostgreSQL基于Linux deb系统安装

    psql 安装 本文基于deb Linux系统。 安装PostgreSQL: 管理PostgreSQL: 创建用户 - create user ...

  • Resize,w 360,h 240
    [SQL]高级SQL-递归(2)

    第二部分数据集 - 公共交通 Schema 公共交通数据集Fahrplan在https://hyper-db.de/interface.html...

  • Resize,w 360,h 240
    [SQL]高级SQL-递归(1)

    递归 Recursion 我们这一篇文章采用并介绍PostgreSQL的SQL递归(Recursion)语法。递归同时是一个数据库之内有语法sy...