view plaincopy to clipboardprint? 复制代码 代码如下: //手动保存图片 private void saveBtn_Click(object sender, System.EventArgs e) { bool isSave = true; SaveFileDialog saveImageDialog = new SaveFileDialog(); saveImageDialog.Tit...
代码如下: dgv.Rows[i].DefaultCellStyle.BackColor = System.Drawing.Color.White; 隔行变色 复制代码 代码如下: /// summary /// 隔行变色 /// /summary /// param name=dgv传入DataGridView控件名称/param public static void D...
代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { bool isBreak = false; ConsoleColor colorBack = Console.Bac...
这里使用Atrribute的方式实现了Json字符串向C#对象的转变。因为功能局限,此版本只是针对于Json字符串,如response:Hello,id:21231513,result:100,msg:OK.; 而不是Json数组。这里的Atrribute是作用在属性...
代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static int length = 6; static string[] shortedPath = new string[length]; static int noPath =...
代码如下: /// summary /// 删除掉空文件夹 /// 所有没有子文件系统的都将被删除 /// /summary /// param name=storagepath/param public static void KillEmptyDirectory(String storagepath) { DirectoryInfo dir = new Director...
代码如下: /// summary /// 删除掉空文件夹 /// 所有没有子文件系统的都将被删除 /// /summary /// param name=storagepath/param public static void KillEmptyDirectory(String storagepath) { DirectoryInfo dir = new Director...
ArrayList与Array的区别概述 ArrayList 是数组的复杂版本。ArrayList 类提供在大多数 Collections 类中提供但不在 Array 类中提供的一些功能。例如: Array 的容量是固定的,而 ArrayList 的容量是根据...
代码如下: //路径, 添加开机启动/删除开机启动 public static void SetAutoRun(string fileName, bool isAutoRun) { RegistryKey reg = null; try { if (!System.IO.File.Exists(fileName)) throw new Exception(该文件不存在!); Str...
复制代码 代码如下: public class Fruit { string peach = a round juicy fruit that has a soft yellow or red skin and a large hard seed in the center, or the tree that this fruit grows on; string orange = a round fruit that has a thick...