- 1、文件: File.Create(path) File.Copy(sourceFile,destFile,true); File.Move(sourceFile,targetFile) File.Exists(fileName) File.Delete(fileName) Fil... 1、文件: File.Create(path) File.Copy(sourceFile,destFile,true); File.Move(sourceFile,targetFile) File.Exists(fileName) File.Delete(fileName) Fil...
- using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace MoveDerictoryTest { &nb... using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace MoveDerictoryTest { &nb...
- 控件:能显示的 组件:不能显示的 ErrorProvider控件主要属性; DataSource ContainerControl Icon,自定义错误图标 主要方法: SetError,指定错误信息字符串和错误图标出现的位置 控件:能显示的 组件:不能显示的 ErrorProvider控件主要属性; DataSource ContainerControl Icon,自定义错误图标 主要方法: SetError,指定错误信息字符串和错误图标出现的位置
- string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory); MessageBox.Show("桌面的路径是"+dir); string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory); MessageBox.Show("桌面的路径是"+dir);
- using System.IO; 1、写入文本 File.WriteAllLines(@"d:\test.txt",lines); File.WriteAllText(@"d:\text.txt",text); using (StreamWriter writer =... using System.IO; 1、写入文本 File.WriteAllLines(@"d:\test.txt",lines); File.WriteAllText(@"d:\text.txt",text); using (StreamWriter writer =...
- using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; ... using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; ...
- using System; using System.Windows.Forms; namespace DataGridViewContextMenuStrip { public partial class Form1 : ... using System; using System.Windows.Forms; namespace DataGridViewContextMenuStrip { public partial class Form1 : ...
- using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 面向对象7._13_Mp3完善{ class Program { static void Main(string[] ... using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 面向对象7._13_Mp3完善{ class Program { static void Main(string[] ...
- 使用系统API函数,需要使用命名空间:System.Runtime.InteropServices; 1、if(textbox1.text=="") 2、if(textbox1.text==string.empty) 3、if(string.isnullorempty(textbox1.text)) 使用系统API函数,需要使用命名空间:System.Runtime.InteropServices; 1、if(textbox1.text=="") 2、if(textbox1.text==string.empty) 3、if(string.isnullorempty(textbox1.text))
- TreeView控件显示结点层次结构 CkeckBox属性设置为True则可以选择; TreeView的集合Nodes是TreeNode对象 TreeNode tn = new TreeNode(); //添加结点: if (textBox1.Text.Trim() == "")... TreeView控件显示结点层次结构 CkeckBox属性设置为True则可以选择; TreeView的集合Nodes是TreeNode对象 TreeNode tn = new TreeNode(); //添加结点: if (textBox1.Text.Trim() == "")...
- 使用TcpClient和TcpListener类进行的实例, 此实例的关键在于TCP协议; 使用了多线程避免界面卡死,委托实现在线程中对主线程的元素修改。 界面截图如下: 源码下载地址: https://github.com/mo... 使用TcpClient和TcpListener类进行的实例, 此实例的关键在于TCP协议; 使用了多线程避免界面卡死,委托实现在线程中对主线程的元素修改。 界面截图如下: 源码下载地址: https://github.com/mo...
- 订阅事件的方法的命名,通常为“On事件名” C#中通常一个属性对应一个类型成员 事件访问器(Event Accessor) 通过Delegate基类的GetInvocationList()静态方法,可以获得这个委托链表 Thread.Sleep(TimeSpan.FromSeconds(3)); // 模拟... 订阅事件的方法的命名,通常为“On事件名” C#中通常一个属性对应一个类型成员 事件访问器(Event Accessor) 通过Delegate基类的GetInvocationList()静态方法,可以获得这个委托链表 Thread.Sleep(TimeSpan.FromSeconds(3)); // 模拟...
- using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sy... using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sy...
- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace StreamWriterTest {  ... using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace StreamWriterTest {  ...
- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace IOTest { cla... using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace IOTest { cla...
上滑加载中
推荐直播
-
华为云码道 × 仓颉编程:工程化AI编码探索2026/05/27 周三 19:00-21:00
刘俊杰-华为云仓颉语言专家/李炎-华为云码道技术专家/王智鹏-OpenCangjie开源社区发起人
本场直播围绕华为云仓颉语言与华为云码道的深度结合,展示华为云智能编程从零基础到高效落地的完整生态能力。以华为云码道为引擎,仓颉语言为载体,带给大家日常提效、趣味创新到极速量产的开发体验。
回顾中
热门标签