摘要: //取图片 MatchCollection matchs = Regex.Matches(AskText,@" ]*src=([""']*)(?[^'""]*)\1[^>]*>", RegexOptions.IgnoreCase); List PicArray=new List(); foreach... 阅读全文
posted @ 2015-03-20 16:19 王鹏飛 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 表格数据上下行互换位置4xxx44xxxx2013-5-245xxxx55xxx2013-5-256xxxx66xxx2013-5-267xxxx77xxx2013-5-278xxx88xxxx2013-5-28 "> My JSP 'index.jsp' starting page... 阅读全文
posted @ 2015-02-05 19:49 王鹏飛 阅读(252) 评论(0) 推荐(0) 编辑
摘要: public static IQueryable GetWeiXinTuWenList() { using (var Model = new Model.WeiXinEntities()) { var List... 阅读全文
posted @ 2015-02-04 18:55 王鹏飛 阅读(1583) 评论(0) 推荐(0) 编辑
摘要: 第一步先引用 scriptManager 进度 ... 阅读全文
posted @ 2015-02-03 14:09 王鹏飛 阅读(572) 评论(0) 推荐(0) 编辑
摘要: string myScript = "function ShowPanel() { $('.nav a[href=\"#" + PanelType.wenben.ToString() + "\"]').tab('show'); }"; ScriptManager.Re... 阅读全文
posted @ 2015-02-02 18:32 王鹏飛 阅读(572) 评论(0) 推荐(1) 编辑
摘要: DotNetNuke.UI.Skins.Skin.AddModuleMessage(this, "关注保存出错.", DotNetNuke.UI.Skins.Controls.ModuleMessage.ModuleMessageType.YellowWarning); 阅读全文
posted @ 2015-02-02 10:37 王鹏飛 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 皮肤文件夹中必须要有popUpSkin.ascx才会正常加载skin.css文件 阅读全文
posted @ 2015-01-30 14:26 王鹏飛 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 几点注意Windows 2008 iis7.51 建立应用程序池2 文件目录的权限加上IIS AppPool\应用程序池名称 (找不到直接录入)3 文件目录要给 IUser权限,不然出错。ftp站点建立后连接时的用户要用如下格式绑定域名|用户名 (用户名为系统创建)sql2008开启远程连接1 属性... 阅读全文
posted @ 2015-01-26 14:26 王鹏飛 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 一般是因为web.config没有配置的原因!只要在下加上就可以啦。 阅读全文
posted @ 2015-01-22 14:14 王鹏飛 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 1,打开如下图的Model1.Context.cs文件2,找到Base:(ConnString.conn)是我改的。默认生成的是"name=实体连接字符串"Connstring.conn代码如下: public static string conn { get { var dnnConnectS... 阅读全文
posted @ 2015-01-19 15:51 王鹏飛 阅读(116) 评论(0) 推荐(0) 编辑