using System;using System.Collections.Generic;using 
System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class 
Program { ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 20:45:02   
                                阅读次数:
446
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;using System.Windows;using Sys...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 09:25:47   
                                阅读次数:
415
                             
                    
                        
                            
                            
                                using System;using 
System.Collections.Generic;using System.ComponentModel;using System.Data;using 
System.Drawing;using System.Linq;using System.Text;u...
                            
                            
                                分类:
Windows程序   时间:
2014-04-28 04:36:58   
                                阅读次数:
1052
                             
                    
                        
                            
                            
                                using System;using 
System.Collections.Generic;using System.ComponentModel;using System.Data;using 
System.Drawing;using System.Linq;using System.Text;u...
                            
                            
                                分类:
Windows程序   时间:
2014-04-27 23:51:43   
                                阅读次数:
1188
                             
                    
                        
                            
                            
                                一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端:using 
System;using System.Collections.Generic;using System.ComponentModel;using 
System.Data;using System.Drawing;using S...
                            
                            
                                分类:
Windows程序   时间:
2014-04-27 21:14:46   
                                阅读次数:
1392
                             
                    
                        
                            
                            
                                文字格式设置:
字体颜色设置:
Program.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace ColorDialog
{
    static class Program
    {...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 20:38:47   
                                阅读次数:
576
                             
                    
                        
                            
                            
                                对于没有排序功能的集合来说,都可以使用java.util.Collections.sort()方法进行排序,它除了集合对象以外,还需要提供一个比较器。如果列表中的元素全部都是相同的类型,并且这个类实现了Comparable接口,就可以简单的调用Collections.sort()方法,如果这个类没有实现comparable接口,那么可以创建一个比较器传递一个Comparator实例作为Sort()...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 19:03:01   
                                阅读次数:
491