Part1 Not only did they develop such a device but by the turn of the millennium they had also managed to embed it in a worldwide system accessed by bi ...
分类:
其他好文 时间:
2020-07-16 00:01:44
阅读次数:
163
260 Single Number III Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. ...
分类:
其他好文 时间:
2020-07-14 21:54:31
阅读次数:
104
附录 curl 命令完整的参数 $ curl --help Usage: curl [options...] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only --anyauth Pick "any" authenticatio ...
分类:
Web程序 时间:
2020-07-14 18:31:36
阅读次数:
69
2个按钮,一个用于打开文件,另一个用于保存文件。 只记录槽函数部分,备忘。 文件打开按钮 1 void MainWindow::on_pushButton_clicked() 2 { 3 QString caption = "open file"; 4 QString dir = "e://myte ...
分类:
其他好文 时间:
2020-07-14 18:26:25
阅读次数:
76
Unique Paths II (M) 题目 A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either ...
分类:
其他好文 时间:
2020-07-14 09:17:23
阅读次数:
72
Given a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d] if and only if either (a==c and b==d), or (a==d and b==c) - that ...
分类:
其他好文 时间:
2020-07-14 00:23:31
阅读次数:
56
定义 RAM:随机存取存储器(英语:Random Access Memory,缩写:RAM),这种存储器在断电时将丢失其存储内容,也叫主存,是与CPU直接交换数据的内部存储器。 ROM:(只读内存(Read-Only Memory)简称)英文简称ROM。ROM所存数据,一般是装入整机前事先写好的,整 ...
分类:
其他好文 时间:
2020-07-13 21:55:27
阅读次数:
118
在vim中,如果打开了没有写权限的文件,那么在修改后使用:w[rite]命令保存缓冲区至文件就会失败,下面我们尝试打开一个没有写权限的文件,如下图所示: 打开后,vim中会提示该文件是只读的(readonly),不可以修改: 如果我们对文件已经进行了修改(其实修改的是缓冲区,并没有写入文件),并使用 ...
分类:
系统相关 时间:
2020-07-13 21:30:50
阅读次数:
93
Given a binary string s (a string consisting only of '0' and '1's). Return the number of substrings with all characters 1's. Since the answer may be t ...
分类:
其他好文 时间:
2020-07-13 09:56:37
阅读次数:
68
Given a binary string s (a string consisting only of '0' and '1's). Return the number of substrings with all characters 1's. Since the answer may be t ...
分类:
其他好文 时间:
2020-07-13 09:45:45
阅读次数:
61