上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: [代码] 阅读全文
posted @ 2010-11-24 17:43 Wind·e 阅读(867) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-11-24 09:38 Wind·e 阅读(211) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Collections; using System.Data; using System.Configuration; using System... 阅读全文
posted @ 2010-11-24 09:19 Wind·e 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 今天接受面试,面试公司出了这样一道题假设只有一个table,名为pages,有四个字段,id, url,title,body。里面储存了很多网页,网页的url地址,title和网页的内容,然后你用一个sql查询将url匹配的排在最前,title匹配的其次,body匹配最后,没有任何字段匹配的,不返回。就是上面这道面试题,让我想了一个下午,在网上找资料,最后用下面方法实现SELECT *FROM p... 阅读全文
posted @ 2010-10-21 14:08 Wind·e 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 最近用到checklistbox控件,在使用其过程中,花了较多的时间,这里我收集了其相关的代码段,希望对大家有所帮助。1.添加项checkedListBox1.Items.Add("蓝色"); checkedListBox1.Items.Add("红色"); checkedListBox1.Items.Add("黄色");2. 判断第i项是否选中,选中为true,否则为falseif(checke... 阅读全文
posted @ 2010-10-15 14:33 Wind·e 阅读(413) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页