![240](https://cdn2.jianshu.io/assets/default_avatar/2-9636b13945b9ccf345bc98d0d81074eb.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:广西
static keyword makes a function could only be seen in its own translatio...
C programmers use the static attribute to hide variable and function dec...
CLR: Common Language Runtime IL: Intermediate Language JIT: Just-in-time...
大多数情况下,如果程序集文件只包含类型安全的托管代码,则代码在32位和64位Windows上都能正常工作。编译好的托管EXE/DLL文件由主机上...
we use different dispose pattern in different situations. Basic Dispose ...
The house was quiet and the world was calm.The reader became the book; a...
Structs cannot inherit from other structs or classes. Both classes and s...
System.IO.FileStream可以将字节写入文件,该类有内存缓存 System.IO.StreamWriter可以写字符或字符串,也有...