摘要: 你是否已经厌倦了每次写for循环时都要写上那些机械的代码,尤其当你需要遍历数组或者Collection,如: public void showAll (Collection c) { for (Iterator iter = c.iterator(); iter.hasNext(); ) { System.out.println(iter.next().toString()); ... 阅读全文
posted @ 2008-11-04 10:16 不待人亲灬 阅读(210) 评论(0) 推荐(0) 编辑
摘要: SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数; SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE --------- --------- --------- --------- ... 阅读全文
posted @ 2008-10-23 13:36 不待人亲灬 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 【程序1】 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 1.程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21.... 【程序2】 题目:判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqr... 阅读全文
posted @ 2008-10-13 11:36 不待人亲灬 阅读(728) 评论(0) 推荐(0) 编辑
摘要: 1 不管是鞋子的哪个地方磨到了你的脚,你就在鞋子磨脚的地方涂一点点白酒,保证就不磨; 2 皮包上有了污渍或者是脏了的话,可以用棉花蘸风油精擦拭; 3 在洗完脸后,用手指沾些细盐在鼻头两侧轻轻摩擦,然后再用清水冲净,黑头粉刺就会清除 干净,毛细孔也会变小; 4 出门是随时在包包里面带一节小的干电池,如果你的裙子带静电的话把电池的正极在裙子上 面擦几下就可以去掉静电了; 5 若有小面积皮肤损伤... 阅读全文
posted @ 2008-09-10 17:07 不待人亲灬 阅读(263) 评论(0) 推荐(0) 编辑
摘要: /Files/budairenqin/window.rar 阅读全文
posted @ 2008-09-10 16:07 不待人亲灬 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/lbh9158/archive/2007/06/04/1637002.aspx 作者:清清月儿 快速预览: GridView无代码分页排序 GridView选中,编辑,取消,删除 GridView正反双向排序 GridView和下拉菜单DropDownList结合 GridView和CheckBox结合 鼠标移到GridView某一行时改变该行... 阅读全文
posted @ 2008-09-05 11:58 不待人亲灬 阅读(237) 评论(0) 推荐(0) 编辑
摘要: I´m tired of being what you want me to be Feeling so faithless lost under the surface Don´t know what you´re expecting of me Put under the pressure of walking in your shoes (Caught in the undertow... 阅读全文
posted @ 2008-08-11 21:41 不待人亲灬 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 别人做的,感觉比较有学习价值 http://files.cnblogs.com/budairenqin/GanttChart.rar 阅读全文
posted @ 2008-08-08 17:32 不待人亲灬 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Excel截图: 前台Code: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ... 阅读全文
posted @ 2008-07-30 17:36 不待人亲灬 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 前提是不能设置GridView的列宽(可以设置表头的宽度代替列宽) 把下面代码加到Me.objGv.DataBind()下面 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->'GridView表头强制不换行 objGv.HeaderRow.Styl... 阅读全文
posted @ 2008-07-21 14:10 不待人亲灬 阅读(2729) 评论(0) 推荐(0) 编辑