Remove Duplicates from Sorted Array IIFollow up
for "Remove Duplicates":What if duplicates are allowed at mosttwice?For
example,Given sorted array A =...
分类:
其他好文 时间:
2014-05-23 10:23:40
阅读次数:
250
如果想让表单不可输入的状态,我将表单设置为了:
style="cursor:not-allowed;" disabled
但是这样设置之后就发现,在后台的action怎么都没有办法获取到值。最后在网上搜了一下,说把disabled替换成readonly,替换完成后确实可以将值传递到后台,但是表单又可以获得焦点。获得焦点让人看的不舒服。但是项目紧,就先这样了把。
表单设置为disabled后...
分类:
其他好文 时间:
2014-05-23 02:17:44
阅读次数:
316
【题目】
原文:
2.1 Write code to remove duplicates from an unsorted linked list.
FOLLOW UP
How would you solve this problem if a temporary buffer is not allowed?
译文:
从一个未排序的链表中移除重复的项
...
分类:
其他好文 时间:
2014-05-22 12:04:13
阅读次数:
196
# monkey
usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]
[-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]
[--ignore-crash...
分类:
移动开发 时间:
2014-05-18 10:09:09
阅读次数:
314
如果sql文件过大,会出现mysql out of memory
(NeededXXXbytes),或者"MySQL server has gone away"问题;
另外如果sql文件数据有中文,会出现乱码。解决的问题,修改max_allowed_packet参数,在my.ini或者my.cnf文...
分类:
数据库 时间:
2014-05-15 20:54:05
阅读次数:
395
Mysql远程连接Mysql服务器的数据库,错误代码是1130,ERROR 1130:
Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL
server猜想是无法给远程连接的用户权限问题。这样子操作mysql库,即可解决。在本机登...
分类:
数据库 时间:
2014-05-14 22:28:19
阅读次数:
427
Gao The SequenceTime Limit:2 Seconds Memory
Limit:65536 KBYou are given a sequence of integers,A1,A2,...,An. And you are
allowed a manipulation on the...
分类:
其他好文 时间:
2014-05-13 19:49:14
阅读次数:
277
You are given a sequence of integers, A1,A2,...,An. And you are allowed a manipulation on the sequence to transform the origin sequence into another sequence B1,B2,...,Bn(Maybe the two sequences are s...
分类:
其他好文 时间:
2014-05-13 13:45:10
阅读次数:
327
error: ‘for’ loop initial declarations are only
allowed in C99
mode:编译参数加个-c99试试,你会发现可以了貌似c语言出来的时候还没有c99标准在for内部定义循环变量是c99的内容把int 定义挪出来就ok了
分类:
其他好文 时间:
2014-05-12 00:50:26
阅读次数:
212