http://geekswithblogs.net/ilich/archive/2013/11/04/sql-server-reporting-services-report-viewer-wrapper-for-asp.net-mvc.aspxSQL Server Reporting Servic...
分类:
Web程序 时间:
2014-11-28 13:55:32
阅读次数:
157
报表服务器实例没有正确配置。请先使用 Reporting Services 配置工具创建 SharePo在管理中心配置Reporting Services集成时候,报下面的错误报表服务器实例没有正确配置。请使用Reporting Services配置工具创建SharePoint集成模式的报表服务器数...
分类:
其他好文 时间:
2014-11-27 00:03:46
阅读次数:
411
15:51:49,030 RsBase(15) [ERROR] - Microsoft.Reporting.WebForms.ReportServerException: 已取消该操作。 ---> System.OperationCanceledException: 已取消该操作。 --- 内部.....
分类:
Web程序 时间:
2014-11-24 18:33:39
阅读次数:
310
<?php error_reporting(E_ALL); ini_set('display_errors','1'); //批量加密码当前目录 $dirnow = getcwd(); $dirnowfile = scandir($dirnow,1); f...
分类:
Web程序 时间:
2014-11-23 17:21:34
阅读次数:
300
<?php//error_reporting(E_ALL);error_reporting(E_STRICT);date_default_timezone_set(‘America/Toronto‘);//date_default_timezone_set(date_default_timezone_get());include_once(‘../class.phpmailer.php‘);//include("class.smtp.php");//optional,getscalledfromwith..
分类:
Web程序 时间:
2014-11-21 16:32:30
阅读次数:
216
1、不写注释2、不使用可以提高生产效率的IDE工具3、不使用版本控制4、不按照编程规范写代码5、不使用统一的方法6、编码前不去思考和计划7、在执行sql前不执行编码和安全检测8、不使用测试驱动开发9、编码时不打开自动报错(error_reporting)10、不使用一种好的调试工具11、不重构你的代...
分类:
Web程序 时间:
2014-11-21 15:49:15
阅读次数:
222
原文:配置SQL Server 2008 R2 Reporting Services 记录如何在本地配置SQL Server 2008 R2 Reporting Services,笔者环境为Windows 7 64位 + SQL Server 2008 R2 一、准备工作 其实准备工作很简单,只需通...
分类:
数据库 时间:
2014-11-21 14:16:14
阅读次数:
148
原文: Reporting Service部署之访问权限 SQL Server Reporting Services 并非专门设计用于 Internet 报表部署方案,但是您可以成功地将 Reporting Services 放置于面向 Internet 的 Web 服务器上, 以将一般信息向广大公...
分类:
其他好文 时间:
2014-11-21 14:08:12
阅读次数:
224
原文:SQL Server 2005中设置Reporting Services发布web报表的匿名访问 一位朋友提出个问题:集成到SQL Server 2005中的Reporting Services已经将报表模板发布到IIS服务器,客户端通过浏览器访问时,默认会弹出Windows集成身份验证的对话...
分类:
数据库 时间:
2014-11-21 14:04:01
阅读次数:
248
原文:[翻译]初识SQL Server 2005 Reporting Services Part 1构建和部署基本报表 如果曾经存在一项工作使得“真正的”开发者给他的上司泡蘑菇,那就是构建报表。毕竟那并不是真正的开发,更像是制作美化的格式。而且你所使用的构建报表的工具试图提供一个抽象层,这个经常妨碍...
分类:
数据库 时间:
2014-11-21 12:16:36
阅读次数:
349