摘要: 一.DBHelper帮助类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using Sys... 阅读全文
posted @ 2014-12-23 11:41 菜鸟1216 阅读(1176) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-09-03 22:09 菜鸟1216 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 一.简单匿名方法1.0匿名方法的写法规则: delegate(编写匿名方法的参数,格式和类型由程序员自己根据业务逻辑来定义){函数的方法体代码} 最下面使用deledate编写匿名方法参数所写二.小练习例子与Lanbda表达式推断 小总结:1.如果参数只有一个,则可以省略小括号,... 阅读全文
posted @ 2014-09-03 21:21 菜鸟1216 阅读(513) 评论(0) 推荐(0) 编辑
摘要: JS代码:1234567891011121314151617181920212223242526272829303132333435Servlet代码:123456789101112131415161718192021222324252627282930313233343536373839packa... 阅读全文
posted @ 2014-08-23 02:01 菜鸟1216 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-08-23 01:41 菜鸟1216 阅读(193) 评论(0) 推荐(0) 编辑