在做项目时遇到了这个异常,网上一查才知道 JSTL core库的版本问题。 
当我们在web.xml中使用: ..... 时 我们在jsp才用方式引入。 而当我们的web.xml是 或 则需要: 在jsp中用方式引入。 
若若版本不对应在运行时可能...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 19:40:13   
                                阅读次数:
443
                             
                    
                        
                            
                            
                                ./当前目录/网站主目录../上层目录~/网站虚拟目录如果当前的网站目录为E:\wwwroot应用程序虚拟目录为E:\wwwroot\company浏览的页面路径为E:\wwwroot\company\news\show.asp在show.asp页面中使用Server.MapPath("./")返回...
                            
                            
                                分类:
移动开发   时间:
2014-04-30 19:34:51   
                                阅读次数:
400
                             
                    
                        
                            
                            
                                package com.szy.dialogs;import 
android.app.Activity;import android.app.AlertDialog;import 
android.app.Dialog;import android.app.ProgressDialog;import ...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 17:44:51   
                                阅读次数:
459
                             
                    
                        
                            
                            
                                目前ios的指令集有以下几种:1,armv6,支持的机器iPhone,iPhone2,iPhone3G及对应的iTouch2,armv7,支持的机器iPhone4,iPhone4S3,armv7s,支持的机器iPhone5,iPhone5C4,arm64,支持的机器:iPhone5S机器对指令集的支...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 16:55:59   
                                阅读次数:
429
                             
                    
                        
                            
                            
                                如果导出队列能成功执行(队列不执行看这里)但是并未生成文件,那么原因大部份可能是出在FTP上。ECSTORE2.0采用了PHP的FTP模块,所以先确认你的环境是否安装了FTP模块,如果没有,安装并在PHP.INI中配置好模组路径。功能文件:\app\importexport\lib\policy\f...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 15:54:33   
                                阅读次数:
479
                             
                    
                        
                            
                            
                                procedure TDataEditDrFrm.btn8Click(Sender: 
TObject);varexcelx,excely:string;ExcelApp:Variant;workBook:OleVariant;excelRowCount,excelColumnCount:longin...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 15:17:44   
                                阅读次数:
427
                             
                    
                        
                            
                            
                                ASP.NET Web Pages framework examples of the 
Database helper do not include calls to Close or Dispose because the framework 
itself is designed to call ...
                            
                            
                                分类:
数据库   时间:
2014-04-30 14:08:51   
                                阅读次数:
629
                             
                    
                        
                            
                            
                                一,创建所需目录 1)创建审计文件目录 PROD1@dbrac1 /dsg/oracle11$ 
cd $ORACLE_BASE/adminPROD1@dbrac1 /u01/app/oracle/admin$ mkdir -p 
PROD1/adump2)创建数据文件目录mkdir -p /dsg/o...
                            
                            
                                分类:
数据库   时间:
2014-04-30 13:38:02   
                                阅读次数:
671
                             
                    
                        
                            
                            
                                程序崩溃(crash)的时候, 为了以后能够调试分析问题, 
可以使用WinDBG要把当时程序内存空间数据都保存下来,生成的文件称为dump 文件。 步骤:1) 打开WinDBG并将之Attach 
到crash的程序进程2) 输入产生dump 文件的命令WinDBG产生dump 文件的命令是 .dum...
                            
                            
                                分类:
数据库   时间:
2014-04-30 13:22:35   
                                阅读次数:
533
                             
                    
                        
                            
                            
                                [DataMapping("Status", DbType.Int16)] public 
System.Int16 Status { get; set; } public string StatusValue { get { if (Status 
== 0) { return "审核拒绝"; } e...
                            
                            
                                分类:
数据库   时间:
2014-04-29 16:45:46   
                                阅读次数:
344