码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
关于触发器一些小结
我们为什么用触发器呢? 下面摘自部分官方文档:Automatically generate virtual column values(自动生成虚拟列值) Log events(日志事件)Gather statistics on table access(收集统计数据表的访问) Modify table data when DML statements are issued agains...
分类:其他好文   时间:2015-04-20 09:39:58    阅读次数:200
统计学的经典书籍指南 (转载自:http://blog.csdn.net/ysuncn/article/details/1943679)
一、统计学基础部分 1、《统计学》 David Freedman等著,魏宗舒,施锡铨等译 中国统计出版社 据说是统计思想讲得最好的一本书,读了部分章节,受益很多。整本书几乎没有公式,但是讲到了统计思想的精髓。 2、《Mind on statistics(英文版)》 机械工业出版社 只需...
分类:Web程序   时间:2015-04-18 20:33:30    阅读次数:196
脚本获取网口接口速率并存入mysql
脚本如下:netflow.sh#!/bin/bash # whiletrue;do##死循环 R1=`cat/sys/class/net/eth0/statistics/rx_bytes`##获取eth0的收到流量字节数 T1=`cat/sys/class/net/eth0/statistics/tx_bytes`##获取eht0发送的流量字节数 # sleep5 R2=`cat/sys/class/net/eth0/statistics/rx_byte..
分类:数据库   时间:2015-04-15 23:34:41    阅读次数:234
SET STATISTICS IO
SET STATISTICS IO (Transact-SQL)https://technet.microsoft.com/zh-cn/library/ms184361(SQL.90).aspx如何识别SQL Server中的IO瓶颈http://blog.csdn.net/dba_huangzj/...
分类:其他好文   时间:2015-04-14 23:14:27    阅读次数:173
查询sql耗时(运行时间)
SET STATISTICS TIME ONSELECT * FROM dbo.UserBaseSET STATISTICS TIME OFF
分类:数据库   时间:2015-04-13 12:29:35    阅读次数:195
LightOJ1314---Names for Babies
1314 - Names for Babies PDF (English) Statistics Forum Time Limit: 4 second(s) Memory Limit: 32 MBLong time ago, there was a strange kingdom. Peoples of different religions, different cult...
分类:其他好文   时间:2015-04-09 22:01:05    阅读次数:194
linux 命令(11) netstat
简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Internet co...
分类:Web程序   时间:2015-04-09 21:35:59    阅读次数:172
BNU29140 Taikotaiko(概率)
BNU29140——Taiko taiko——————【概率题、规律题】 Taiko taiko Time Limit: 1000ms Memory Limit: 65536KB 64-bit integer IO format: %lld      Java class name: Main Prev  Submit Status Statistics Discu...
分类:其他好文   时间:2015-04-07 15:36:08    阅读次数:146
LightOJ 1004 Monkey Banana Problem (DP 数字三角形)
1004 - Monkey Banana Problem PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You are in the world of mathematics to solve the gre...
分类:其他好文   时间:2015-04-07 09:47:46    阅读次数:134
LightOJ 1047 Neighbor House (DP 数字三角形变形)
1047 - Neighbor House PDF (English) Statistics Forum Time Limit: 0.5 second(s) Memory Limit: 32 MB The people of Mohammadpur have decided to paint each ofth...
分类:其他好文   时间:2015-04-07 09:46:45    阅读次数:116
906条   上一页 1 ... 70 71 72 73 74 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!