码迷,mamicode.com
首页 >  
搜索关键字:tom启动报错:content is not allowed in prolog.    ( 1592个结果
【LeetCode】Remove Duplicates from Sorted Array II
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
disabled的值无法传递到action层
如果想让表单不可输入的状态,我将表单设置为了: style="cursor:not-allowed;" disabled 但是这样设置之后就发现,在后台的action怎么都没有办法获取到值。最后在网上搜了一下,说把disabled替换成readonly,替换完成后确实可以将值传递到后台,但是表单又可以获得焦点。获得焦点让人看的不舒服。但是项目紧,就先这样了把。 表单设置为disabled后...
分类:其他好文   时间:2014-05-23 02:17:44    阅读次数:316
CareerCup之2.1无序链表删除重复元素
【题目】 原文: 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
android monkey
# monkey                                            usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]               [-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]               [--ignore-crash...
分类:移动开发   时间:2014-05-18 10:09:09    阅读次数:314
Mysql导入大SQL文件数据问题
如果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错误1130
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
zoj Gao The Sequence
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
ZOJ3672:Gao The Sequence
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
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
ORA-16179: incremental changes to "log_archive_dest_1" not allowed with SPFILE
参考文章
分类:其他好文   时间:2014-05-09 17:57:20    阅读次数:272
1592条   上一页 1 ... 157 158 159 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!