摘要:
The membership API is awesome. No doubt about that. But I wish it had a more obvious in-built support for SSO. The only authenticate method takes in a username and password, there is no support for a ... 阅读全文
摘要:
用函数 ------------------------Create FUNCTION DecToBin(@Dec Int)RETURNS VARCHAR(16)ASbegin declare @BinStr as varchar(20) declare @Mod2 as int declare @Div2 as int set @Div2 = @Dec / 2 set @Mod2 ... 阅读全文
摘要:
1开始先从google里面搜索了以下,有许多相同的文章 2 3 4 5Quote: 6When you start MSN Messenger you cannot sign in, and you get the message: 7 8Sorry, we were unable to sign you in to the MSN Messenger at this time. Please... 阅读全文
摘要:
在不同的浏览器或具有不同设置的浏览器上,Web 页面的执行方式不一样。本文学习一些有用的技巧,帮助您让自己的 Web 应用程序更适应所有的环境。 不同 Web 浏览器的特性,比如语言设置和 JavaScript 支持,会导致 Web 应用程序在不同浏览器中的工作方式不一致。浏览器之间的不一致性不但会导致应用程序看起来很糟糕,而且常常使它无法工作。本文将给出一些技巧,您可以使用这些技巧解决这类问题。... 阅读全文