上一页 1 ··· 306 307 308 309 310 311 312 313 314 ··· 327 下一页
摘要: ref: http://blog.sina.com.cn/s/blog_4b1a1001010007zf.html http://hi.baidu.com/trip008/blog/item/80b56aa7a09c0b91d0435821.html 前台: function GetFocus() { if(event.keyCode==13) { doc... 阅读全文
posted @ 2008-09-19 21:08 emanlee 阅读(2141) 评论(0) 推荐(0) 编辑
摘要: ref http://forums.asp.net/t/1048637.aspx http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=147013&SiteID=1 http://aspadvice.com/blogs/joteke/archive/2008/08/24/Is-_2200_Databinding-methods-such-as... 阅读全文
posted @ 2008-09-19 19:08 emanlee 阅读(1048) 评论(1) 推荐(0) 编辑
摘要: 经常遇到这样的情况,要取得所有客户的最新交易记录,读取网站所有浏览者最后一次访问时间。一个客户只读取最新的一次记录,相同,大部分的人首先想到的就是排除所有记录,相同的只取一条。用distint,但是distint只能取到一个字段的值。所以使用distint就不能读取 出所有的情况。下面是一条正确的语... 阅读全文
posted @ 2008-09-19 10:44 emanlee 阅读(1446) 评论(1) 推荐(1) 编辑
摘要: 题目要求:编号为1,2,...n的n个人按顺时针的方向围坐一个圈,每个人持有一个密码.一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数.报到m的人出列,将他的密码作为新的m的值,从他的顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止. 测试要求:m的初值为20,n=7,7个人的密码依次为:3 1 7 2... 阅读全文
posted @ 2008-09-17 12:49 emanlee 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: 循环队列 参见:http://www.cnblogs.com/emanlee/archive/2007/09/17/895463.html Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include //定义队列的结构 struct queue... 阅读全文
posted @ 2008-09-17 10:54 emanlee 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 链栈: 参见:http://www.cnblogs.com/emanlee/archive/2007/09/12/890647.html Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include struct stackn... 阅读全文
posted @ 2008-09-17 10:52 emanlee 阅读(262) 评论(0) 推荐(0) 编辑
摘要: I have a reportviewer control. I programmatically set the local report path based on a drop down on a page. This allows the user to choose which format (RDLC file) to use when generating the report.Th... 阅读全文
posted @ 2008-09-16 10:14 emanlee 阅读(7271) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include //定义栈的结构 struct stacktype { int stack[4];//存放数据元素 int top;//栈顶指针 }; struct stacktype *... 阅读全文
posted @ 2008-09-11 09:01 emanlee 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 【CSDN 12月11日消息】 IT调研服务提供商IDC日前发布的一份调研报告指出,中国38%的IT从业人员靠微软及其合作伙伴所组成的生态系统生存。而无论是产品的版本升级还是不断出新,微软迈在技术前沿的脚步向来矫健。 微软系技术的开发者如何从中把握技术方向、如何选择并面对面对不断出现的新技术……带着诸多问题,记者采访了2003-2007微软最有价值专家,TechExcel中国研发部经理李洪根。 ... 阅读全文
posted @ 2008-09-09 12:09 emanlee 阅读(881) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include struct nodetype { int data; /* data数据项用于存放结点的数据值 */ struct nodetype *nex... 阅读全文
posted @ 2008-09-08 16:52 emanlee 阅读(230) 评论(0) 推荐(0) 编辑
上一页 1 ··· 306 307 308 309 310 311 312 313 314 ··· 327 下一页