On a broken keyboard, some of the keys are always stucked. So when you type some sentences, the characters corresponding to those keys will appear rep ...
分类:
其他好文 时间:
2019-02-26 16:57:24
阅读次数:
163
題目 : Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extr ...
分类:
编程语言 时间:
2019-02-26 00:39:53
阅读次数:
227
题目要求 We are given two sentences A and B. (A sentence is a string of space separated words. Each word consists only of lowercase letters.) A word is un ...
分类:
其他好文 时间:
2019-02-22 10:28:04
阅读次数:
204
Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra spa ...
分类:
其他好文 时间:
2019-02-20 20:01:55
阅读次数:
176
https://leetcode.com/tag/greedy/ ...
分类:
其他好文 时间:
2019-01-27 22:10:06
阅读次数:
373
主要原因: ON_nWP;这个应该放在 unsigned char Delay; unsigned char ReData; 的后面。 修改成功。 ...
分类:
移动开发 时间:
2019-01-20 17:28:40
阅读次数:
327
private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { //偶数行奇数列||奇数行偶数列 if ( e.RowHandle != grid ...
分类:
其他好文 时间:
2019-01-02 15:05:12
阅读次数:
258
在app首页push到别的界面,再返回的时候,tabBar上的图标和文字出现一个从上往下跳动的动画(发现很多app都有这个情况) 解决办法是: 在tabbarcontroller或者AppDelegate里 设置 [[UITabBar appearance] setTranslucent:NO];t ...
分类:
移动开发 时间:
2019-01-02 12:48:49
阅读次数:
246
Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure your ...
分类:
其他好文 时间:
2018-12-31 21:09:19
阅读次数:
137