配置ReportingService2012MSDN相关内容可参见:http://msdn.microsoft.com/zh-cn/library/bb934490%28v=sql.110%29.aspx1.ReportingServicesConfigurationManager步骤1:点击“Start”,“AllPrograms”,“MicrosoftSQLServer2012”,“ConfigurationTools”,“ReportingServ..
分类:
其他好文 时间:
2014-12-24 18:27:32
阅读次数:
270
通过收集计数器信息,并将计数器信息汇总为不同粒度存储,以Reporting Service报表服务器显示。以下是计数器收集汇总的基本架构。笔者需要收集的SQL Server计数器包括:SQL Server计数器属性详解一、SQL Server计数器基本架构图1、 生产服务器通过ODBC开发数据库互联...
分类:
数据库 时间:
2014-12-17 22:29:26
阅读次数:
419
PHP将传过来的值插入数据库,或者向数据库传值的时候,往往出现PHP没有报错,但是数据库并未更新的情况。这个时候,你可以用ECHO打印输POST或者GET传过来的值,打印要执行的SQL语句,然后去mysql执行一遍,用mysq_error()函数显示错误。例<?php
error_reporting(0);
$userna..
分类:
数据库 时间:
2014-12-14 18:48:51
阅读次数:
222
This article covers installation process for Aeroo reporting engine on Linux servers. If you find this article useful or want to add some information ...
分类:
系统相关 时间:
2014-12-14 13:14:41
阅读次数:
517
// Turn off all error reportingerror_reporting(0);// Report simple running errorserror_reporting(E_ERROR | E_WARNING | E_PARSE);// Reporting E_NOTICE ...
分类:
Web程序 时间:
2014-12-10 12:17:19
阅读次数:
154
首先,这个不是错误,是warning。所以如果服务器不能改,每个变量使用前应当先定义。 方法1:服务器配置修改 修改php.ini配置文件,error_reporting = E_ALL & ~E_NOTICE 方法2:对变量进行初始化,规范书写(比较烦琐,因为有大量的变量)。但还没有找到好定义方法...
分类:
Web程序 时间:
2014-12-08 00:34:55
阅读次数:
311
socket.php<?phperror_reporting(E_ALL);set_time_limit(0);//ob_implicit_flush();$address=‘127.0.0.1‘;$port=10005;//创建端口if(($sock=socket_create(AF_INET,SOCK_STREAM,SOL_TCP))===false){echo"socket_create()failed:reason:".socket_strerror(socket_last_error(..
分类:
其他好文 时间:
2014-12-06 06:46:28
阅读次数:
179
最近装系统php5.5.16的版本出现问题: 在config.php上加上: error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);...
分类:
Web程序 时间:
2014-12-03 19:43:14
阅读次数:
164
源网址:http://exceldatareader.codeplex.com/参考如下:NUGET引用NotePlease try the latest source from the repo before reporting issues as there have been recent c...
分类:
Web程序 时间:
2014-12-02 22:07:05
阅读次数:
230
在安装 SharePoint 之前已安装 Reporting Services SharePoint 模式。所以Reporting Services SharePoint 是不能正常使用的。安装完Sharepoint2013/Sql2012后,Reporting services还不能使用,需要注册...
分类:
其他好文 时间:
2014-11-29 15:56:28
阅读次数:
218