文章分类 -  ASP.NET,C#相关

摘要:刚重新安装了WIN7专业版,安装了如下软件按下面顺序:1. 安装 SQL2008 和 SQL208SP12. 安装 Office20073. 安装 VS20084. 安装 VS2008SP1在安装 VS2008SP1时出现严重错误,经过尝试 修改 ParameterInfo.xml 和复制 VC_x86Runtime.exe的两种方法,都无效。最后发现,直接运行 vs90sp1-KB945140-x86-chs.msp,即可成功安装SP1,原因是绕过了 FrameWork3.5安装。 阅读全文
posted @ 2012-02-02 15:17 guo2008 阅读(1886) 评论(0) 推荐(1) 编辑
摘要:前台代码:<asp:GridView ID="GV" runat="server" CssClass="tabelStyle" AutoGenerateColumns="False" Width="100%" AllowPaging="True" PageSize="20" AllowSorting="true" onpageindexchanging="GV_PageIndexChanging" onsort 阅读全文
posted @ 2011-11-29 16:01 guo2008 阅读(136) 评论(0) 推荐(0) 编辑
摘要:要要要using System;using System.Collections.Generic;using System.Text;namespace web{ public class clsJson { protected string _GetKey(string rawjson) { if (string.IsNullOrEmpty(rawjson)) return rawjson; rawjson = rawjson.Trim(); string[... 阅读全文
posted @ 2011-10-26 17:52 guo2008 阅读(126) 评论(0) 推荐(0) 编辑
摘要:Flash与ASP.NET结合实现天气预报功能总结方便起见在百度空间也写了一份。http://hi.baidu.com/guosq/blog/item/709d8df81e927fc2b58f310a.html第一步:编写ASP.NET代码,获取天气预报数据(JSON),处理成Flash可识别的格式并写入w.txt,供flash调用。1. Weather.aspx.csView Code using System;using System.Configuration;using System.Collections.Generic;using System.IO;using System.We 阅读全文
posted @ 2011-10-26 16:51 guo2008 阅读(604) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示