码迷,mamicode.com
首页 >  
搜索关键字:application cache    ( 22759个结果
Spirent TestCenter Application 升级之后,索性重构了ATC的对外接口。
Spirent TestCenter Application 升级到4.24之后,原来的ROBOT ATC 跑不过了。现象是两个,1)提示TCL 版本不兼容;2)第2个端口上收不到包。索性趁这个机会重构了对外接口。1)RunSequencerDoCheckList :使用两个预定的端口,分别作为us...
分类:移动开发   时间:2014-05-17 02:31:40    阅读次数:413
apt-cache madison package-name
apt-cache madison package-name搜索软件有那些可用版本,
分类:其他好文   时间:2014-05-17 01:41:39    阅读次数:1017
安装环境遇到的问题
1.Q:新建android application project E:The tools need to be updated via the SDK Manager A:通过android SDK Manager更新了文件后问题解决了2.Q:windows->下 E:没有 android SDK...
分类:其他好文   时间:2014-05-17 01:05:02    阅读次数:435
Silverlight网页打开后马上崩溃,“白屏”,而且毫无提示
如题,出现白屏的问题 在Application_UnhandledException函数内,跟踪异常e的提示信息,可以了解到如下信息:at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() ...
分类:Web程序   时间:2014-05-17 00:56:47    阅读次数:582
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.【转】
今天碰到了一个查询异常问题,上网查了一下,感谢原创和译者如果你使用的数据库连接类是 the Data Access Application Blocks "SqlHelper" 或者 SqlClient Class , 你在执行一个很费时的SQL 操作时候,可能就会碰到下面的超时异常。-------...
分类:其他好文   时间:2014-05-16 23:19:16    阅读次数:333
Android-第一天
1.google2.application->application framework->libraries(调用关系)3.strings.xml 是全局字符串的配置文件4.ADT(Android Development Tools):其中DDMS是测试插件5.Android DDMS 中的日志输...
分类:移动开发   时间:2014-05-16 23:16:17    阅读次数:311
Sample Ant Build File - WAR--reference
I am using the Spring SimpleFormControllerexampleto illustrate the build process. The figure below shows the structure of the web application.All the ...
分类:其他好文   时间:2014-05-16 22:32:09    阅读次数:402
Workflow:实现一个简单的审批流程
1. 创建一个空白的项目,在其中创建Host – Windows Console Application,Client – Windows forms Application和DataExchangeWorkflows – Activity Library这三个项目。创建后应该结构类似于下图:2. ...
分类:其他好文   时间:2014-05-16 19:13:25    阅读次数:895
调优3(share pool 调整)
第三章 share pool 调整1、sga 组成部分1)database buffer2)redolog buffer3)share pool :共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:其他好文   时间:2014-05-16 19:08:16    阅读次数:489
调优4(buffer cache 调整)
第四章、 buffer cache 调整1、buffer cache 功能buffer cache: 用于存放从datafile 里读出的数据块的镜像,并共享这些数据块,采用LRU算法buffer cache 数据块状态:pending:数据块正在使用,状态未决dirty: 被修改过的块,还未写入到...
分类:其他好文   时间:2014-05-14 10:08:16    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!