Server Error in '/myapp' Application.Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error deta...
分类:
Web程序 时间:
2014-06-20 11:15:55
阅读次数:
279
查看sqlserver被锁的表以及如何解锁查看被锁表:select
request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName
from sys.dm_tran_locks where resourc...
分类:
数据库 时间:
2014-06-06 20:57:54
阅读次数:
274
Python : codes sources, forum, tutoriaux et
astucesWriting Idiomatic Python BookPython for ArcGIS | ArcGIS Resource
CenterPython Code Examples | YEI T...
分类:
其他好文 时间:
2014-06-06 18:42:33
阅读次数:
223
原文源自老肖一、工作流定义: workflow.name resource.model True
|False model:固定取值"workflow"id:任意值,唯一标识本工作流name:
工作流的名称,任意定义osv:本工作流关联的对象类型,是OpenERP模块中定义的某对象名,如采...
分类:
其他好文 时间:
2014-06-05 13:29:24
阅读次数:
346
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
今天看到下面这两个函数: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
首先,将sqlite数据库文件放在Resource文件夹下,并且允许其编译到项目当中。之后在AppDelegate当中执行一些代码,这里将代码封装了一个Helper:
1 #import "RPDBInitializeHelper.h" 2 3 @implementation RPDBInitia....
分类:
数据库 时间:
2014-06-02 18:28:36
阅读次数:
282
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
格式:
<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
《GC资源管理器》
官方文档:administrator’s Guide->24 Using the Database Resource Manager
使用率:在实际生产环境中使用的比较少
作用:限制数据库资源的使用,CPU 内存 undo表空间 IO session
场合:当有多个应用使用一个数据库并且资源紧张时可用“资源管理器”调节
实现:可用GC完成也可用EM完成,还可...
分类:
数据库 时间:
2014-06-01 18:17:01
阅读次数:
417