码迷,mamicode.com
首页 >  
搜索关键字:error c2065    ( 30040个结果
MySQL 1064 You have an error in your SQL syntax 错误解决办法
一、报错信息 错误代码: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:数据库   时间:2020-12-21 11:09:26    阅读次数:0
Linux内核编译报错的解决办法
1.错误zlib.h compress.c:14:58: fatal error: zlib.h: No such file or directory compilation terminated. 解决:sudo apt-get install zlib1g-dev 2.错误bison make[ ...
分类:系统相关   时间:2020-12-21 11:05:21    阅读次数:0
hadoop Shuffle Error: Exceeded MAX_FAILED_UNIQUE_FETCHES; bailing-out
hadoop Shuffle Error: Exceeded MAX_FAILED_UNIQUE_FETCHES; bailing-out 程序里面需要打开多个文件,进行分析,系统一般默认数量是1024,(用ulimit -a可以看到)对于正常使用是够了,但是对于程序来讲,就太少了。修改办法:修改2 ...
分类:其他好文   时间:2020-12-19 13:37:26    阅读次数:3
Error while downloading 'http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd'
打开以前的项目web.xml报错。 解决: <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java. ...
分类:编程语言   时间:2020-12-19 13:21:58    阅读次数:3
Promise实例的then方法
1 promise.then(function(value) { 2 // success 3 }, function(error) { 4 // failure 5 }); then本质上是一个函数,因为then存在于对象之中,所以又叫做方法。将then当做一个函数就ok了。 then有两个参数, ...
分类:其他好文   时间:2020-12-18 12:46:53    阅读次数:3
mysql从5.6升级到5.7后出现 Expression #1 of ORDER BY clause is not in SELECT list,this is incompatible with DISTINCT
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. ...
分类:数据库   时间:2020-12-18 12:26:29    阅读次数:2
composer install 报错Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 PackageManifest.php: Undefined index: name
1.可能是composer.lock中没有记录的第三方扩展,但是已经创建了服务提供者provider等, 2.在 vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php文件中将 $installed = json_ ...
分类:Web程序   时间:2020-12-17 12:57:02    阅读次数:3
错误总结
20/12/12 15:49:47 ERROR SparkContext: Error initializing SparkContext. java.lang.IllegalArgumentException: System memory 259522560 must be at least 47 ...
分类:其他好文   时间:2020-12-17 12:52:27    阅读次数:3
nginx报错解决方案
#排查方法 1.启动时报错 打开error.log(错误日志) 一般都是配置完后没有写分号,或者少大括号 tail -f /var/log/nginx/error.log 2.接入时或者能访问的时候 打开access.log(接入日志) 一般都是查看各种情况和状态码 tail -f /var/log ...
分类:其他好文   时间:2020-12-17 12:13:11    阅读次数:2
分类模块——分类添加和列表
#1.在首页侧边栏创建分类模块地址链接 <a href="javascript:;"><cite>分类管理</cite></a> <a _href="{{ url('admin/cate') }}"><cite>分类列表</cite></a> <a _href="{{ url('admin/cate ...
分类:其他好文   时间:2020-12-17 12:11:25    阅读次数:2
30040条   上一页 1 ... 47 48 49 50 51 ... 3004 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!