码迷,mamicode.com
首页 >  
搜索关键字:cache service    ( 31652个结果
Silverlight运行时提示未安装silverlight runtime 解决方法
出现该问题是由于电脑上安装的silverlight不是silverlight developer。一般来说安装完VS之后是不会出现该问题。但是一旦更改了silverlight中web service中TestPage的minRuntimeVersion版本,因为默认生成的版本号是silverligh...
分类:Web程序   时间:2014-04-30 02:43:06    阅读次数:568
设置和获取Android中各种音量
通过程序获取android系统手机的铃声和音量。同样,设置铃声和音量的方法也很简单!AudioManager am = (AudioManager) getSystemService(Context.AUDIO_SERVICE);//通话音量 int max = am.getStreamMaxVol...
分类:移动开发   时间:2014-04-30 02:26:46    阅读次数:586
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
10 Service02
package com.szy.service;import android.app.IntentService;import android.content.Intent;import android.util.Log;public class ExampleIntentService exten...
分类:其他好文   时间:2014-04-29 18:02:50    阅读次数:432
spring 拦截器拦截点的配置
实用正则org.springframework.aop.support.RegexpMethodPointcutAdvisor然后 .*_cache.* 表示拦截...
分类:编程语言   时间:2014-04-29 16:25:10    阅读次数:510
最近面试的题目(WEB、Service、SQL、JavaScript)
整理一下最近面试被问到的主要题目。由于本人主要是做WEB及WEB SERVICE这块,使用的语言主要是C#,数据库主要用到的也是MSSQL。所以就分成这些块来整理(有些是在面试之后才意识到回答不对),也包括部分别人被问及的。一、HTML、CSSposition有哪几种值,各是怎么使用的?一个左右部局...
分类:数据库   时间:2014-04-29 16:03:38    阅读次数:566
Android之Context相关
1.ActivityManager类解析 获得实例 ActivityManager activityManager= (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); 内部类 1).Activi...
分类:移动开发   时间:2014-04-28 14:16:30    阅读次数:670
nginx: [emerg] the size 10485760 of shared memory zone "cache_one" conflicts with already declared size 0
注意配置段中的区域包含关系.proxy_cache_patch 要在proxy_cache前已经定义.>>>> what seems to be the problem?>>>>>>>> [emerg]: the size 52428800 of shared memory zone "media"...
分类:其他好文   时间:2014-04-28 04:33:03    阅读次数:1157
oracle时间模型
Oracle在9i或者早期的版本,对于性能优化方面,主要采用命中率模型,后面的版本,也保留着命中率模型,比如在awr报告中,Instance Efficiency Percentages (Target 100%)就有关于buffer cache,library cache等相关的命中率。命中率在性...
分类:数据库   时间:2014-04-28 03:20:03    阅读次数:807
如何设置页面缓存或不用页面缓存
一、设置页面缓存1、直接在页面上用声明来缓存页面2、使用服务端方法://将Cache-Control标头设置为HttpCacheAbility值Response.Cache.SetCacheability(HttpCacheability.Public);//将页面的绝对过期时间Response.C...
分类:其他好文   时间:2014-04-27 23:02:18    阅读次数:456
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!