最近做项目设计到Quartz.NET,写了一个Quartz.NET管理类,在此记录下。 1 public class QuartzManager where T : class,IJob 2 { 3 #region 变量 4 private s...
分类:
Web程序 时间:
2014-11-06 21:28:06
阅读次数:
215
Cable master
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 24897
Accepted: 5339
Description
Inhabitants of the Wonderland have decided to hold a region...
分类:
其他好文 时间:
2014-11-05 23:11:02
阅读次数:
204
Single Threaded Execution 也称为 Critical Section 临界区:危险区域 或者Critical RegionSingle Threaded Execution 是把视点放在运行的线程上所取的名称而Critical Session 或Critical Region...
分类:
其他好文 时间:
2014-11-05 21:16:36
阅读次数:
238
public class XList : IEnumerable, IEnumerator { #region List 简单实现 /// /// 存储数据 数组 /// private T[] _items; ...
分类:
其他好文 时间:
2014-11-04 19:02:00
阅读次数:
101
using (var srop=DbHelper.CurrentDb.GetTransaction()) { ID = bp.AddModel(model).ToStr(); #region 参与楼盘信息 if (ID....
分类:
其他好文 时间:
2014-11-04 18:45:50
阅读次数:
232
Description
The official capital and the cultural capital of Berland are connected by a single road running through n regions. Each region has a unique climate, so the i-th (1?≤?i?≤?n) region
has...
分类:
其他好文 时间:
2014-11-04 17:33:03
阅读次数:
169
#region 系统内置的泛型委托 //只要是Action委托都是无返回值的。 ////1.存储无参数无返回值的方法 //Action md = () => { Console.WriteLine("无参数无返回值。"); }; ...
分类:
其他好文 时间:
2014-11-02 16:20:53
阅读次数:
207
最近没事在研究PS中一些我比较感兴趣的功能的实现方法,上一次实现了套索的蚂蚁线功能,效果还行。这次就来看看套索本身是如何实现的。总体来说要实现这个功能主要包括以下几个方面:1、套索也即复杂多边形的内外部识别;2、生成bitmap(类似于GDI中的region(区域));3、根据bitmap转换成套索...
分类:
其他好文 时间:
2014-11-02 10:49:05
阅读次数:
292
该验证码生成类集合了网上大部分的验证码生成类的精华,并多次改进,现在已经形成了可在生产环节中使用的验证码。
该验证码加入了背景噪点,背景噪点曲线和直线,背景噪点文字以及扭曲,调暗,模糊等。完全可以实现防识别。
按照国际惯例先贴张效果图吧:
#region 验证码生成类
///
/// 验证码生成类
///
...
1,FSInfo region一般是紧跟着boot sector,以下是FSInfo的详细信息:NameOffsetSizeDescriptionFSI_LeadSig04固定值0x41615252FSI_Reservedl4480保留使用FSI_StructSig4844固定值0x61417272...
分类:
其他好文 时间:
2014-11-01 23:13:01
阅读次数:
237