Php常见错误提示 一、Fatal error: Call to undefined function……函数不存在,可能的原因:系统不存在这个函数且你也没自定义 二、syntax error, unexpected T_STRING, expecting……严重语法错误,例如syntax erro ...
分类:
Web程序 时间:
2017-10-24 22:53:16
阅读次数:
233
用git Bush提交的时候遇到一个问题,不论做什么操作都遇到下面的错误信息 fatal: Unable to create 'XXXXXXXXX' : File exists. If no other git process is currently running, this probably ...
分类:
其他好文 时间:
2017-10-24 17:21:45
阅读次数:
190
报错内容 查了一下,大概是说Laravel5.1后,illuminate/html 已经被废弃了,可以使用 laravelcollective/html 来替换 首先删除 illuminate/html在config/app.php 中添加的配置 然后执行以下命令移除illuminate/html ...
分类:
移动开发 时间:
2017-10-24 14:04:13
阅读次数:
318
uvm_report实现中的类图,如下: 1)uvm_component均从uvm_report_object extend而来,其中定义了report_warning,error,info,fatal等方法接口; 2)uvm_report_message和uvm_report_handle,是一个 ...
分类:
其他好文 时间:
2017-10-23 21:43:46
阅读次数:
234
uvm_info,uvm_error其实是对uvm_report_info,uvm_report_error的封装。 其中warning,error,fatal,macros默认都是定义为UVM_NONE的verbosity,所以必然会执行。 对于report_object中的调用,先用report ...
分类:
其他好文 时间:
2017-10-23 21:41:33
阅读次数:
198
1>LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏 全部重新生成: 0 已成功, 1 已失败, 0 已跳过 解决方法如下: 这个错误是因为以前装过其它版本vs所致,可以查找是否有两个cvtres.exe。C:\Program Files(x86) ...
分类:
其他好文 时间:
2017-10-23 18:08:48
阅读次数:
144
问题描述: 在Windows SERVER 2012RC 64 bit OS, php 5.6.3的环境下,搭建好了php运行环境。但是在调用 方法时却报错了。 检查了一下,php.ini中的 extension=php_curl.dll 前面的分号也已经去掉了,apache也重启了n多遍,还是不行 ...
分类:
Web程序 时间:
2017-10-19 15:56:34
阅读次数:
180
添加相关文件到工程链接: https://pan.baidu.com/s/1o83Juo6 密码: inkg下载附件, 把里的log4net.dll 和 log4net.config 复制到工程目录下添加log4net.dll引用->添加引用, 把log4net.dll添加到工程下添加log4net... ...
用Eclipse的tomcat插件启动tomcat时报错: FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113) ERROR: transport erro ...
分类:
系统相关 时间:
2017-10-13 12:31:42
阅读次数:
267
一.背景: jello@jello:~$ lsb_release -aNo LSB modules are available.Distributor ID: Ubuntu KylinDescription: Ubuntu Kylin 16.04.1 LTSRelease: 16.04Codenam ...
分类:
系统相关 时间:
2017-10-12 13:59:36
阅读次数:
229