码迷,mamicode.com
首页 >  
搜索关键字:_executing _finishe    ( 325个结果
【hive】hive表很大的时候查询报错问题
线上hive使用环境出现了一个奇怪的问题,跑一段时间就报如下错误: FAILED: SemanticException MetaException(message:Exception thrown when executing query : SELECT A0.PART_NAME,A0.PART_ ...
分类:其他好文   时间:2017-10-18 12:39:03    阅读次数:375
mysql-5.7 密码过期详解
一、起源: 今天一上班就听到说error-log里记录了大量的 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. 二、mysql 用 ...
分类:数据库   时间:2017-10-12 11:21:37    阅读次数:602
Ubuntu 16.04在搭建Redis Cluster搭建时,使用gem install redis时出现:ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /var/lib/gems/2.3.0 directory.
注意:千万不要使用sudo来执行gem install redis。 解决方法: 最后安装 如果不想使用上面的方法,可以使用以下的投机取巧的方法,给上面错误的文件夹增加权限 说明:administrator为当前登录的用户,根据实际情况更改。 然后再次执行 参考: https://gepolv.gi ...
分类:系统相关   时间:2017-10-05 16:49:03    阅读次数:2781
Metal Programming Guide
读苹果文档时的笔记,给自己看。primary goal of Metal is to minimize the CPU overhead incurred by executing GPU workloads. 用在两个方面: graphicsdata-parallel computationMet... ...
分类:Web程序   时间:2017-10-01 13:37:55    阅读次数:468
[Spring Data JPA问题]Executing an update/delete query; nested exception is javax.persistence.TransactionRequiredException
JPQL如下: 项目运行时报错,提示: Executing an update/delete query; nested exception is javax.persistence.TransactionRequiredException 原因: update、delete操作涉及到事务机制,需要 ...
分类:编程语言   时间:2017-09-27 13:24:32    阅读次数:877
python中@classmethod @staticmethod区别
Python中3种方式定义类方法, 常规方式, @classmethod修饰方式, @staticmethod修饰方式. class A(object): def foo(self, x): print("executing foo(%s,%s)" % (self, x)) print('self: ...
分类:编程语言   时间:2017-09-26 14:50:16    阅读次数:112
静态,类,实例方法,字典
1、python其实有3个方法,即实例方法,类方法(classmethod),静态方法(staticmethod) def foo(x): 一般函数 print "executing foo(%s)"%(x) class A(object): def foo(self,x): 实例方法 print ...
分类:其他好文   时间:2017-09-24 12:54:17    阅读次数:227
in comment after two dashes (--) next character must be > not - (position: START_TAG seen ...
Error executing Maven. in comment after two dashes (--) next character must be > not - (position: START_TAG seen ... 在两个破折号(-)之后的注释中,下一个字符必须是>不-(位置:st ...
分类:其他好文   时间:2017-09-14 18:42:22    阅读次数:484
网站发布问题
之前做一个微信公众平台的后台,很久没用,再次发布时, 弹出一个警告: Exception in executing publishing:未能加载文件或程序集 "Microsoft.Web.Deployment,Version=9.0.0.0, Culture=neutral, PublicKeyT ...
分类:Web程序   时间:2017-09-11 01:00:45    阅读次数:425
You must reset your password using ALTER USER statement before executing this statement.
安装完mysql 之后,登陆以后,不管运行任何命令,总是提示这个 step 1: SET PASSWORD = PASSWORD('your new password'); step 2: ALTER USER 'root'@'localhost' PASSWORD EXPIRE NEVER; st ...
分类:其他好文   时间:2017-09-09 13:06:52    阅读次数:456
325条   上一页 1 ... 9 10 11 12 13 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!