错误:Result Maps collection already contains 
value 
for......解决方法:原因有很多,还有一种是因为自动生成代码所带来的,运行了多次自动生成代码的程序,导致了XXXMapper.xml的内容多出来很多,原来自动生成代码的时候生成的XML代码不是覆盖...
                            
                            
                                分类:
其他好文   时间:
2014-05-10 05:16:08   
                                阅读次数:
300
                             
                         
                    
                        
                            
                            
                                error: RPC failed; result=22, HTTP code = 411fatal: 
The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
                            
                            
                                分类:
其他好文   时间:
2014-05-10 01:06:09   
                                阅读次数:
367
                             
                         
                    
                        
                            
                            
                                今天在创建数据源的时候报了这么一个错Invalidbyte3of3-byteUTF-8sequence.上网一查,说是有中文,字体不相符,可是我没有写中文,为了能继续往后进行,修改了如下文件在start-pentaho.bat中添加了一句代码修改前IF"%BITS%"=="64"(
setCATALINA_OPTS=-Xms1024m-Xmx2048m-XX:Max..
                            
                            
                                分类:
其他好文   时间:
2014-05-09 21:43:58   
                                阅读次数:
425
                             
                         
                    
                        
                            
                            
                                用户电脑无法重新激活bitlocker,点打开的时候提示错误信息:InvalidNamespace,命令行界面输入:manage-bde-status,同意提示InvalidNamespace,于是命令行界面跳到C:\Windows\System32\wbem\下,用命令:mofcomp.exewin32_encryptablevolume.mof尝试修复,提示Anerroroccurredw..
                            
                            
                                分类:
其他好文   时间:
2014-05-09 21:16:07   
                                阅读次数:
702
                             
                         
                    
                        
                            
                            
                                错误原因:
如API中所述
API:
A table of data representing a database result set, which is usually generated by executing a statement that queries the database. A
ResultSet object maintains a cursor pointi...
                            
                            
                                分类:
数据库   时间:
2014-05-09 21:00:43   
                                阅读次数:
423
                             
                         
                    
                        
                            
                            
                                1.document.write(""); 输出语句 2.JS中的注释为// 
3.传统的HTML文档顺序是:document->html->(head,body) 
4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,documen...
                            
                            
                                分类:
Web程序   时间:
2014-05-09 19:40:08   
                                阅读次数:
470
                             
                         
                    
                        
                            
                            
                                仅一个例子,添加div1 this.result.InnerHtml = "ok";2 
HtmlGenericControl div = new HtmlGenericControl();3 div.TagName = "div";4 ...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 19:35:19   
                                阅读次数:
308
                             
                         
                    
                        
                            
                            
                                在UEditor一些版本中,如果粘贴Excell中的内容到编辑器,会粘贴不进去,打开控制台发现JS报错了。
在ueditor.all.js:3048行报如下错误:
Uncaught TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid....
                            
                            
                                分类:
其他好文   时间:
2014-05-09 15:16:34   
                                阅读次数:
290
                             
                         
                    
                        
                            
                            
                                It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the video recording. Finally although the result seemed
...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 14:58:02   
                                阅读次数:
373
                             
                         
                    
                        
                            
                            
                                function Fun(x: Integer): Integer;asm mov ecx, 
&x dec ecx {汇编中的 dec 是减 1 指令, 和 Delphi 是一样的} mov @Result, ecx {在本例中去掉 @ 也可以, 
暂时不知怎么回事}end;去掉两个符号,对...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 09:20:32   
                                阅读次数:
323