1 
//http://blog.chinaunix.net/uid-24549279-id-71355.html 2 /* 3 
============================================================================ 4 
Name...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:10:13   
                                阅读次数:
223
                             
                         
                    
                        
                            
                            
                                原地址:http://www.cnblogs.com/svage/p/3700122.html1、删除目录及子目录下的 .svn目录 find . -type 
d -name ".svn" | xargs rm -rf2、/tmp 目录的权限drwxrwxrwt rwt的意思是:对目录有执行权...
                            
                            
                                分类:
系统相关   时间:
2014-07-22 23:09:34   
                                阅读次数:
552
                             
                         
                    
                        
                            
                            
                                1 
//http://blog.chinaunix.net/uid-24549279-id-71355.html 2 /* 3 
============================================================================ 4 
Name...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:08:52   
                                阅读次数:
299
                             
                         
                    
                        
                            
                            
                                java.lang.IllegalStateException: Target host 
must not be null, or set in parameters. 
原因:连接地址不完整,必须加上"http://"。========================================...
                            
                            
                                分类:
移动开发   时间:
2014-07-22 23:08:12   
                                阅读次数:
415
                             
                         
                    
                        
                            
                            
                                #安装1.进入Eclipse, Help->Install New 
Software,点击Add按钮:Name: PyDev(随意) Location: 
http://pydev.org/updates2.选择PyDev下的PyDev for Eclipse,别的都不要选,否则依赖检查那关过不去。按...
                            
                            
                                分类:
编程语言   时间:
2014-07-22 23:07:35   
                                阅读次数:
415
                             
                         
                    
                        
                            
                            
                                Bootstrap 的简单表格实例 Example of Table with twitter 
bootstrap Student-ID First Name Last Name ...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:06:56   
                                阅读次数:
327
                             
                         
                    
                        
                            
                            
                                $.ajax({type:"get", url:"http://", 
data:"name="+userid+"&password="+password,async:true, 
error:function(request){alert("Connectionerror"); }, success:...
                            
                            
                                分类:
Web程序   时间:
2014-07-22 23:06:54   
                                阅读次数:
373
                             
                         
                    
                        
                            
                            
                                原文地址:http://hankjin.blog.163.com/blog/static/33731937200942915452244/程序中不可避免的要用到配置文件或数据,对于数据量比较小的程序,部署数据库花费的时间就显得浪费了,因此用XML来存储不妨为一个很好的办法,而且结合C#的DataSe...
                            
                            
                                分类:
数据库   时间:
2014-05-01 16:20:41   
                                阅读次数:
328
                             
                         
                    
                        
                            
                            
                                博客原文:http://hankjin.blog.163.com/blog/static/33731937201031511305338/先说C++,标准C++不支持finally, 
如果要实现finally的效果,可以用析构函数来实现: class File_handle { FILE* p;p....
                            
                            
                                分类:
编程语言   时间:
2014-05-01 16:17:26   
                                阅读次数:
371
                             
                         
                    
                        
                            
                            
                                题意:求n!中末尾连续0的个数 其实就是2*5的个数30! 中有5 10 15 20 25 
30 是5的倍数有6个 6=30/5;6/5=1; 这个1 为255 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 
85 90 95 100 100/5=20; ....
                            
                            
                                分类:
其他好文   时间:
2014-05-01 15:58:58   
                                阅读次数:
288