码迷,mamicode.com
首页 > Windows程序
C#枚举
关于C#的Enum(枚举),以前用过,老觉得有很多的坑。如果Enum中有2个值相同,则会出现一些问题:1,enumPlatform:intEnumControlusingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespaceEnumTest.ainy { ///<summary> ///名字=..
分类:Windows程序   时间:2016-01-21 06:58:47    阅读次数:257
C# delegate
1. delegateexample1class Program{ public delegate int MyDelegate(int i); int MyFunc(int i) { return i; } ...
分类:Windows程序   时间:2016-01-21 06:55:03    阅读次数:239
ehcache历史变迁及常用API的使用(转)
ehcache是一个用Java实现的使用简单,高速,实现线程安全的缓存管理类库,ehcache提供了用内存,磁盘文件存储,以及分布式存储方式等多种灵活的cache管理方案。同时ehcache作为开放源代码项目,采用限制比较宽松的Apache License V2.0作为授权方式,被广泛地用于Hib....
分类:Windows程序   时间:2016-01-21 01:49:09    阅读次数:1811
[读书笔记]C#学习笔记五: C#3.0自动属性,匿名属性及扩展方法
前言这一章算是看这本书最大的收获了, Lambda表达式让人用着屡试不爽, C#3.0可谓颠覆了我们的代码编写风格. 因为Lambda所需篇幅挺大, 所以先总结C#3.0智能编译器给我们带来的诸多好处, 下一遍会单独介绍Lambda表达式. 这篇主要包括的内容有:自动属性,隐式类型,对象集合初始化,...
分类:Windows程序   时间:2016-01-21 00:12:20    阅读次数:324
C# 模拟登陆并继续访问其他页面
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading;namespace Co...
分类:Windows程序   时间:2016-01-21 00:13:06    阅读次数:269
c# 模拟提交带文件上传的表单
------WebKitFormBoundary8gsfyexbIoO5OYAa Content-Disposition:form-data;name="username" admin ------WebKitFormBoundary8gsfyexbIoO5OYAa Content-Disposition:form-data;name="submit" 登录 ------WebKitFormBoundary8gsfyexbIoO5OYAa Content-Disposition:form-data;n..
分类:Windows程序   时间:2016-01-20 23:00:00    阅读次数:628
C#XML与二进制相互转换
关于为什么需要转换:本人步入Game行业已经4年了,但是配置文件要麽是原生的XML文件,要麽是别人的二进制文件.关于配置文件为啥要转换成二进制文件:主要是为了保密,其次才是节省空间.但是话又说回来了,使用二进制文件的时候,获取信息,需要多一步转化过程.再者,在一个Game项目中可..
分类:Windows程序   时间:2016-01-20 22:55:47    阅读次数:366
caffe windows配置
windows+caffe+vs2013+cuda6.5配置记录 http://www.bubuko.com/infodetail-902302.htmlcaffe+windows7+vs2013配置 http://blog.csdn.net/tjusxh/article/details/48463...
分类:Windows程序   时间:2016-01-20 22:37:22    阅读次数:307
cuda7.0+windows+vs2012
A http://www.360doc.com/content/15/0715/10/8426204_485017386.shtmlB http://blog.sina.com.cn/s/blog_534497fd0102vbu3.html注意:默认安装目录为C:\ProgramData\NVIDI...
分类:Windows程序   时间:2016-01-20 22:30:00    阅读次数:216
【Delphi】GIF 动画建立
var Gif:TGifImage;begin //Setting the delay for each frame TGIFGraphicControlExtension.Create(Gif.Add(image1.Picture.Bitmap)).Delay := 300; T...
分类:Windows程序   时间:2016-01-20 22:26:56    阅读次数:365
C#中XML和json互相转换
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Xml;using Newtonsoft;//此方法需单独下载namespace ThumbsLotteryTi...
分类:Windows程序   时间:2016-01-20 21:01:29    阅读次数:319
递归全排列(C#)
递归全排列(C#): static int[] xx=new int[4]; static void Main(string[] args) { printP(4, xx, 0); } static ...
分类:Windows程序   时间:2016-01-20 20:58:14    阅读次数:430
windows中copy命令详解
功能:将一份文件或者多份文件复制到另一个位置用法:copy [/D] [/V] [/N] [/Y|/-Y] [/Z] [/A | /B] source [/A | /B] [+ source [/A | /B] [+...]] [destination [/A | /B]]source 指...
分类:Windows程序   时间:2016-01-20 20:48:27    阅读次数:356
C#综合揭秘——深入分析委托与事件
引言本篇文章将为你介绍一下 Delegate 的使用方式,逐渐揭开 C# 当中事件(Event)的由来,它能使处理委托类型的过程变得更加简单。还将为您解释委托的协变与逆变,以及如何使用 Delegate 使 Observer(观察者)模式的使用变得更加简单。在事件的介绍上,会讲述事件的使用方式,并以...
分类:Windows程序   时间:2016-01-20 20:44:53    阅读次数:570
重装windows7
步骤一:下载win7 纯净版镜像http://msdn.itellyou.cn/步骤二:下载安装U深度并根据官网教程制作启动版http://www.ushendu.com/jiaocheng/upqdzz.html步骤三:进行安装http://www.ushendu.com/jiaocheng/up...
分类:Windows程序   时间:2016-01-20 19:23:08    阅读次数:183
laydate API
一、核心方法:laydate(options); options是一个对象,它包含了以下key: '默认值' elem: '#id', //需显示日期的元素选择器 event: 'click', //触发事件 format: 'YYYY-MM-DD h...
分类:Windows程序   时间:2016-01-20 19:18:25    阅读次数:7206
Windows上怎么安装ELK
In this guide I will show that it is also possible to run Logstash on a Windows Server 2012 machine and use IIS as web server. This guide probably req...
分类:Windows程序   时间:2016-01-20 19:07:57    阅读次数:823
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!