为角色管理配置应用程序。此元素是 .NET Framework 2.0
版中的新元素。configuration 元素(常规设置架构)system.web 元素(ASP.NET 设置架构)roleManager 元素(ASP.NET
设置架构) enabled="true|false" ...
分类:
Web程序 时间:
2014-05-23 06:02:48
阅读次数:
332
转:适有修改并调试OKvar Sys = (function (ua) { var s = {};
s.IE = ua.match(/msie ([\d.]+)/) ? true : false; s.Firefox =
ua.match(/firefox\/([\d.]+)/) ...
分类:
其他好文 时间:
2014-05-22 15:24:55
阅读次数:
227
//http://www.cnblogs.com/cgli/archive/2011/04/09/2010497.html
System.Net.ServicePointManager.Expect100Continue = false; string param = "u=1...
分类:
Web程序 时间:
2014-05-21 19:58:09
阅读次数:
585
/*
二. 栈的应用-迷宫解题
*/
#include
#include
#include
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#define OVERFLOW -2
//坐标类型
typedef...
分类:
其他好文 时间:
2014-05-21 15:32:04
阅读次数:
353
1.解压[root@zabbix~]#tar-jxvfmsmtp-1.4.32.tar.bz22.配置[root@zabbix~]#cdmsmtp-1.4.32[root@zabbixmsmtp-1.4.32]#./configure--prefix=/usr/local/msmtp--sysconfdir=/usr/local/msmtp/etccheckingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86..
分类:
其他好文 时间:
2014-05-21 12:58:08
阅读次数:
378
1,Master初始化
1.1
if (!this.stopped) {
finishInitialization(startupStatus, false);
loop();
}
1.2 finishInitialization(),这里主要完成master组件components:filesystem manager,servermanager,assig...
分类:
其他好文 时间:
2014-05-21 09:23:05
阅读次数:
269
代码很简单直接上源码
function winnow( elements, qualifier, not ) {
//如果qualifier是函数
if ( jQuery.isFunction( qualifier ) ) {
//not为true时,返回qualifier返回false的elements
//not为false时,返回qualifier返回true的elements...
分类:
Web程序 时间:
2014-05-21 07:15:11
阅读次数:
317
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/
--enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置
zabbix_proxy.conf1 使用...
分类:
其他好文 时间:
2014-05-21 05:39:29
阅读次数:
353
参考:http://blog.csdn.net/soarheaven/article/details/32673791.界面准备(1)首先在form中添加一个DataGridView控件,将默认AllowDrop=false
的属性设置为True,否侧不能拖动!(2)对DataGridView的对象...