随笔分类 -  ASP.Net

摘要:Enterprise Library 5 Connect to AS/400 UDB DB2. (Successed.) <configSections> <section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, Pub 阅读全文
posted @ 2011-10-26 16:29 Benny Ng 阅读(490) 评论(0) 推荐(0)
摘要:[转贴自]http://zh-tw.w3support.net/index.php?db=so&id=961628我可以在ASP.NET MVC的真正發展為免費的嗎?Sign InTop AuthorsTerms of ServiceContact UsBlogHomeEnglish Language Content我可以在ASP.NET MVC的真正發展為免費的嗎?我目前正在制定一個關於 Django的Web應用程序/ Python和我考慮到ASP.NET MVC的移動。 我下載了Visual Web Developer速成版,閱讀 NerdDinner,我已經準備好了。 我大概也會 阅读全文
posted @ 2011-07-08 15:49 Benny Ng 阅读(248) 评论(0) 推荐(0)
摘要:vs2010 sp1 安装假死的问题解决,先把ISO文件内的可以安装的EXE文件都安装一次,特别是SILVERLIGHT那些,然后再安装ISO的SETUP就可以了。 阅读全文
posted @ 2011-06-03 22:14 Benny Ng 阅读(372) 评论(0) 推荐(0)
摘要:【转自http://jackyxfl.blog.163.com/blog/static/164134150201127507859/】SQL Server 2008支持将数据导出为脚本数据库 2011-03-07 17:00:07 阅读48 评论0 字号:大中小订阅 以前我们要将一个表中的数据导出为脚本,那么只有在网上找一个导出数据的Script,然后运行就可以导出数据脚本了。现在在SQL Server 2008的Management Studio中增加了一个新特性,除了导出表的定义外,还支持将表中的数据导出为脚本。导出过程是这样的,我简单说明下:(1)在SSMS2008中的对象资源管理器中, 阅读全文
posted @ 2011-05-20 10:51 Benny Ng 阅读(280) 评论(0) 推荐(0)
摘要:CD %systemroot%\system32\Inetsrv\ appcmd list wp 阅读全文
posted @ 2011-05-18 22:48 Benny Ng 阅读(646) 评论(0) 推荐(0)
摘要:http://xkr.us/articles/javascript/encode-compare/ 阅读全文
posted @ 2010-12-31 17:07 Benny Ng 阅读(194) 评论(1) 推荐(0)
摘要:a href='#' = a href='javascript:void(-1) 页面不跳转到最高处。 “页面跳转”。 阅读全文
posted @ 2010-12-22 17:02 Benny Ng 阅读(318) 评论(0) 推荐(0)
摘要:DECLARE @Service_Id INTSET @Service_Id = 2SELECT TOP 1000 service_id,* FROM dbo.MgtRpt_Inspected_OrderWHERE 1=1AND CASE WHEN @Service_Id=-1 THEN -1 ELSE Service_Id END = @Service_IdORDER BY tran_ser_id DESC 阅读全文
posted @ 2010-12-13 12:30 Benny Ng 阅读(141) 评论(0) 推荐(0)
摘要:拼吾爱程序人生»软件编程»Visual Studio.NET»Web Service»Web Service 安全性解决方案(SOAP篇)Web Service 安全性解决方案(SOAP篇)[9335浏览 ][手机版]返回列表发布日期: 2007-12-30 发布:cobra中文编程图书Programming Books文/flyingfox 出处/博客园闲... 阅读全文
posted @ 2010-11-24 12:40 Benny Ng 阅读(409) 评论(0) 推荐(0)
摘要:SSRS (Reporting Services) 2008 当导出PDF看不到中文字的时候,是没有安装SQL2008 SP1的原因。(可能会显示框,或者字符显示不完整)当然,标准版也是没问题的。 阅读全文
posted @ 2010-09-03 15:47 Benny Ng 阅读(251) 评论(0) 推荐(0)
摘要:http://gurustop.net/blog/2010/08/10/visual-studio-2010-extension-manager-online-gallery-behind-internet-proxy/I opened this file in Visual Studio (yes, it’s OK – the effected showed after ... 阅读全文
posted @ 2010-08-29 11:55 Benny Ng 阅读(275) 评论(0) 推荐(0)
摘要:安装TFS (Team Foundation Server)错误处理:1)首先在IIS里Frontpage Extension Server 20022) 如果提示TFSJobAgent.exe没运行权限的话,则赋权限。Ran it again with process monitor. It seems that LOCAL SERVICE did not have permission to ... 阅读全文
posted @ 2010-08-10 23:14 Benny Ng 阅读(435) 评论(0) 推荐(0)
摘要:http://hi.baidu.com/xdh2571/blog/item/8af1127f3c003a0028388a3b.html/cmtid/22098c3815fef1cfd5622587js、html中的单引号、双引号及其转义使用2009年03月25日 星期三 18:34在一个网页中的按钮,写onclick事件的处理代码,不小心写成如下:<input value="Test" ty... 阅读全文
posted @ 2010-08-02 17:39 Benny Ng 阅读(850) 评论(0) 推荐(0)
摘要:http://dev.firnow.com/course/3_program/delphi/20100630/273932.htmlhttp://blogs.technet.com/b/heyscriptingguy/archive/2005/11/14/how-can-i-tell-if-activex-is-enabled-in-internet-explorer.aspxhttp://sup... 阅读全文
posted @ 2010-07-31 23:57 Benny Ng 阅读(960) 评论(0) 推荐(0)
摘要:http://social.msdn.microsoft.com/Forums/en/vsarch/thread/b6e5c6e9-f35f-4a0d-9297-8755ca6b16aeQ: #6 Is the Feature Builder Preview supported on Windows XP and Windows Server 2003?A: In order to run Fea... 阅读全文
posted @ 2010-07-31 23:43 Benny Ng 阅读(170) 评论(0) 推荐(0)
摘要:在C:\Program Files\Microsoft SQL Server\MSRS10.SQL2008\Reporting Services\ReportServer下面的rsreportserver.config文件中,看一下下面的設置:<Add Key="SecureConnectionLevel" Value="0"/><!--0 is http, 2 is https... 阅读全文
posted @ 2010-06-11 12:32 Benny Ng 阅读(196) 评论(0) 推荐(0)
摘要:http://www.sqlservercentral.com/articles/Version+Control/69874/Version Control your Stored ProceduresByJonathan Roberts, 2010/05/06Total article views: 1425|Views in the last 30 days: 1425Rate this|Jo... 阅读全文
posted @ 2010-05-07 15:11 Benny Ng 阅读(319) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/aji88/archive/2009/09/03/1559543.html检查当前库下内容含有指定字符的所有存储过程 由于配置表改变了,要对当前数据库下所有SP进行检查,对于有引用这个表的SP都要作相应的改变,如果是一个一个SP查询,那工作量太大了,所以写了一个SP,对包含有对该表引用的SP都列出来。 SET ANSI_NULLS ONGOSET QU... 阅读全文
posted @ 2010-04-14 16:52 Benny Ng 阅读(202) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/pcjim/archive/2009/02/03/1383155.htmlSQL Server 2005/2008 触发器的管理和查看1、通过可视化操作来管理和查看触发器在Microsoft SQL Server Management Studio中,选中某一数据库的某一张表时,在“对象资源管理器详细”窗口中有“触发... 阅读全文
posted @ 2010-04-12 10:36 Benny Ng 阅读(385) 评论(0) 推荐(0)
摘要:http://blogs.msdn.com/jameswu/archive/2008/07/15/anonymous-access-in-sql-rs-2008.aspxhttp://blogs.msdn.com/jameswu/archive/2008/10/24/anonymous-access-in-sql-rs-2008-part-2.aspxReporting Service for S... 阅读全文
posted @ 2010-04-07 12:14 Benny Ng 阅读(423) 评论(0) 推荐(0)