============问题描述============ 日志文件如下,不知道是什么原因报如下错误08-0116:33:35.001:E/AndroidRuntime(31240):FATALEXCEPTION:main08-0116:33:35.001:E/AndroidRuntime(31240...
分类:
移动开发 时间:
2014-10-18 23:49:14
阅读次数:
490
分析ngnix日志文件的开发程序记录
package com.school.statistics;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundExce...
分类:
其他好文 时间:
2014-10-17 13:51:31
阅读次数:
191
课时统计开发过程sql使用记录
/*
//消费时长统计
select sum(duration) as totalDuration, sum(count) as number, date
from statistics_duration_cu
where school_id="test" and date >= "2014-9-28" and date <= "2...
分类:
数据库 时间:
2014-10-17 13:49:02
阅读次数:
243
更新表及其索引的统计信息:update table statistics 表名goupdate index statistics 表名go建议此操作在闲时操作。
分类:
数据库 时间:
2014-10-17 02:00:23
阅读次数:
408
简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Internet co...
分类:
Web程序 时间:
2014-10-15 12:40:20
阅读次数:
379
题目大意:(同poj1741,刷一赠一系列)
CODE:
#include
#include
#include
#include
#define MAX 20010
#define INF 0x3f3f3f3f
using namespace std;
int points,edges,k;
int head[MAX],total;
int next[MAX << 1...
分类:
其他好文 时间:
2014-10-11 19:19:56
阅读次数:
174
转发自:http://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316661.html简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 ...
分类:
Web程序 时间:
2014-10-11 15:20:15
阅读次数:
365
AWR基础知识1、自动工作负荷仓库Oracle收集了大量与性能和动作相关的统计信息。这些信息在内存中累加,并且有规律地写入磁盘(也就是写入构成AWR的表)。最终,这些信息会过期并被重写。1.1、收集统计量统计量收集的级别由实例参数STATISTICS_LEVEL控制。这个参数可能被设置为BASIC、...
分类:
数据库 时间:
2014-10-11 10:00:45
阅读次数:
273
题目大意:同POJ1741
链接:http://blog.csdn.net/popoqqq/article/details/39959803
和POJ1741一样的题,土豪题,POJ有道一样的题,做完1741可以水水
我会告诉你我直接改了下上题的代码么0.0
数据范围4W 距离最大1000 不会爆INT 放心写吧
#include
#include
#include
#include
#...
分类:
其他好文 时间:
2014-10-10 15:20:54
阅读次数:
755
一、问题描述:pl/sql Dynamic Performance Tables not accessible,Automatic Statistics disabled for this session打开PL/SQL时,报的错。二、解决办法,来源与互联网:第三种方法(推荐)彻底禁掉PL/SQL ...
分类:
数据库 时间:
2014-10-09 01:37:27
阅读次数:
373