using System;using System.Collections.Generic;using 
System.Linq;using System.Text;namespace 构造函数1{ class Program { static void 
Main(strin...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 02:22:09   
                                阅读次数:
299
                             
                    
                        
                            
                            
                                ssize_t generic_file_read(struct file * filp, char 
* buf, size_t count,loff_t*ppos)这是一个文件读函数我们很容易看出输入参数中filp 是文件buf 
是文件要读到什么地方去,用户bufcount是要读多少东西那么ppo...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 22:29:53   
                                阅读次数:
640
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;namespace 继承{ class Program { static void 
Main(string[]...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 21:40:41   
                                阅读次数:
347
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;namespace 异常1{ class Program { static void 
Main(string[...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 20:39:32   
                                阅读次数:
309
                             
                    
                        
                            
                            
                                1.创建服务端Class:ProxyServerRemoting 1 using System; 2 
using System.Collections.Generic; 3 using System.Text; 4 using 
Inscription.Manadal.EmrPlugIn.NetMes...
                            
                            
                                分类:
Web程序   时间:
2014-05-19 11:49:35   
                                阅读次数:
347
                             
                    
                        
                            
                            
                                泛型(generic)是C#语言2.0和通用语言运行时(CLR)的一个新特性。泛型为.NET框架引入了类型参数(type 
parameters)的概念。类型参数使得设计类和方法时,不必确定一个或多个具体参数,其的具体参数可延迟到客户代码中声明、实现。这意味着使用泛型的类型参数T,写一个类MyList...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 11:26:47   
                                阅读次数:
315
                             
                    
                        
                            
                            
                                1 using System; 2 using System.Collections.Generic; 
3 using System.Linq; 4 using System.Text; 5 using System.Net; 6 using System.IO; 
7 8 nam...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 11:14:32   
                                阅读次数:
369
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;namespace 对象引用{ class Program { static void 
Main(string...
                            
                            
                                分类:
其他好文   时间:
2014-05-17 14:30:19   
                                阅读次数:
279
                             
                    
                        
                            
                            
                                program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace GroupBoxTest13
{
    static class Program
    {
        /// 
        /// 应用程序的...
                            
                            
                                分类:
其他好文   时间:
2014-05-16 01:56:45   
                                阅读次数:
319
                             
                    
                        
                            
                            
                                1 using System; 2 using System.Collections.Generic; 
3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 
using System.Security....
                            
                            
                                分类:
其他好文   时间:
2014-05-15 17:20:45   
                                阅读次数:
329