public class GetImage { private int S_Height; private int S_Width; private int F_Height; private int F_Width; private string MyURL; public int ScreenH Read More
posted @ 2017-04-18 14:24 Summer_Sun Views(5687) Comments(1) Diggs(0) Edit
/// <summary>/// 导出数据通用属性 需在属性进行标记/// </summary>[AttributeUsage(AttributeTargets.Class | AttributeTargets.Parameter | AttributeTargets.Property)]publi Read More
posted @ 2017-03-31 17:56 Summer_Sun Views(205) Comments(0) Diggs(0) Edit
using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Te Read More
posted @ 2017-03-31 17:52 Summer_Sun Views(1819) Comments(0) Diggs(0) Edit
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. Read More
posted @ 2017-03-31 17:48 Summer_Sun Views(1591) Comments(1) Diggs(0) Edit