using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
分类:
Web程序 时间:
2014-06-25 21:16:23
阅读次数:
263
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:
Web程序 时间:
2014-06-25 19:35:14
阅读次数:
262
1. [代码][Java]代码 package com.zjt.innerreceiver;import android.app.Service;import android.content.BroadcastReceiver;import android.content.Context;impo....
分类:
其他好文 时间:
2014-06-25 17:48:41
阅读次数:
174
//等比率缩放- (UIImage *)scaleToSize:(UIImage *)img size:(CGSize)size{ // 创建一个bitmap的context // 并把它设置成为当前正在使用的context UIGraphicsBeginImag...
分类:
其他好文 时间:
2014-06-25 17:41:52
阅读次数:
147
FloodlightContextStore 代表的是一种缓存模型(利用的是ConcurrentHashMap),里面存储的是上下文相关的对象,能够根据相应的key得到具体的 Object,存在的意义是Floodlight中注册监听某个事件的listener可以在被调用的时候直接从中取出上下文信息(context information)。下面是重要的代码片段.
基本数据结构:
pub...
分类:
其他好文 时间:
2014-06-24 23:08:38
阅读次数:
210
public class MyAdapter extends BaseAdapter { Context context; public MyAdapter(Context context) { this.context = context; } private...
分类:
其他好文 时间:
2014-06-24 22:03:13
阅读次数:
189
login-config元素在部署描述符中仅仅出现一次,它包含了auth-method元素,指定了Authentiction方法。就这是说context仅仅有LoginConfig的一个实例对象并部署一个校验类的实现。
AuthentictorBase类的哪个子类用作context的校验值取决于部署描述符中auth-method元素的值。auth-method值有一下几种:
B...
分类:
其他好文 时间:
2014-06-24 20:26:39
阅读次数:
248
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
1. 将字符串转换为Guid的形式System.Guid categoryId = newGuid(context.Request["CategoryId"]);//将字符串转换为Guid的形式2.定义DataRow/*----------------------定义DataRow并赋值------...
分类:
其他好文 时间:
2014-06-24 11:35:14
阅读次数:
156
http://www.h3c.com.cn/Products___Technology/Technology/Security_Encrypt/Other_technology/Representative_collocate_enchiridion/201010/697325_30003_0.ht...
分类:
Web程序 时间:
2014-06-24 11:32:01
阅读次数:
318