码迷,mamicode.com
首页 >  
搜索关键字:database buffer cach    ( 19216个结果
将Asp.Net页面输出到EXCEL里去
其实,利用ASP.NET输出指定内容的WORD、EXCEL、TXT、HTM等类型的文档很容易的。主要分为三步来完成。 一、定义文档类型、字符编码 Response.Clear(); Response.Buffer= true; Response.Charset="utf-8"; ...
分类:Web程序   时间:2014-05-09 18:24:58    阅读次数:352
(转)HTML5 本地存储
原文:http://www.cnblogs.com/rainman/archive/2011/06/22/2086069.htmlHTML5 本地存储1、sessionStorage2、localStorage3、Database Storage4、globalStorage5、兼容性参考文献本地持...
分类:Web程序   时间:2014-05-09 17:41:41    阅读次数:386
从网络字节流中提出整数
最近在做一个项目,就是设计一套通信协议,利用nginx来实现解析。协议内容是包括整数和字符串,现在客户端收到服务器端发送的网络字节流时,需要从中提取出整数,再根据整数决定发送数据量的大小。如下所示: p = u->buffer.pos;num=*(int*)pp指向接收到的网络字节流,用这么方式解析...
分类:其他好文   时间:2014-05-08 20:26:37    阅读次数:308
CareerCup之1.3字符串去重
【题目】 原文: 1.3 Design an algorithm and write code to remove the duplicate characters in a string without using any additional buffer. NOTE: One or two additional variables are fine. An extra copy of...
分类:其他好文   时间:2014-05-07 08:48:12    阅读次数:372
DW General - 1 High Level Overview
A dimensional database is a relational database that uses a dimensional data model to organize data. This model uses fact tables and dimension tables in a star or snowflake schema. So in general we ca...
分类:其他好文   时间:2014-05-07 06:29:37    阅读次数:384
因为数据库正在使用,所以无法获得对数据库的独占访问权
“因为数据库正在使用,所以无法获得对数据库的独占访问权”,终解决方案如下关键SQL语句:ALTER DATABASE [datebase] SET OFFLINE WITH ROLLBACK IMMEDIATE用完之后再ALTER database [ datebase] set online 第....
分类:数据库   时间:2014-05-06 09:34:07    阅读次数:335
Oracle 之安装
oracle的安装步骤:1.下载所需的软件#在oracle官网下载最新的版本,本次下载的是oracle11g,下载时需确认下载的是linux上的安装包还是windows上的安装包,同时也要确认下载的是32位的还是64位的。 http://www.oracle.com/technetwork/database/enterprise-edition/downloads/in..
分类:数据库   时间:2014-05-05 12:35:37    阅读次数:610
net run time error
Unable to open shim database version registry key
分类:Web程序   时间:2014-05-05 09:50:00    阅读次数:338
Windows Driver—IOCtl的三种数据交互方式(buffer,direct,other)
简介DeviceIoControl的三种通信方式...
分类:Windows程序   时间:2014-05-04 18:02:50    阅读次数:843
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
?? SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M...
分类:数据库   时间:2014-05-04 17:42:50    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!