摘要: [代码] 阅读全文
posted @ 2008-11-10 02:19 happyriver 阅读(226) 评论(0) 推荐(0)
摘要: 冒泡排序、选择排序、插入排序、快速排序算法的时间性能分析(java实现) Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1public class Sort 2{ 3 4 public void swap(in... 阅读全文
posted @ 2008-11-10 01:57 happyriver 阅读(760) 评论(0) 推荐(0)
摘要: 查询同一表内多字段同时重复记录的SQL语句 来自:7th string 比如现在有一人员表 (表名:peosons) 若想将姓名、身份证号、住址这三个字段完全相同的记录查询出来 select p1.* from persons p1,persons p2 where p1.idp2.id and p1.cardid = p2.cardid ... 阅读全文
posted @ 2008-11-10 01:39 happyriver 阅读(645) 评论(0) 推荐(0)
摘要: 原帖及讨论:http://bbs.bccn.net/thread-207175-1-1.html */ -------------------------------------------------------------------------------------- */ 出自: 编程中国 http://www.bc-cn.net */ 作者: hebingbing */ 时间: 20... 阅读全文
posted @ 2008-11-10 01:26 happyriver 阅读(223) 评论(0) 推荐(0)