摘要:
/// <summary> /// 字节数组转对象 /// </summary> /// <param name="buff"></param> /// <returns></returns> public static object Bytes2Object(byte[] buff) { obje 阅读全文
摘要:
一、在主窗体中打开条件选择窗体 二、在条件选择窗体中选择完毕后 执行主窗体方法 更新主窗体 阅读全文
摘要:
Oracle 删除某一条记录卡死 但是查询或删除其他数据行没问题 [会话锁死] 阅读全文
摘要:
命名空间 System.Security.Cryptography 阅读全文
摘要:
class Program { //声明委托 delegate int MyDelegate(int x, int y); static void Main(string[] args) { MyDelegate _myDelegate = new MyDelegate(fun1); ... 阅读全文
摘要:
服务器端 1、开启监听 //开启监听 private void button1_Click(object sender, EventArgs e) { //当点击开始监听的时候 在服务器端创建一个负责监听IP地址和端口号的Socket socketWatch = new Socket(Address 阅读全文
摘要:
文件读写 阅读全文
摘要:
//创建文件夹 Directory.CreateDirectory(@"C:\a"); Console.WriteLine("创建成功"); Console.ReadKey(); //删除文件夹 Dire... 阅读全文
摘要:
1、SaveFileDialog 2、SaveFileDialog 阅读全文
摘要:
查看程序进程启动参数(转) 阅读全文