文章 2017-03-03 来自:开发者社区

解决sweetalert 无故报错 elem.className.replace Uncaught TypeError: Cannot read property 'className' of null

今天碰到这么一个问题,在使用sweetalert的时候时有时无会报错  elem.className.replace Uncaught TypeError: Cannot read property 'className' of null  很简单,debug源码,发现elem在有时候会为空,为空的时候抛出异常,修改如下代码即可解决该问题  效果:  

问答 2016-06-21 来自:开发者社区

云监控报错illegal arguments! vmId and uuid both are null

云监控版块,操作系统级别监控指标需要安装插件,点击安装后提示错误illegal arguments! vmId and uuid both are null不知道是我操作问题还是阿里本身问题?

问答 2016-06-03 来自:开发者社区

spring 配置jndi 报错 Cannot create JDBC driver of class '' for connect URL 'null'"

Spring 配置jndi我的代码如下,首先tomcat配置jndi1、tomcat lib包下引入连接mysql数据库驱动2、在tomcat config 下的content.xml下配置全局数据库信息 3、项目web.xml 配置引入数据源信息 4、在spring applicationContent.xml中配置dataSource 5、在项目的METE-INF下面创建content.xm....

文章 2014-06-06 来自:开发者社区

Dialog(四)——报错Unable to add window -- token null is not for an application

/** * 问题描述: * 创建和显示对话框的时候报错 * Unable to add window -- token null is not for an application * * 问题修正: * 不可使用Builder builder=new Builder(getApplicationContext()); * 应该使用Builder builder=n...

文章 2014-03-19 来自:开发者社区

ExtJs 4.2.1 报错:Uncaught TypeError: Cannot call method 'getItems' of null

做项目的时候遇到这个问题,搞了一上午终于解决了,让我们看看是什么问题: buttons: [ { text: '保存', icon: '../../../Images/extjs/disk.png', handler: function () { if (!formPan...

文章 2013-12-20 来自:开发者社区

Tomcat启动报错:java.lang.IllegalArgumentException: Can't convert argument:null

一、发现问题为了避免导入的项目重名,我先修改了前一个项目的名称。 重新启动该项目至tomcat,报错:java.lang.IllegalArgumentException: Can't convert argument: null   二、发现问题因为MyEclipse在修改项目名时候,自动更新部署了web.xml文件 并且重新生成了xml文件的头部声明. 新增了java的命名把这个ja...

文章 2013-09-30 来自:开发者社区

安装J2EE的SDK报错:could not find the required version of the Java(TM)2 Runtime Environment in '(null)'的解决

原文地址: http://www.cnblogs.com/tearer/archive/2012/06/21/2557980.html   安装J2EE的SDK报错:could not find the required version of the Java(TM)2 Runtime Environment in '(null)'的解决办法。 先到http://www.jav...

文章 2013-09-30 来自:开发者社区

安装J2EE的SDK报错:could not find the required version of the Java(TM)2 Runtime Environment in '(null)'的解决办法。

国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私募机构九鼎控股打造,九鼎投资是在全国股份转让系统挂牌的公众公司,股票代码为430719,为“中国PE第一股”,市值超1000亿元。    -----------...

文章 2013-08-10 来自:开发者社区

tomcat报错INFO: Maximum number of threads (200) created for connector with address null and port 8080

一、发现问题 INFO: Maximum number of threads (200) created for connector with address null and port 8080 说明:最大线程数错误 解决方案:使用线程池,用较少的线程处理较多的访问,可以提高tomcat处理请求的能力。 二、使用方法 打开/conf/server.xml增加 <Executor name....

文章 2012-05-15 来自:开发者社区

ASP.NET报错——Master Page frameworkName: Value cannot be null error

  解决方法——新建一个空白网站,把原来文件拷贝进来。   原帖地址:http://hi.baidu.com/32ex/blog/item/3a93d5adff0959294a36d60a.html  

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。