码迷,mamicode.com
首页 >  
搜索关键字:insufficient privileges    ( 795个结果
Single transistor provides short-circuit protection
In certain dc/dc-converter applications, on-chip, cycle-by-cycle current limit may be insufficient protection to prevent a failure during a short circ...
分类:其他好文   时间:2014-11-28 14:19:55    阅读次数:221
Arcgis android - Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
报错:Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more details.Launch canceled! :这是我开始接触Arcgis android写的第一个骗日志....
分类:移动开发   时间:2014-11-28 00:56:06    阅读次数:432
git在push的时候出现insufficient permission for adding an object错误
pushgit库,报错。今天有同事找我,问我怎么回事,去看的时间,发现确实是权限问题,git库的所有者为nobody,remo@remo:/qualcomm/jenkins/r1528_ap/oe-core$gitpushCountingobjects:10,done.Deltacompressionusingupto4threads.Compressingobjects:100%(5/5),done.Writingobje..
分类:其他好文   时间:2014-11-21 16:43:22    阅读次数:242
ORA-20782: Creating GGS_DDL_RULES
在11g数据库上安装goldengate,运行@ddl_setup.sql时有如下错误ERROR at line 1:ORA-20782: Creating GGS_DDL_RULES table:ORA-01031: insufficient privileges:ORA-01031: insuf...
分类:其他好文   时间:2014-11-17 17:36:49    阅读次数:309
mysql常用操作
1. 新增用户代码如下:mysql>insert into mysql.user(Host,User,Password) values("localhost","lionbule",password("hello1234"));mysql>flush privileges;2. 修改用户密码代码如下...
分类:数据库   时间:2014-11-17 10:23:22    阅读次数:274
hadoop-1.2.1运行过程中遇到的问题
在hadoop-1.2.1中运行所遇到的问题:2014-11-14 22:43:42 在服务器上运行hadoop-1.2.1中的datanode,出现了内存占用过大,导致ssh登陆出现如下问题:1、# There is insufficient memory for the Java Runtime...
分类:其他好文   时间:2014-11-14 23:59:18    阅读次数:497
GRANT/SELECT View时的遭遇ORA-01720和ORA-01031错误
关于创建视图遇到ORA-01031错误信息,请参考我以前整理的一篇文章Create view failed with ORA-01031:insufficient privileges,本来以为我那篇文章已经已经囊括了很多案例,但是今天遇到一个特殊案例,折腾了我比较久。下面通过几个例子来演示一下遭遇...
分类:其他好文   时间:2014-11-14 14:08:08    阅读次数:310
INSTALL_FAILED_INSUFFICIENT_STORAGE
现象:运行程序,进行安装时,ANDROID模拟器启动失败,在Eclipse的控制台里log显示如下错误信息Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more detail...
分类:其他好文   时间:2014-11-14 12:24:39    阅读次数:160
mysql增加远程连接用户及查看数据库表结构
一、增加远程连接用户 1.用root权限登录数据库 2.加用户:grant all privileges on *.* to''111@'192.168.1.%'identified by '222' with grant option; 其中111为账户,222为:密码 允许的远程I...
分类:数据库   时间:2014-11-12 16:27:37    阅读次数:481
[MySql] - 开启外部访问
打开 mysql 的查询窗口(使用root),使用SQL:use mysql;update user set host = '%' where user ='root';flush privileges;
分类:数据库   时间:2014-11-12 13:26:05    阅读次数:213
795条   上一页 1 ... 70 71 72 73 74 ... 80 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!