码迷,mamicode.com
首页 >  
搜索关键字:an error has ocurredjsplugin.3005    ( 40560个结果
异常
异常Throwable:分为:错误Error:主要就是内存溢出等错误,只有关掉重启才能解决问题;异常Exception:运行时异常RuntimeException:运行时发生的异常 一般有空指针异常,数组下标越,除数为0,输入类型不匹配的等异常。编译时异常:这个不是写程序时的错误,那是语法错误...
分类:其他好文   时间:2014-07-22 23:14:52    阅读次数:378
2014华为编程比赛-筷子问题
//华为编程:筷子,找到第一个单对的筷子#include #define max 37int main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n); if(n>max) ...
分类:其他好文   时间:2014-07-22 23:13:33    阅读次数:339
Protel DXP画原理图常见错误与警告
一、警告信息 警告信息对于将来转换成PCB不会造成严重问题,通常可以忽略。但它也给我们提供了一些参考,比如unconnceted pin能告诉我们芯片的哪些管脚没有连接,很有检错意义。1、has no drving source2、has multiple names3、off grid pin原....
分类:其他好文   时间:2014-07-22 23:13:33    阅读次数:595
PHP (20140429)
mysql_num_rows();返回结果集中行的数目。1 $sql1 = "select * from movie";2 $result1 = mysql_query($sql1) or die(mysql_error());3 $count = mysql_num_rows($result1);...
分类:Web程序   时间:2014-07-22 23:13:33    阅读次数:354
【ERROR】bash: vim: command not found的解决办法
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim: command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入 rpm -qa|grep vim ...
分类:其他好文   时间:2014-07-22 23:12:56    阅读次数:993
集合
Set接口。set集合不允许包含相同的元素。set判断两个对象是否相同是根据equals方法。如果两个对象用equals方法返回的是true,set不会接受这两个对象。 HashSet是set接口的典型实现,HashSet按hash算法来存储集合中的元素。因此具有很好的存储和查找性能。Has...
分类:其他好文   时间:2014-07-22 23:12:56    阅读次数:394
log4j日志等级
1.logger.debug("Debug ...")或logger.info("Info ...")或logger.warn("Warn ...")或logger.error("Error ...") 都只输出对应的信息,即logger.debug只输出debug的信息,info只输出info的信...
分类:其他好文   时间:2014-04-30 20:41:18    阅读次数:704
POJ3728 The merchant解题报告
Description There are N cities in a country, and there is one and only one simple path between each pair of cities. A merchant has chosen some paths a...
分类:其他好文   时间:2014-04-30 17:09:30    阅读次数:570
quarry used equipment
Basalt has a higher hardness with strength 300mp as well as the higher silicon content. And during the actual crushing and broken industry, the basalt...
分类:其他好文   时间:2014-04-29 11:42:47    阅读次数:352
ubuntu cscope
add the following text to .vimrc or .gvimrc: if has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add any database in cur...
分类:其他好文   时间:2014-04-29 10:27:46    阅读次数:398
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!