Articles
4
Home
文本处理工具
代码生成器
bes
Arduino
python
freertos
zklx
C#
xilinx
3D打印实用工具
Archives
找到我
Fun
Home
文本处理工具
代码生成器
bes
Arduino
python
freertos
zklx
C#
xilinx
3D打印实用工具
Archives
找到我
Fun
复制粘贴工程师专用工具
文件操作
using System; public class Class1 { static void Main() { FileStream file = new FileStream("./log.txt", FileMode.Create);//创建文件 string str = "hello world"; byte[] myByte = System.Text.Encoding.UTF8.GetBytes(str); file.Write(myByte); file.Close(); //读取文件 file = new FileStream("./log.txt", FileMode.Open); long len=file.Length; byte[] myByte2=new byte[len]; file.Read(myByte2); string str2 = System.Text.Encoding.UTF8.GetString(myByte2); Console.WriteLine(str2); file.Close(); Console.ReadKey(); } }
LED操作
mail
timer
nv
i2c
zhoushenglin
Articles
4
Bookmark
Announcement
Hello!
Recent Post
WSL下安装petalinux
2022-08-19
video
2020-08-14
关于这个网站
2020-08-10
更新记录
2020-08-10
Archives
August 2022
1
August 2020
3
Info
Article :
4
UV :
PV :
2