- 博客(5)
- 资源 (3)
- 收藏
- 关注
原创 AspNetPager分页控件的样式
网易风格: .anpager .cpb {background:#1F3A87 none repeat scroll 0 0;border:1px solid #CCCCCC;color:#FFFFFF;font-weight:bold;margin:5px 4px 0
2011-08-15 15:37:02
437
原创 按照指定格式显示数据表数据
表结构和数据如下所示: id dName----------- -----1 a4 a2 b3 b5 c6 c要求使用一条查询语句查询出如下效
2011-07-27 15:40:22
315
原创 面试题——找出数组中不相同的所有元素(是数组,不是集合)
实现该要求,首先想到的应该是:使用数组循环遍历。本文分享下用Linq处理该问题的代码.using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Examp
2011-07-15 11:44:23
599
原创 面试题——跑马灯
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ExampleDemo{ class Program { static
2011-07-15 10:00:11
353
原创 面试题——猴子选大王
第一次在优快云上发表文章,刚好最近在面试,故借此分享下,欢迎拍砖。代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleAp
2011-07-15 09:41:48
515
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人