collect 相关的软件列表

首页

c# 曲线图生成代码

2020-02-16 标签:c,曲线图,生成,代码,实现,如下,using,system,collections,generic,linq,web,drawing,d,io,imaging,n,amespace,curve

实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.Drawing.Drawing2D; usi

首页

js中将HTMLCollection/NodeList/伪数组转换成数组的代码

2020-02-16 标签:js,中将,nodelist,数组,转换成,代码,符合,以下,条件,对象,称为,具有,length,属性,索引

这里把符合以下条件的对象称为伪数组 1,具有length属性 2,按索引方式存储数据 3,不具有数组的push,pop等方法 如 1,function内的arguments 。 2,通过document.forms,Form.elements,Select.options,document.getE

首页

Jquery ajax传递复杂参数给WebService的实现代码

2020-02-16 标签:jquery,ajax,传递,复杂,参数,webservice,实现,代码,entity,如下,using,system,collections,generic,linq,text,runtime,n,amespace

Entity: 实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace En

首页

最常用的12种设计模式小结

2020-02-16 标签:最常,用的,12,设计,模式,小结,策略,strategy,定义,算法,家族,分别,封装,让它,之间,互相,替换,比如

1.策略模式(Strategy): 定义了算法家族, 分别封装起来, 让它们之间可以互相替换. 比如Collections.sort(List list, Comparator c); 可以通过实现多个Comparator接口来达到多种排序的目的. 2.装饰着模式(Decorator): 动态的给一

首页

asp.net ajax实现无刷新验证码

2020-02-16 标签:asp,n,et,ajax,实现,刷新,验证,首先是,在后,aspx,文件,page,load,事件,代码,如下,using

1、首先是在后台验证码的aspx文件的Page_Load中的事件代码: 实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI;

asp.net生成缩略图实现代码
首页

asp.net生成缩略图实现代码

2020-02-16 标签:asp,n,et,生成,缩略图,实现,代码,如下,using,system,collections,generic,linq,web,drawing,io,amespace,三层,summary,显示

实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.IO; namespace web三层 {

C# 创建文本文件写入读取实现代码
首页

C# 创建文本文件写入读取实现代码

2020-02-16 标签:c,创建,文本文件,写入,读取,实现,代码,第一次,运行时,第二次,如下,using,system,collections,generic,linq,text,io,n,amespace

第一次运行时:第二次运行时:实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace 文件操作 { class Pr

首页

asp.net中各种类型的JSON格式化

2020-02-16 标签:asp,n,et,各种类型,json,格式化,实现,代码,如下,using,system,collections,generic,text,data,reflection,common,public,class,convertjson

实现代码如下: using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using

首页

asp.net 读取配置文件方法

2020-02-16 标签:asp,n,et,读取,配置文件,方法,实现,代码,如下,system,collections,specialized,vc,getsection,sectionname,string

方法1: 实现代码如下: System.Collections.Specialized.NameValueCollection nvc = (System.Collections.Specialized.NameValueCollection) System.Configuration.Config