码迷,mamicode.com
首页 >  
搜索关键字:errors    ( 1753个结果
利用phpexcel对数据库数据的导入excel(excel筛选)、导出excel
<?php /* *author?zhy *date?2012?06?12 *for?excel */ date_default_timezone_set("PRC");? error_reporting(E_ALL); error_reporting(0); ini_set(‘display_errors‘,?TRUE); ini_set(‘display_startup_e...
分类:数据库   时间:2015-07-17 19:07:13    阅读次数:241
Failed to find the style corresponding to the id 2147418306 (6 similar errors not shown)
Androidstudio在new一个module时看不到布局。报错Failed to find the style corresponding to the id 2147418306 (6 similar errors not shown),其他方法没去研究,就想了一绝招,关闭AS,重新打开。
分类:其他好文   时间:2015-07-17 17:41:27    阅读次数:616
Failed to find the style corresponding to the id 2
Android?studio在new一个module时看不到布局。报错Failed to find the style corresponding to the id 2147418306 (6 similar errors not shown),其他方法没去研究,就想了一绝招,关闭AS,重新打开。...
分类:其他好文   时间:2015-07-17 16:27:12    阅读次数:107
ALERT日志中常见监听相关报错之三:ORA-609 TNS-12537 and TNS-12547 or TNS-12170 TNS-12535错误的排查
1.11G中ALERT日志中有报错ORA-609 TNS-12537 and TNS-12547 or TNS-12170  12170, 'TNS-12535等问题的解决方法: Troubleshooting Guide for TNS-12535 or ORA-12535 or ORA-12170 Errors (文档 ID 119706.1) TNS-12535 / ORA-12535...
分类:其他好文   时间:2015-07-17 16:19:56    阅读次数:166
angularJS 报错: [ngModel:numfmt] http://errors.angularjs.org/1.4.1/ngModel/numfmt?p0=333
stringToNumber2 指令中这么写没问题,但是html中调用也这么写,html解析会自动将标签和标签属性专为小写,即stringToNumber2变成了stringtonumber2,导致最终:Error: ngModel:numfmt Model is not of ty...
分类:Web程序   时间:2015-07-14 17:03:27    阅读次数:213
解决 PowerDesigner 错误 The generation has been cancelled because errors have been found by the check model.
在通过概念数据模型生成为物理数据模型时出现错误“The generation has been cancelled because errors have been found by the check model.”。如下图所示:其实这是PowerDesigner设置的问题,点击PowerDesi...
分类:其他好文   时间:2015-07-14 00:03:37    阅读次数:583
错误收集
1、提示Script error for: $model/UI2/system/lib/justep2http://requirejs.org/docs/errors.html#scripterror 类似的错误解决办法:出现这个问题的原因是require代码处所引用的资源不存在,检查对应文件夹下的...
分类:其他好文   时间:2015-07-13 18:32:04    阅读次数:110
PHP中的异常处理
1.什么是异常?异常和错误有什么区别? 1.异常:程序运行与预期不太一致,与错误是两个不同的概念! 2.抛出和捕获异常 3.多个catch块的时候基类要往后放,否则基类捕获异常后就不会往下继续捕获了! 3.先出现错误,在出现异常,所以写api的时候一定要把display_errors关掉 4.php的内置异常 error_reporting(-1); ini_set('d...
分类:Web程序   时间:2015-07-13 12:19:48    阅读次数:123
错误代码: 1242 Subquery returns more than 1 row
1. 错误描述1 queries executed, 0 success, 1 errors, 0 warnings查询:SELECT t.id, DATE_FORMAT( t.statisTime, '%Y-%m-%d %H:%i:%s' ) statisTime, (SELECT `id` FROM t_truck_info WHERE id = t.plateId...错误代码: 1242 S...
分类:其他好文   时间:2015-07-10 23:47:23    阅读次数:425
Samba服务器配置
Samba服务器配置 CentOS6.5_x64========================1保证网络连通性[root@localhost~]#ifconfigeth0eth0Linkencap:EthernetHWaddr00:0C:29:56:17:70inetaddr:192.168.1.166Bcast:192.168.1.255Mask:255.255.255.0inet6addr:fe80::20c:29ff:fe56:1770/64Scope:LinkUPBROA..
分类:其他好文   时间:2015-07-10 19:16:02    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!