随笔分类 -  C#

摘要:cn:姓名英文缩写,sn:姓,c:CN(国家),l:县市,st:省,title:职位,description:描述,postalCode:邮政编码,postOfficeBox:邮政信箱,physicalDeliveryOfficeName:办公室,telephoneNumber:电话号码,facsi 阅读全文
posted @ 2020-08-06 13:58 singelYang 阅读(346) 评论(0) 推荐(0)
摘要:1. 打开文件夹: System.Diagnostics.Process.Start(FilePath); 打开文件夹中某个文件: System.Diagnostics.Process.Start(FilePath+"/"+FileName); 打开文件夹并选中单个文件: System.Diagno 阅读全文
posted @ 2019-11-14 10:35 singelYang 阅读(5990) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using System.Diagnostics; 7 8 names 阅读全文
posted @ 2019-11-13 16:50 singelYang 阅读(2878) 评论(0) 推荐(1)
摘要:1.例子导出Excel的样式 样式代码 2.单元格样式设置 框架4.0之上的导出 引用 Aspose.cell 阅读全文
posted @ 2019-06-05 10:38 singelYang 阅读(4157) 评论(0) 推荐(1)
摘要:DataGridView控件应该是数据库应用系统最常用的控件之一,其方便性不言而喻的。往往用户在使用过程中会提出"从DataGridView空间 中拷贝数据或是向某个DataGridView控件粘贴数据"的要求,下面用我的一种方法来实现这个要求,希望大家能提出更好的办法来。注意:粘贴这个方 法只用与 阅读全文
posted @ 2018-08-24 13:12 singelYang 阅读(795) 评论(0) 推荐(0)