摘要: 第一种速度最快,第二种次之,第三种最慢 阅读全文
posted @ 2016-06-16 18:07 优六系统(Util6MIS+) 阅读(703) 评论(0) 推荐(0)
摘要: 同Winsock1相比,Winsock2最明显的就是支持了Raw Socket套接字类型,使用Raw Socket,可把网卡设置成混杂模式,在这种模式下,我们可以收到网络上的IP包,当然包括目的不是本机的IP包,通过原始套接字,我们也可以更加自如地控制Windows下的多种协议,而且能够对网络底层的 阅读全文
posted @ 2016-06-01 16:56 优六系统(Util6MIS+) 阅读(788) 评论(0) 推荐(0)
摘要: 1.找到IISExpress的配置文件,或位于(文档/IISExpress/config)文件夹下,打开applicationhost.config,找到如下代码:<site name="WebSite1" id="1" serverAutoStart="true"> <application pa 阅读全文
posted @ 2016-06-01 14:22 优六系统(Util6MIS+) 阅读(959) 评论(0) 推荐(0)
摘要: Html格式内容转Csv内容,包括table(重点在rowspan和colspan合并),p,div元素,table不能包含嵌套功能。 html: csv: url:http://www.cnblogs.com/dreamman/p/5343924.html 阅读全文
posted @ 2016-04-01 10:04 优六系统(Util6MIS+) 阅读(1334) 评论(0) 推荐(0)
摘要: System.Web.Mvc.ReflectedActionDescriptor descriptor = filterContext.ActionDescriptor as System.Web.Mvc.ReflectedActionDescriptor;if (descriptor != nul... 阅读全文
posted @ 2015-11-03 11:07 优六系统(Util6MIS+) 阅读(350) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-10-14 15:01 优六系统(Util6MIS+) 阅读(47) 评论(0) 推荐(0)
摘要: using System;using System.Data;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using PlugNT.Common;using PlugNT.Cms.Custom;using PlugNT.Cms.Model;using PlugNT.Cms.BLL;using PlugNT.Cms.Page;using PlugNT.Cms.Utility;public partial class _Newsinfo : SitePager{ protected int artI... 阅读全文
posted @ 2013-10-17 12:05 优六系统(Util6MIS+) 阅读(336) 评论(0) 推荐(0)
摘要: PlugNT CMS v4.6.3 最新功能:弃用标签 selected="commend,stick" 改为andwhere="commend=1 and stick=1"{tmp:baseif test="[tmp:field name="title"]" operate="equals" value="PlugNT"} {tmp:pagelist count="0" pagesize="5" exact="true&qu 阅读全文
posted @ 2013-10-15 22:39 优六系统(Util6MIS+) 阅读(427) 评论(0) 推荐(0)
摘要: PlugNT CMS,一款免费开源ASP.NET内容管理系统,PlugNT系统组成部分之一,系统采用ASP.NET(C#) + jQuery技术,是一个功能强大、操作人性化、搜索引擎优化、高效性、安全性、扩展性强的Web系统,产品主要优点有以下几点。 1、功能强大:Web所使用功能,包括基础功能(内容管理,无限栏目,文件管理,全站生成静态,全站伪静态,自定义,批量上传,用户整合接口,字段标签定义,广告、留言、评论、友情管理等),及亮点功能(多模型扩展,商城、论坛、资讯等)。 2、操作人性化:后台主要由“左菜单,右功能”的布局,左菜单全自动化设置,可以完全按照用户的使用习惯定制管理菜单,右边的. 阅读全文
posted @ 2012-06-16 17:35 优六系统(Util6MIS+) 阅读(504) 评论(1) 推荐(0)