_com_issue_error(HRESULT x)throw a _com_error
object 1 try 2 { 3 HRESULT hr; 4 ... 5 if (FAILED(hr)) 6 _com_issue_error(hr);
...
分类:
其他好文 时间:
2014-06-06 11:44:29
阅读次数:
199
从 Android 4.4 开始,Google 开发者引进了新的 Android 运行环境
ART(意思就是 Android Runtime。Android 官方页面的介绍中,也将其称作新的虚拟机),以替代旧的 Dalvik
VM。它现在是实验选项,系统默认的运行环境仍然是 Dalvik。 A...
分类:
移动开发 时间:
2014-06-06 10:52:22
阅读次数:
238
摘自:Android
SDK更新以及ADT更新出现问题的解决办法http://blog.sina.com.cn/s/blog_4a94a0db0100y4h7.html十分感谢原作者!!!问题描述使用SDK
Manager更新时出现问题Failed to fetch URL https://dl-s...
分类:
移动开发 时间:
2014-06-06 09:24:26
阅读次数:
383
1、打开Virtual NetworkEditor,开始 --> 程序-->
VMware-->VirtualNetworkEditor选中VMnet0,在下面的“VMnet信息”设置区域选中“桥接”,然后把宿主机的无线网卡添加进去。2、打开VMware软件,选中左边要上网的linux主机,右键
-...
分类:
系统相关 时间:
2014-06-06 07:54:38
阅读次数:
535
One of the most important use-case in any cloud
is provisioning a VM . In this article we shall do a walk through about an
instance(VM) being provisio...
分类:
其他好文 时间:
2014-06-03 15:04:09
阅读次数:
444
开Eclipse出现错误“parseSdkContent
failed”,Android的模拟器启动不了。尝试了不少方法,终于搞定。1.删除文件夹 C:\Documents and
Settings\covics\.android 网上一般就只有这一步,为的是删除AVD的镜像文件,我找到:C:\Us...
分类:
其他好文 时间:
2014-06-02 11:05:51
阅读次数:
228
今天一个网友发求助信息,说某社会治安综合治理系统的连接的某个oracle用户频繁被锁,使用alteruserXXaccountunlock解锁后一会还是又被锁定,使用PLSQL登录时提示ORA-28000
让他执行了一下这条SQLselect*fromdba_profileswhereresource_namelike‘FAILED_LOGIN_ATTEMPTS%‘;
他说l..
分类:
数据库 时间:
2014-06-02 04:36:39
阅读次数:
274
连接数据库报错
[oracle@tips~]$sqlplus/assysdba
SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012
Copyright(c)1982,2011,Oracle.Allrightsreserved.
ERROR:
ORA-09817:Writetoauditfilefailed.
Linux-x86_64Error:28:Nospaceleftondevice
Additionalinforma..
分类:
系统相关 时间:
2014-06-02 04:12:14
阅读次数:
915
1.执行opatchapply报错OPatchfailedwitherrorcode73
[oracle@ora_11g14275605]$/opt/oracle/product/db_1/OPatch/opatchapply./
OracleInterimPatchInstallerversion11.2.0.3.0
Copyright(c)2012,OracleCorporation.Allrightsreserved.
OracleHome:/opt/oracle/product/db_1..
分类:
移动开发 时间:
2014-06-02 04:08:19
阅读次数:
357
asm初始化创建ASM磁盘组失败
[root@dga01~]#oracleasmcreatediskOCR/dev/sde1
Writingdiskheader:done
Instantiatingdisk:failed
Clearingdiskheader:done
开始以为是asm配置错误,于是重新初始化ASM
[root@dga01~]#/etc/init.d/oracleasmconfigure-i
ConfiguringtheOracl..
分类:
系统相关 时间:
2014-06-02 03:22:50
阅读次数:
1462