摘要: 解决方案:只需要重新安装一下就可以了.在Frameworv4.0的目录中安装的程序以管理员权限 重新运行一下就可以了.命令符运行:%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 阅读全文
posted @ 2012-07-08 13:20 木语 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 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('=')... 阅读全文
posted @ 2012-05-20 10:47 木语 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 页面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 阅读全文
posted @ 2012-05-20 10:45 木语 阅读(3979) 评论(0) 推荐(0) 编辑
摘要: 在弹出板中,加载另一页面,在另一页面中调用父页面的方法.页面一<!--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 阅读全文
posted @ 2012-05-20 10:40 木语 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 在VS中打开一个文件时,提示:以下文件中的行尾不一致。是否将行尾标准化? 阅读全文
posted @ 2012-05-18 11:15 木语 阅读(854) 评论(0) 推荐(0) 编辑
摘要: SQL Server Management Studio 默认安装是不能修改表结构。 阅读全文
posted @ 2012-05-18 11:13 木语 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 在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 阅读全文
posted @ 2012-05-14 20:26 木语 阅读(1026) 评论(1) 推荐(0) 编辑