摘要: “Lambda 表达式”是一个匿名函数,它可以包含表达式和语句,并且可用于创建委托或表达式树类型。所有 Lambda 表达式都使用 Lambda 运算符 =>,该运算符读为“goes to”。 该 Lambda 运算符的左边是输入参数(如果有),右边包含表达式或语句块。 Lambda 表达式 x =... 阅读全文
posted @ 2014-07-06 10:50 ICupid 阅读(190) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ... 阅读全文
posted @ 2014-06-29 23:04 ICupid 阅读(147) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ... 阅读全文
posted @ 2014-06-29 22:43 ICupid 阅读(899) 评论(0) 推荐(0) 编辑
摘要: C#接口(interface)实例子(简单而经典)2008/12/04 10:04using System;using System.Collections.Generic;using System.Text;using System.Threading;namespace AppTest{ ... 阅读全文
posted @ 2014-06-29 14:07 ICupid 阅读(752) 评论(0) 推荐(0) 编辑
摘要: 在transparentBody.htm文件的标签中,我已经加入了style="background-color=transparent" 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解: iframe是迫不得已才使用的,因为使用i... 阅读全文
posted @ 2014-06-19 14:31 ICupid 阅读(564) 评论(0) 推荐(0) 编辑
摘要: create or replace function FilterMinganci(str in varchar) return varchar2 is filterWorld varchar2(1000); keyCount int;begin filterWorld := str; ... 阅读全文
posted @ 2014-06-18 12:54 ICupid 阅读(4267) 评论(0) 推荐(0) 编辑
摘要: 手动创建了一个表格,但是id字段无法实现自增,查看了一下网上的信息,没有找到满意的答案。一下是自己总结摸索的,仅供参考第一步:手动创建表和列中的字段 (本例中,表明 T_VIDEO,第一个字段:ID)第二步:创建sequence,如图,第三步:创建触发器,如图,触发器的代码如下create or r... 阅读全文
posted @ 2014-06-17 10:45 ICupid 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-06-15 23:15 ICupid 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-06-15 10:54 ICupid 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 分享到 阅读全文
posted @ 2014-06-15 10:00 ICupid 阅读(167) 评论(0) 推荐(0) 编辑