摘要:
How to overcome cross-domain ajax call:1, Use Proxy[代码][代码]2, Use src property of <script></script> object to call cross-domain server.3, Still thinking... 阅读全文
摘要:
Methods used in client-side call server-side during B/S:1, Directly call http://abc.com///click the link or key in url in browserdisadvantage: manually connect, not automatically2, Use Form submit met... 阅读全文
摘要:
-Debug within DbgCLR.exe1, Open DbgCLR.exe from C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug2, Open the source file you want to debug.3, Select "Debug" on main menu, then select "Attac... 阅读全文
摘要:
-How to debug Store Procedures in VS 20051, Click "View" on main menu of VS 2005 IDE, then select "Server Explorer".2, Right-clicik on the "Data Connection", then select "Create a new SQL Server Conne... 阅读全文
摘要:
Sql Server 2005中Except的用法: Except Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1--Select the second min item. 2select min(scroe) 3from 4( 5 se... 阅读全文