资源简介
导入任意QQ号码 即可批量查询qq的详细资料
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
namespace BullSofts.Core.Common
{
public class ApplicationPoolFactory
{
public static IApplicationPool Create()
{
var version=W3wpUtil.GetIISVersion();
if(version>=7)
return new ApplicationPoolIIS7();
else
{
return new ApplicationPoolIIS6();
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-10-10 00:45 BullSofts.Core.Common\
文件 469 2015-08-31 17:08 BullSofts.Core.Common\ApplicationPoolFactory.cs
文件 28426 2015-08-31 16:32 BullSofts.Core.Common\ApplicationPoolIIS6.cs
文件 2790 2015-08-31 15:25 BullSofts.Core.Common\ApplicationPoolIIS7.cs
文件 919 2015-07-28 22:23 BullSofts.Core.Common\ba
目录 0 2016-10-10 00:45 BullSofts.Core.Common\bin\
目录 0 2016-10-10 00:45 BullSofts.Core.Common\bin\Debug\
文件 58880 2016-09-30 21:04 BullSofts.Core.Common\bin\Debug\BullSofts.Core.Common.dll
文件 128512 2016-09-30 21:04 BullSofts.Core.Common\bin\Debug\BullSofts.Core.Common.pdb
目录 0 2015-07-28 22:41 BullSofts.Core.Common\bin\Release\
文件 4171 2016-09-04 15:09 BullSofts.Core.Common\BullSofts.Core.Common.csproj
文件 257 2015-03-19 23:05 BullSofts.Core.Common\BullSofts.Core.Common.csproj.vspscc
文件 1034 2016-02-02 17:28 BullSofts.Core.Common\ConfigHelper.cs
目录 0 2016-10-10 00:45 BullSofts.Core.Common\Forms\
文件 3442 2015-03-19 23:05 BullSofts.Core.Common\Forms\DatagridViewCheckBoxHeaderCell.cs
文件 2634 2015-08-19 23:07 BullSofts.Core.Common\Forms\ImageLoaders.cs
文件 3535 2015-03-19 23:05 BullSofts.Core.Common\Forms\InputBox.cs
文件 3041 2016-05-06 18:09 BullSofts.Core.Common\Forms\NotifyIconAnimator.cs
文件 5170 2015-08-19 14:55 BullSofts.Core.Common\Forms\WebBrowsserMode.cs
文件 9556 2016-09-04 15:12 BullSofts.Core.Common\Forms\WinGetCookie.cs
文件 6724 2016-09-04 15:11 BullSofts.Core.Common\Forms\WinGetCookie.Designer.cs
文件 5817 2016-09-04 15:09 BullSofts.Core.Common\Forms\WinGetCookie.resx
文件 1478 2015-08-31 15:09 BullSofts.Core.Common\IApplicationPool.cs
文件 15247 2016-06-12 11:14 BullSofts.Core.Common\IISManager.cs
文件 8636 2015-03-19 23:06 BullSofts.Core.Common\MWebBrowser.cs
目录 0 2016-10-10 00:45 BullSofts.Core.Common\obj\
目录 0 2016-10-10 00:47 BullSofts.Core.Common\obj\Debug\
文件 50528 2015-07-28 23:47 BullSofts.Core.Common\obj\Debug\BullSofts.BaiDu.Helper.csprojResolveAssemblyReference.cache
文件 714 2016-09-04 15:14 BullSofts.Core.Common\obj\Debug\BullSofts.Core.Common.csproj.FileListAbsolute.txt
文件 917 2016-09-04 15:14 BullSofts.Core.Common\obj\Debug\BullSofts.Core.Common.csproj.GenerateResource.Cache
文件 16335 2016-10-10 00:47 BullSofts.Core.Common\obj\Debug\BullSofts.Core.Common.csprojResolveAssemblyReference.cache
............此处省略336个文件信息
相关资源
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- Web程序设计ASP.NET实用网站开发 沈士根
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 一种开源业务系统框架winform源码
- 清大出版社 段德亮 《C#课程设计案例
- WPF21个优秀项目及源码
评论
共有 条评论