On a broken keyboard, some of the keys are worn out. So when you type some sentences, the characters corresponding to those keys will not appear on sc ...
分类:
其他好文 时间:
2019-08-11 23:15:16
阅读次数:
99
/** * Given a sorted linked list, delete all duplicates such that each element appear only once. * For example, * Given1->1->2, return1->2. * Given1->... ...
分类:
其他好文 时间:
2019-08-08 12:57:58
阅读次数:
84
String and Times 题目描述 Now you have a string consists of uppercase letters, two integers A and B. We call a substring wonderful substring when the time ...
分类:
其他好文 时间:
2019-08-03 21:19:35
阅读次数:
84
Document Id: Name: --> {... ...
分类:
其他好文 时间:
2019-07-24 17:47:25
阅读次数:
154
1.修改编辑器的主题 左上角File>settings>appearance 2.编码集的修改 File>settings>editor>file encodings 总共需要修改三处,idea China区下载的软件默认的编码集就是utf-8,修改完成后整个项目的编码集就是utf-8了 3.若想单 ...
分类:
其他好文 时间:
2019-07-19 23:49:48
阅读次数:
149
天gitlab中遇到的问题:当 git push origin branch_name时遇到报错如下:fatal:'origin' does not appear to be a git repositoryfatal:Could not read from remote repository原因: ...
分类:
移动开发 时间:
2019-07-16 00:03:21
阅读次数:
230
Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Given an array of integers where ...
分类:
移动开发 时间:
2019-07-14 21:27:18
阅读次数:
141
\section{Elementary inequalities for $\sigma_k$ function (Lecture given by Xinan Ma)}The elementary symmetric functions appear naturally in the geomet ...
分类:
其他好文 时间:
2019-07-03 19:48:37
阅读次数:
82
IDEA的黑色背景很好看。那么如何设置哪? File->Settings->Appearance&Behavior->Appearance OK!!! ...
分类:
其他好文 时间:
2019-07-03 13:37:34
阅读次数:
154
init-初始化程序 viewDidLoad-加载视图 viewWillAppear-UIViewController对象的视图即将加入窗口时调用; viewDidApper-UIViewController对象的视图已经加入到窗口时调用; viewWillDisappear-UIViewContr... ...
分类:
移动开发 时间:
2019-06-29 22:31:49
阅读次数:
147