码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
TI_DSP_corePac_带宽管理 - 1.1(原理)
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by platform that can be used by application to do bandwidth management optimizat...
分类:其他好文   时间:2014-06-03 04:54:35    阅读次数:262
Oracle中的游标(光标)--来自Oracle赵强老师
?? 表、select语句、游标:返回结果都能是一个集合。 注意:游标的结果是一个集合。 --查询并打印员工的姓名和薪水 set serveroutput on /* 光标: 1. 光标的属性: %isopen %rowcount(返回的行数) %notfound %found 2. 默认情况下,一次性打开300个光标 SQL> show p...
分类:数据库   时间:2014-06-03 00:37:10    阅读次数:431
linux2.6.30.4内核中platform_get_resource函数
今天看到下面这两个函数:struct resource *platform_get_resource(struct platform_device *dev, unsigned int type, unsigned int num){ int i; for (i = 0; i n...
分类:系统相关   时间:2014-06-02 22:15:28    阅读次数:438
oracle角色、权限和用户
oracle角色、权限和用户[转贴 2010-1-25 10:29:45]字号:大中小Oracle内置角色connect与resource的权限首先用一个命令赋予user用户connect角色和resource角色:grant connect,resource to user;运行成功后用户包括的权...
分类:数据库   时间:2014-06-02 05:53:53    阅读次数:384
line 1: Dump: command not found
最近做一个实验,要监控oracle的alert日志,脚本写好后发现执行报如下错误,但结果可以正常输出 [root@localhost~]#shtt.sh /root/alert:line1:Dump:commandnotfound /root/alert:line2:Fri:commandnotfound /root/alert:line3:ORACLE:commandnotfound /root/alert:line5:Wind..
分类:其他好文   时间:2014-06-02 04:07:41    阅读次数:345
RMAN-06059: expected archived log not found,ORA-19625
RMAN>backupdatabaseformat=‘/oracle_rman/%d_%s.dbf‘plusarchivelog; Startingbackupat31-7月-11 currentlogarchived usingtargetdatabasecontrolfileinsteadofrecoverycatalog allocatedchannel:ORA_DISK_1 channelORA_DISK_1:sid=137devtype=DISK RMAN-00571:==========..
分类:其他好文   时间:2014-06-02 03:06:41    阅读次数:358
AndroidMainifest标签使用说明3——<activity-alias>
格式: <activity-alias android:enabled=["true" | "false"] android:exported=["true" | "false"] android:icon="drawable resource" android:label="string resou...
分类:移动开发   时间:2014-06-02 03:02:06    阅读次数:253
Leetcode Search Insert Position
Search Insert PositionTotal Accepted:15484Total Submissions:44816Given a sorted array and a target value, return the index if the target is found. If ...
分类:其他好文   时间:2014-06-02 02:06:39    阅读次数:214
10gocm->session5->数据库管理实验->GC资源管理器资源消耗组演示
《GC资源管理器》  官方文档:administrator’s Guide->24 Using the Database Resource Manager 使用率:在实际生产环境中使用的比较少 作用:限制数据库资源的使用,CPU  内存  undo表空间  IO  session 场合:当有多个应用使用一个数据库并且资源紧张时可用“资源管理器”调节 实现:可用GC完成也可用EM完成,还可...
分类:数据库   时间:2014-06-01 18:17:01    阅读次数:417
严重: Exception sending context initialized event to listener instance of class org.springframework.we
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:编程语言   时间:2014-06-01 16:16:55    阅读次数:484
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!