码迷,mamicode.com
首页 >  
搜索关键字:max db_recovery_file    ( 23676个结果
hdu 1081 & poj 1050 To The Max(最大和的子矩阵)
hdu 1081 & poj 1050 To The Max(和最大的子矩阵)...
分类:其他好文   时间:2014-06-28 08:16:30    阅读次数:223
PIG中的null问题
在比较操作(==,!=,>,=,<=),matches,算数操作(+,-,*,/ ,包含%,?,CASE)中,如果有一个操作数为空,那么结果为空。 COUNT_STAR ,不过滤null数据 CAST 操作:将一个null数据从一个数据类型转换到另一个数据类型,结果为空 AVG,MIN,MAX,SUM,COUNT :这几个操作将忽略空值 CONCAT :任意...
分类:其他好文   时间:2014-06-27 23:24:12    阅读次数:304
包分析(原始套接字七)
紧接上节,DecodeIpPack()函数完成包的解析://IP包解析int DecodeIpPack(char *buf, int iBufSize){ IP_HEADER *pIpheader; int iProtocol, iTTL; char szProtocol[MAX_PROTO_TEX...
分类:其他好文   时间:2014-06-27 19:53:27    阅读次数:149
修改PHP上传大小设置
目前文档文库上传大小是读取服务器的PHP环境的设置,你们的PHP环境上传限制是多少,这里显示的就是多少。很多用户问我如何修改上传大小,自己可以百度一下方法,也可以根据以下步骤修改:1.找到服务务器上的php.ini文件,一般在PHP安装目录下。2.在php.ini文件中搜post_max_size,...
分类:Web程序   时间:2014-06-27 17:22:25    阅读次数:277
MSSQL 获取数据库字段类型
1 SELECT 2 col.name AS 列名, 3 typ.name as 数据类型, 4 col.max_length AS 占用字节数, 5 col.precision AS 数字长度, 6 col.scale AS 小数位数, 7 col.is_nu...
分类:数据库   时间:2014-06-27 16:39:34    阅读次数:291
数据结构与算法一
题目一:求1!+2!+…..+n! 的和的后6位,(注意n的范围)#include using namespace std;const int MAX = 1000000;int getResu(int n){ int sum=0; int temp= 1; for(int i=1; i >n) {...
分类:其他好文   时间:2014-06-27 13:47:37    阅读次数:161
[再寄小读者之数学篇](2014-06-23 二阶导数估计 [中国科学技术大学2013年高等数学B 考研试题])
设 $f(x)$ 二阶连续可导, $f(0)=f(1)=0$, $\dps{\max_{0\leq x\leq 1}f(x)=2}$. 证明: $$\bex \min_{0\leq x\leq 1}f''(x)\leq -16. \eex$$证明: 设 $$\bex \xi\in (0,1),\st...
分类:其他好文   时间:2014-06-27 11:09:41    阅读次数:245
poj3249 Test for job 【图的DAG dp】
#include #include #include #include #include #include #include #include using namespace std; const int MAX=111111; int N,E; int v[MAX]; const int MINF=-210000000; int in[MAX],out[MAX]; int dp[...
分类:其他好文   时间:2014-06-27 10:50:20    阅读次数:155
poj 2391Ombrophobic Bovines 【蛮简单的网络流】
。。。第一个网络流的题目 牛淋雨什么的,建图,用模板之 #include #include #include #include #include #include #include using namespace std; long long F,P; long long cowsum; const int MAX=555; long long tttt=(1<<31)-1; c...
分类:其他好文   时间:2014-06-27 08:09:06    阅读次数:178
关于textarea在safari chrome下可拖动大小的问题
解决方法:resize: none;或者:max-width:300px;max-height:300px;width:300px;height:300px;
分类:其他好文   时间:2014-06-26 12:27:35    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!