码迷,mamicode.com
首页 >  
搜索关键字:buddy system    ( 49281个结果
roleManager 元素(ASP.NET 设置架构),我是因为SSL弱密码(转)
为角色管理配置应用程序。此元素是 .NET Framework 2.0 版中的新元素。configuration 元素(常规设置架构)system.web 元素(ASP.NET 设置架构)roleManager 元素(ASP.NET 设置架构) enabled="true|false" ...
分类:Web程序   时间:2014-05-23 06:02:48    阅读次数:332
winform小程序------保留n位四舍五入小数
一:可选择保留位数,注释很解释的很详细,上图二:全部代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sys...
分类:Windows程序   时间:2014-05-23 05:23:41    阅读次数:508
java类初始化
class SuperClass{ static{ System.out.println("super class init!"); } static int superInt = 1; static String superString = "supS...
分类:编程语言   时间:2014-05-23 04:35:31    阅读次数:253
OpenGL小试牛刀第一季
效果截图:代码展示:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Sys...
分类:其他好文   时间:2014-05-23 04:31:37    阅读次数:312
Mandelbrot图像
using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { doubl...
分类:其他好文   时间:2014-05-23 04:08:51    阅读次数:427
模仿ArcGIS用Graphics重绘的直方图分级调节器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-23 03:42:43    阅读次数:353
基类的参考Expression能传一个lambda表达式
using System;using System.Collections.Generic;using System.Data.Entity.Infrastructure;using System.Linq;using System.Linq.Expressions;using System.Tex...
分类:其他好文   时间:2014-05-22 16:50:46    阅读次数:266
文件流
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-05-22 16:45:22    阅读次数:187
抽象工厂
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 抽象工厂{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-22 16:29:48    阅读次数:230
MVC 全局异常过滤器HandleErrorAttribute
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace 过滤器.Filtes{ /// /// 全局异常过滤器 ...
分类:Web程序   时间:2014-05-22 13:54:14    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!