上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: JS获取DropDownList的value值与text值 <scripttype="text/javascript"language="javascript"> functionSearchChange() { varddl=document.getElementById("DropDownList1") varindex=ddl.selectedIndex; varValue=... 阅读全文
posted @ 2010-04-07 14:29 Blue Sky ...... 阅读(615) 评论(0) 推荐(0) 编辑
摘要: function StringBuilder(value){this.strings = new Array("");this.append(value);}// Appends the given value to the end of this instance.StringBuilder.prototype.append = function (value){if (value){this.... 阅读全文
posted @ 2010-04-02 10:41 Blue Sky ...... 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<div><asp:RepeaterID="rptAppReview"runat=server><ItemTemplate><div><divst... 阅读全文
posted @ 2010-03-22 22:59 Blue Sky ...... 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ALTERprocedure[dbo].[ProReviewScreenshot](@Numint=3,@Categoryvarchar(20))asdeclare@sqlvarchar(300)se... 阅读全文
posted @ 2010-03-22 22:56 Blue Sky ...... 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->(1)测试数据库与测试数据Database目录下面是测试用的数据库文件NHibernatePractice2.mdf,包含有两张数据表Department与Employee,其中Employee表的DepartmentId是外键,引用Department的主键。表中测试数据如下:为了测试方便,你可以直接附加数据库文件NHibernatePractice2.mdf到SQLServer2005, 阅读全文
posted @ 2010-03-08 09:53 Blue Sky ...... 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1classProgram2{3staticvoidMain(string[]args)4{5stringstr1="";6stringstr2="中";78Console.WriteLine(str... 阅读全文
posted @ 2010-03-07 15:05 Blue Sky ...... 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--classProgram{classA{publicA(){PrintFields();}publicvirtualvoidPrintFields(){}}classB:A{intx=1;inty;... 阅读全文
posted @ 2010-03-01 00:26 Blue Sky ...... 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 这个学期上了J2EE企业级应用程序开发,对java的三个框架有了一定了解,就准备学习下.NET的开源框架NHibernate,但网上NHibernate的资料是在是少,特别是对关系映射的实例比较少,好不容易找了一篇文章,结果源代码不能下载,只好照着上面说和查阅资料自己实现了,做的过程中问题多多啊!不过还好,好多不能理解的地方在仔细查阅资料后,都能一一解决!心里也忑高兴了一下,呵呵!这里要感谢DDLLY命名空间。http://www.cnblogs.com/renrenqq/ 阅读全文
posted @ 2010-01-05 20:09 Blue Sky ...... 阅读(619) 评论(2) 推荐(0) 编辑
摘要: #region 设置文本框只能输入数字型字符串 /// <summary> /// 文本框只能输入数字型和单精度型的字符串. /// </summary> /// <param name="e">KeyPressEventArgs类</param> /// <param name="s">文本框的字符串</param> ///... 阅读全文
posted @ 2009-11-18 19:14 Blue Sky ...... 阅读(523) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-11-09 13:11 Blue Sky ...... 阅读(702) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页