码迷,mamicode.com
首页 >  
搜索关键字:collections deque counter    ( 12297个结果
动态调用webservice,不需要添加Web References
using System; using System.Collections.Generic; using System.Web; using System.Net; using System.IO; using System.Web.Services.Description; using Syst...
分类:Web程序   时间:2014-05-26 18:30:45    阅读次数:306
字符串相似度计算的方法,使用SQL以及C#实现,本文非原创摘自网络(.NET SQL技术交流群入群206656202需注明博客园)
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace ConsoleApplication6 6 { 7 class semblance 8 { 9 10 ...
分类:数据库   时间:2014-05-26 02:11:57    阅读次数:486
【C#】浏览器源代码
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-26 00:40:38    阅读次数:214
【C#】简单计算器源代码
form1.cs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Syst...
分类:其他好文   时间:2014-05-26 00:25:36    阅读次数:336
word 文档操作类,可以读出word中书签 批量替换内容,直接调用
using System;using System.Collections.Generic;using System.Text;using Word = Microsoft.Office.Interop.Word;namespace ELO.BLL{ /* * Descrip...
分类:其他好文   时间:2014-05-25 23:20:06    阅读次数:420
[Java] JAVA程序员您需要学习的25个标准
(1) 你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你应该了解UML,尤其是class,object,interaction以 及statediagrams。 (2) 你需要学习JAVA语言的基础知识以及它的核心类库(collections,seri...
分类:编程语言   时间:2014-05-25 18:44:20    阅读次数:268
foreach是怎么实现遍历的
using System;using System.Collections;using System.Collections.Generic;using System.Linq; using System.Text;using System.Threading.Tasks;namespace Con...
分类:其他好文   时间:2014-05-25 14:55:16    阅读次数:160
C#_Ajax_分页
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcTest.Extends{ /// /// 分页元素位置 /// public en...
分类:其他好文   时间:2014-05-25 13:50:08    阅读次数:476
C# WinForm实现Windows 7 Aero磨砂玻璃效果
在Vista系统之后,微软为窗体程序提供了Aero磨砂的效果,如下图。那么用C#如何来实现这种磨砂效果呢?代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;us...
分类:Windows程序   时间:2014-05-25 13:45:06    阅读次数:457
旋转缩放代码
using UnityEngine;using System.Collections;// 直接放在相机上,控制相机的旋转和缩放 //public class CameraContro : MonoBehaviour { public Transform target; ...
分类:其他好文   时间:2014-05-25 07:44:17    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!