- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 C#中与未操控语句交互运作
using System;using System.Runtime.InteropServices;namespace FastCSharp{ class Class1 { [STAThread] unsafe static void Main(string[] args) {// comInvoke();// helloWorld();// StructIn
2005-01-14 18:40:00 648
原创 c#中的流类
using System;using System.IO;using System.Text;using System.Net;namespace ConsoleApplication1{ /// /// ReadomReadFile 的摘要说明。 /// public class ReadomReadFile { static FileStream fs = null; static S
2005-01-09 18:55:00 1725
原创 C#中的委托
using System;using System.Collections;namespace ConsoleApplication1{ /// /// DelegateEvent 的摘要说明。 /// class DBConnection { protected static int NextConnectionNbr = 1; protected string connection
2005-01-09 18:49:00 723 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人