在查看alert日志的时候发现: 1 
*********************************************************************** 2 3 
Fatal NI connect error 12170. 4 5 VERSION INFORMATI...
                            
                            
                                分类:
其他好文   时间:
2014-05-21 20:13:32   
                                阅读次数:
298
                             
                    
                        
                            
                            
                                1、下载python3.3安装包#wget wget --no-cookie 
--no-check-certificate --header "Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" 
http://www.python.org/ftp/pytho...
                            
                            
                                分类:
编程语言   时间:
2014-05-21 17:23:59   
                                阅读次数:
391
                             
                    
                        
                            
                            
                                #include
 #include
 #include
 #define STACK_INIT_SIZE 100
 #define STACKINCREMENT 10
 #define OVERFLOW -1
 #define OK 1
 #define ERROR 0
 typedef int Status;
 typedef int SElemType;
 typedef struct
 {...
                            
                            
                                分类:
其他好文   时间:
2014-05-21 16:31:38   
                                阅读次数:
215
                             
                    
                        
                            
                            
                                /* 
二. 栈的应用-迷宫解题 
*/  
#include  
#include  
#include  
  
#define TRUE  1   
#define FALSE 0  
#define OK    1  
#define ERROR 0  
#define INFEASIBLE -1  
#define OVERFLOW   -2  
  
//坐标类型  
typedef...
                            
                            
                                分类:
其他好文   时间:
2014-05-21 15:32:04   
                                阅读次数:
353
                             
                    
                        
                            
                            
                                package com.orgcent.util;
import java.io.File;
import android.os.Environment;
import android.os.StatFs;
public class MemoryStatus {
    static final int ERROR = -1;
    /**
     * 外部存储是否可用
     * ...
                            
                            
                                分类:
移动开发   时间:
2014-05-21 14:34:23   
                                阅读次数:
362
                             
                    
                        
                            
                            
                                如示例 var demo=$(".formsub").Validform(),那么demo对象会有以下属性和方法可以调用:
tipmsg【object】
如:demo.tipmsg.s="error! no messageinputed.";
通过该对象可以修改除 tit 以外的其他提示文字,这样可以实现同一个页面的不同表单使用不同的提示文字。
具体可修改的提示文字
$....
                            
                            
                                分类:
其他好文   时间:
2014-05-21 13:35:35   
                                阅读次数:
356
                             
                    
                        
                            
                            
                                主要是权限不足引起的。需要提升程序的权限。具体提升方式参照以下文章:
Windows程序权限提升...
                            
                            
                                分类:
数据库   时间:
2014-05-21 13:30:48   
                                阅读次数:
916
                             
                    
                        
                            
                            
                                InstallingwithCitrixXenServerNote:ToinstalltheAdaptecRAIDcontrollerdriverwithCitrixXenServer,youmustburntheXenServerdriverisop_w_picpathtoawriteableCD.YouwillbepromptedtoinserttheXenServerdriverCDtwice.YouneedtheXenServerinstallationCDtocompletethistask.You..
                            
                            
                                分类:
其他好文   时间:
2014-05-21 13:19:58   
                                阅读次数:
454
                             
                    
                        
                            
                            
                                最近和异地同事测试一个静态库,在他编译完静态库发送过来进行使用时,一编译就会报错,如下图:
引起这个错误的原因有很多,但是网上找不到的一个原因是 , 在编译静态库的时候所使用的 XCode 版本低于当前 项目使用的 Xcode版本。
这问题很狗血,特别是异地调试......
                            
                            
                                分类:
移动开发   时间:
2014-05-21 10:05:13   
                                阅读次数:
321
                             
                    
                        
                            
                            
                                问题表现为:
在Windows下使用pdflatex编译时,所有使用.eps文件的地方都会得到一条错误信息:!LaTex Error:Unknown graphics extension:.eps。
不管你用的是\epsfig、\includegraphics还是其他命令,都会遇到这个问题。
原因:
pdflatex只能支持pdf、jpg、jpeg、png共4中格式的图片。...
                            
                            
                                分类:
其他好文   时间:
2014-05-21 09:10:28   
                                阅读次数:
896