06 2012 档案

重新在IIS中注册.NetFramework
摘要:由于项目打包 需要判断客户端是否安装.netFramework 经常需要 重新注册.netFramework,纪录在此以便后期实践使用重新在IIS中注册.NetFrameworkC:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i打开程序-运行-cmd:输入一下命令重新注册IISC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i以下是aspnet_regiis.exe参数的说明信息:-i - 安装 ASP.NET 的此版本,并更新 I 阅读全文

posted @ 2012-06-28 06:56 xqghp 阅读(511) 评论(0) 推荐(1)

SQLite Helper 帮助类
摘要:View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data; 6 using System.Data.Common; 7 using System.Data.SQLite; 8 9 namespace Tools.Data 10 { 11 /// <summary> 12 /// 本类为SQLite数据库帮助静态类,使用时只需直接调用即可,无需实例化 13 ///... 阅读全文

posted @ 2012-06-25 06:43 xqghp 阅读(876) 评论(0) 推荐(1)

导航