05 2012 档案
摘要:JavaScript获取url 参数 function GetUrlParms() { var args = new Object(); var query = location.search.substring(1); //获取查询串 var pairs = query.split("&"); //在逗号处断开 for (var i = 0; i < pairs.length; i++) { var pos = pairs[i].indexOf('=')...
阅读全文
摘要:页面1<!--WebForm1.aspx--><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title></title> <script type="text/javascript"> var subWindows function OpenWin() { subWindows = window.open("WebForm2.a
阅读全文
摘要:在弹出板中,加载另一页面,在另一页面中调用父页面的方法.页面一<!--WebForm1--><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title></title> <script type="text/javascript"> function OnPopUp(s, e) { s.SetContentUrl("WebForm
阅读全文
摘要:在VS中打开一个文件时,提示:以下文件中的行尾不一致。是否将行尾标准化?
阅读全文
摘要:SQL Server Management Studio 默认安装是不能修改表结构。
阅读全文
摘要:在C:/Windows/System32/drivers/etc里边有一个hosts文件,用记事本打开,里边最后几行原来是:# localhost name resolution is handled within DNS itself.# 127.0.0.1 localhost# ::1 localhost删掉127前面的#,改成:# localhost name resolution is handled within DNS itself.127.0.0.1 localhost # ::1 localhost
阅读全文
浙公网安备 33010602011771号