生命壹号:http://www.cnblogs.com/smyhvae/ 文章来源:http://www.cnblogs.com/smyhvae/p/4390905.html Read More
posted @ 2018-07-05 10:43 小白一枚丶 Views(109) Comments(0) Diggs(0)
进度条表示文件复制的进度: 1、将进度条最大值设置为需要复制的文件总数 2、遍历文件时每复制一个文件之后,进度条+1 Read More
posted @ 2018-05-04 15:18 小白一枚丶 Views(5355) Comments(0) Diggs(0)
string str = "Q://ABC/CBA/DBD"; string path = @"DllDownLoad\1\da.txt"; string u = @"DllDownLoad\"; string strArray = str.Substring(0, str.IndexOf("DBD"... Read More
posted @ 2018-05-02 20:00 小白一枚丶 Views(104) Comments(0) Diggs(0)
新建: 删除: 文本写入: 浏览/打开文件: Read More
posted @ 2018-03-23 11:28 小白一枚丶 Views(851) Comments(0) Diggs(0)
1 using System; 2 using System.IO; 3 4 namespace DeleteLastWeek 5 { 6 public class Program 7 { 8 //获取执行程序目录 9 static string sPath = System.Reflection.Assembly.GetCal... Read More
posted @ 2018-03-23 11:23 小白一枚丶 Views(474) Comments(0) Diggs(0)
http://www.cnblogs.com/JiYF/p/6164859.html https://www.cnblogs.com/JiYF/p/6169349.html Read More
posted @ 2018-03-21 19:36 小白一枚丶 Views(402) Comments(0) Diggs(0)
win10自带IIS10.0 控制面板 》》 程序 》》启用或关闭Windows功能 勾选完之后会安装IIS,安装完成后 计算机管理 》》 服务和应用程序 》》 Internet information Services(IIS) 》》 网站 添加要打开的网站(aspx文件) 添加完网站后,需要: Read More
posted @ 2017-09-28 17:07 小白一枚丶 Views(2587) Comments(0) Diggs(0)
最近简单的学习了一下LINT TO XML,写篇博客在这,方便以后查看~~ 1、常用到的类 XmlDocument -- 文档(xml文件) XmlElement -- 元素(节点) XmlAttribute -- 属性(节点内容) XNamespace -- 命名空间(xmlns) XDeclar Read More
posted @ 2017-04-24 10:41 小白一枚丶 Views(378) Comments(0) Diggs(0)