Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 1 -> A 2 -> B 3 -> C ... 26 -> Z 27 -> AA 28 ...
分类:
其他好文 时间:
2017-07-30 15:51:56
阅读次数:
128
Best Cow Line Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 25616 Accepted: 6984 Description FJ is about to take his N (1 ≤ N ≤ 2,000) co ...
分类:
其他好文 时间:
2017-07-30 12:40:15
阅读次数:
154
ISO input[type="number"]{-webkit-text-fill-color:black; -webkit-opacity:1; opacity: 1;} 解决ios里,input框内color设置black,文字任为灰色 input {-webkit-appearance: n ...
分类:
移动开发 时间:
2017-07-29 12:58:34
阅读次数:
149
iOS中控制器的生命周期 一般我们在创建控制器的时候,有三种方法。 1. 直接通过代码创建 2. 通过storyboard创建 3. 通过Xib,在创建控制器的时候传入一个Xib文件作为这个控制器的view。 直接通过代码创建 通过代码创建这种凡是,我们打印调用顺序可以发现 对应的代码调用顺序就是 ...
分类:
移动开发 时间:
2017-07-28 00:56:18
阅读次数:
298
典型并且基础的错误: 错误显示: c++的类中只能有属性和方法(也可以说函数)。 方法就是你定义的类中的那些实现函数,属性相当于类中的那些参数。 上面代码中报错的for循环,目的是对result数组进行初始化,但这个for循环不是一个函数,在类里面是不允许这种执行语句的,必须转换成函数才行。因为re ...
分类:
其他好文 时间:
2017-07-27 18:40:02
阅读次数:
274
Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements that appear twi ...
分类:
其他好文 时间:
2017-07-26 17:58:46
阅读次数:
137
SecureCRT中文乱码的问题,解决方法如下: 打开Option菜单,点击Session Options… 在Appearance外观这里,选择编码——UTF-8 一定要记得先保存!! 然后断开、重新连接服务器,应该可以正常显示中文了。 设置UTF-8编码后 (全文完) ...
分类:
其他好文 时间:
2017-07-25 13:39:01
阅读次数:
123
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
其他好文 时间:
2017-07-25 01:01:46
阅读次数:
152
Parallel Computer Simulator Description Programs executed concurrently on a uniprocessor system appear to be executed at the same time, but in reality ...
分类:
其他好文 时间:
2017-07-24 23:34:31
阅读次数:
171
Configuration file: E:/LessOrMore/_config.yml Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem ...
分类:
其他好文 时间:
2017-07-24 11:39:01
阅读次数:
334