10 2009 档案

摘要:项目中遇到如下课题:数据库ORACLE10中有以下表:表名:TEST字段:Code,Name,Add,Delete------------------------------------------检索表中第21到第30条记录。谁有最佳答案 ,可以按自己想象的给出答案。如果没有我将给出最佳答案 阅读全文
posted @ 2009-10-24 10:49 435银狐 阅读(2336) 评论(35) 推荐(1) 编辑
摘要:委托的Invoke方法用来进行同步调用。同步调用也可以叫阻塞调用,它将阻塞当前线程,然后执行调用,调用完毕后再继续向下进行。同步调用的例子:using System;using System.Threading;public delegate int AddHandler(int a, int b);public class Foo { static void Main() { Console.... 阅读全文
posted @ 2009-10-19 14:46 435银狐 阅读(12215) 评论(12) 推荐(4) 编辑

点击右上角即可分享
微信分享提示