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
报错:Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more details.Launch canceled! :这是我开始接触Arcgis android写的第一个骗日志....
分类:
移动开发 时间:
2014-11-28 00:56:06
阅读次数:
432
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
在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
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中运行所遇到的问题: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
关于创建视图遇到ORA-01031错误信息,请参考我以前整理的一篇文章Create view failed with ORA-01031:insufficient privileges,本来以为我那篇文章已经已经囊括了很多案例,但是今天遇到一个特殊案例,折腾了我比较久。下面通过几个例子来演示一下遭遇...
分类:
其他好文 时间:
2014-11-14 14:08:08
阅读次数:
310
现象:运行程序,进行安装时,ANDROID模拟器启动失败,在Eclipse的控制台里log显示如下错误信息Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more detail...
分类:
其他好文 时间:
2014-11-14 12:24:39
阅读次数:
160
一、增加远程连接用户 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 的查询窗口(使用root),使用SQL:use mysql;update user set host = '%' where user ='root';flush privileges;
分类:
数据库 时间:
2014-11-12 13:26:05
阅读次数:
213