码迷,mamicode.com
首页 >  
搜索关键字:page cache    ( 21282个结果
oracle cursor
Oracle will generate something called cursor after it parse an statement. This thing--cursor will be stored in Library cache, if next time you need to...
分类:数据库   时间:2014-05-10 01:02:22    阅读次数:579
Cookies的读取、写入、有效期设置
protected void Page_Load(object sender, EventArgs e) { //设置Cookies HttpCookie cookie = new HttpCookie("UserName","ZhangSan"); ...
分类:其他好文   时间:2014-05-10 00:21:28    阅读次数:247
LVS+Keepalived+Squid+Nginx+MySQL主从高性能集群架构部署方案
方案一,在tomcat的workers.properties里面配置相关条件worker.tomcat.lbfactor=50worker.tomcat.cachesize=10worker.tomcat.cache_timeout=600worker.tomcat.socket_keepalive...
分类:数据库   时间:2014-05-09 15:51:54    阅读次数:636
PHP使用PHPEXCEL导入Excel
下载PHPEXCEL后放到项目里。 public function InExcel() { //设定缓存模式为经gzip压缩后存入cache(PHPExcel导入导出及大量数据导入缓存方式的修改 ) $cacheMethod = PHPExcel_CachedOb...
分类:Web程序   时间:2014-05-09 12:56:38    阅读次数:528
有关Cache –(1) linux list之中的Prefetc
转载:http://www.kernelchina.org/node/1050linux的list实现之中有如下东东:#define list_for_each(pos, head) \ for (pos = (head)->next; prefetch(pos->next), pos != (h....
分类:系统相关   时间:2014-05-09 10:04:38    阅读次数:323
asp.net解决:当前上下文中不存在名称“Session”
第一种方法:将使用session的类页面继承 System.Web.UI.Page类,方法:public class AddUser: System.Web.UI.Page第二种方法:在page里可以直接用Session,但是在非page里面是需要通过下面的方式使用:HttpContext.Curr...
分类:Web程序   时间:2014-05-09 09:52:38    阅读次数:360
C# CacheHepler Class
internal class CacheHelper { /// /// Insert value into the cache using /// appropriate name/value pairs /// //...
分类:其他好文   时间:2014-05-09 04:19:56    阅读次数:246
ADO.NET连接数据库
using System.Data;using System.Data.Sql;using System.Data.SqlClient; protected void Page_Load(object sender, EventArgs e) { SqlConn...
分类:数据库   时间:2014-05-09 04:01:32    阅读次数:388
Python发一个GET请求
# -*- coding: utf-8 -*- try: import httplib2 except ImportError: print('错误:') print(' httplib2这个XML解析库没有找到,程序无法继续执行!') exit(255) def network_get_proc(self, use_cache = True): '''POST动作'...
分类:编程语言   时间:2014-05-09 01:39:09    阅读次数:337
页面与母版页面的asp:ContentPlaceHolder不匹配
问题描述:The page has one or more controls that do not correspond with controls in the Master Page解决办法:删除母版页中的大量的注释
分类:Web程序   时间:2014-05-08 23:45:26    阅读次数:400
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!