摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespaceCommon { public static class EmojiFilter { /** * 检测是否有emoji字符 * @pa... 阅读全文
posted @ 2016-10-10 11:23 web王 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: 获取本机外网ip 获取本机内网ip 阅读全文
posted @ 2016-06-28 18:42 web王 阅读(3249) 评论(0) 推荐(0) 编辑
摘要: 1 问题:IIS上部署MVC网站,打开后500错误:处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler” 解决方案: 以管理员运行下面的命令注册: 32位机器:C:\Windows\Mic 阅读全文
posted @ 2016-03-08 16:35 web王 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Ext.Net是一个对ExtJS进行封装了的.net控件库,可以在ASP.NET WebForm和MVC中使用。从今天开始记录我的学习笔记,这是第一篇,今天学习了如何在WebForm中使用Ext.Net控件库。下载Ext.Net首先要去Ext.Net网站上下载Ext.Net,我先学习的是WebFor... 阅读全文
posted @ 2015-04-05 21:05 web王 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 代码写N久了,总想写得别的。这不,上头说在整合两个项目,做成单一登录(Single Sign On),也有人称之为“单点登录”。查阅相关文档后,终于实现了,现在把它拿出来与大家一起分享。或许大家会问:“这与标题不符呀?”别急,在下笔之前,我脑子里想到了我刚使用Form认证时遇到的一些问题,以及使用过... 阅读全文
posted @ 2015-03-11 11:29 web王 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Internet Explorer Internet Explorer 5 Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; WOW64; Trident/4.0; SLCC1) Internet Explorer 6 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; WOW64; Tr... 阅读全文
posted @ 2015-03-03 11:03 web王 阅读(1639) 评论(0) 推荐(0) 编辑
摘要: use mastergoif exists (select name from sysobjects where name = 'sp_generate_insert_script')begin drop proc sp_generate_insert_script print 'old ver... 阅读全文
posted @ 2015-02-04 11:06 web王 阅读(788) 评论(0) 推荐(0) 编辑
摘要: 下载地址在这里: http://www.microsoft.com/zh-cn/download/details.aspx?id=44533&WT.mc_id=rss_alldownloads_all 阅读全文
posted @ 2015-02-03 11:39 web王 阅读(1818) 评论(0) 推荐(0) 编辑
摘要: MySQL的一个系统参数:max_allowed_packet,其默认值为1048576(1M), 查询:show VARIABLES like '%max_allowed_packet%'; 修改此变量的值:MySQL安装目录下的my.ini文件中的[mysqld]段中的"max_allowed_packet = 1M",如更改为4M(如果没有这行内容,增加一行),保存,重起MySQL... 阅读全文
posted @ 2015-01-31 14:38 web王 阅读(3672) 评论(0) 推荐(0) 编辑
摘要: SQL Server数据库管理员通常硬盘空间奋斗,不断努力清理“表”,撰写许多查询,发现该表使用的硬盘空间。本文介绍了如何查询系统表的空间使用情况,帮助数据库管理员识别正在使用最多的空间,以便存档旧数据和清除非必要的数据表。1。登录到SQL Server实例的[SQL Server 2005或SQL... 阅读全文
posted @ 2015-01-29 10:55 web王 阅读(1123) 评论(0) 推荐(0) 编辑