码迷,mamicode.com
首页 >  
搜索关键字:free cache    ( 13464个结果
oracle优化思考-双刃剑
序列cache,表的索引危害...
分类:数据库   时间:2014-07-15 12:41:37    阅读次数:271
(转)https://wiki.debian.org/iwlwifi debian7下wifi intel 5100agn
https://wiki.debian.org/iwlwifiDebian 7 "Wheezy"Add a "non-free" component to /etc/apt/sources.list, for example: # Debian 7 "Wheezy"deb http://http.d...
分类:其他好文   时间:2014-07-15 00:53:21    阅读次数:239
library cache lock和cursor: pin S wait on X等待
1.现象:客户10.2.0.4 RAC环境,出现大量的library cache lock和cursor: pin S wait on X等待,经分析是由于统计信息收集僵死导致的。数据库在8点到9点期间,数据库两个节点都存在明显的cursor: pin S wait on X和library c.....
分类:其他好文   时间:2014-07-14 23:51:12    阅读次数:577
<<Linux 命令行大全学习1~2章笔记>>暑假学习
>暑假学习第一章:shell是什么?1shellShell是一个和Linux内核交互的解释性程序,我们在图形用户下通过shell终端仿真器可以和操作系统进行交互。2本章命令行date:显示时间cal:显示日历df:显示磁盘驱动器内存free:显示系统内存exit:退出终端第二章:导航2.1理解文件系...
分类:系统相关   时间:2014-07-14 21:39:39    阅读次数:339
cache应用(asp.net 2.0 SQL数据缓存依赖 [SqlCacheDependency ] )
Asp.net 2.0 提供了一个新的数据缓存功能,就是利用sql server2005 的异步通知功能来实现缓存1.首先在sqlserver2005 中创建一个test的数据库.在SQL Server 2005上执行ALTER DATABASE SET ENABLE_BROKER;语句让相应的数....
分类:数据库   时间:2014-07-14 21:35:10    阅读次数:415
使用Nginx反向代理和proxy_cache缓存搭建CDN服务器加快Web访问速度
碰到问题:移动用户访问web服务器www.osyunwei.com很慢解决办法:1、在移动机房放置一台nginx反向代理服务器2、通过域名DNS智能解析,所有移动用户访问www.osyunwei.com时解析到nginx反向代理服务器3、nginx反向代理服务器与web服务器之间采用专线连接系统运维...
分类:Web程序   时间:2014-07-14 21:07:48    阅读次数:358
firefox清空缓存
自动清除firefox缓存1.在firefox的地址栏上输入about:config回车2.找到browser.cache.check_doc_frequency选项,双击将3改成1保存即可。选项每个值都是什么含义的。请看下面的解释:0: Once per session 每个进程一次 每次启动Fi...
分类:其他好文   时间:2014-07-13 22:51:53    阅读次数:280
Caused by: java.lang.NoClassDefFoundError: freemarker/cache/TemplateLoader
1、错误描写叙述usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }2014-7-10 23:28:16 org.apache.c....
分类:编程语言   时间:2014-07-13 20:02:36    阅读次数:275
F - Humidex(1.4.2)
Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description Adapted from Wikipedia, the free encyclopedia The humidex is a measurement used...
分类:其他好文   时间:2014-07-13 18:00:41    阅读次数:340
Ngnix中的fastcgi参数性能优化和解释
优化性能参数设置,在ngnix.conf中的http 层加上fastcgi参数如下: http { fastcgi_cache_path  /usr/local/nginx/fastcgi_cache levels=1:2 keys_zone=TEST:10m inactive=5m; fastcgi_connect_timeout=300; fastcgi_send_timeout=30...
分类:其他好文   时间:2014-07-13 17:17:07    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!