10 2015 档案

oracle plsql参数
摘要:declare inst_name varchar2(100); cursor mycur is select * from tran_forward t where t.instrument_type_id='3010'; query_row tr... 阅读全文

posted @ 2015-10-26 13:30 听哥哥的话 阅读(545) 评论(0) 推荐(0)

截稿1
摘要:/* Copyright (c) 2015 Xiamen Weixin Software Co., Ltd. All rights reserved * * Create by huanglc@holworth.com at 2015-10-19 11:25:45 * */using System... 阅读全文

posted @ 2015-10-23 19:15 听哥哥的话 阅读(188) 评论(0) 推荐(0)

oracle 序列初始化的plsql块脚本
摘要:declare seq_name dba_sequences.SEQUENCE_NAME%TYPE; cursor mycur is select * from dba_sequences where sequence_owner='NETHRA'; qu... 阅读全文

posted @ 2015-10-22 10:42 听哥哥的话 阅读(565) 评论(0) 推荐(0)

jqentitydetail
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Web;using Common;using HraWeb.Common;using Trira... 阅读全文

posted @ 2015-10-20 07:14 听哥哥的话 阅读(264) 评论(0) 推荐(0)

jqentitymanage
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using System.Web;using Syste... 阅读全文

posted @ 2015-10-20 07:13 听哥哥的话 阅读(279) 评论(0) 推荐(0)

dev 官网
摘要:https://www.devexpress.com/Support/Center/Example/Details/E1343 ... 阅读全文

posted @ 2015-10-15 23:08 听哥哥的话 阅读(1133) 评论(0) 推荐(0)

DataTable 设置primarykey 后进行 Merge操作
摘要:1.先查看概念 可以看highplayer博客http://blog.csdn.net/highplayer/article/details/66138172. protected void staticStressTest(object sender, EventArgs e) { ... 阅读全文

posted @ 2015-10-15 11:05 听哥哥的话 阅读(665) 评论(0) 推荐(0)

对称矩阵 一个简单的小把戏
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication13{ clas... 阅读全文

posted @ 2015-10-13 21:45 听哥哥的话 阅读(222) 评论(0) 推荐(0)

codefirst 关系处理
摘要:1.http://www.cnblogs.com/libingql/archive/2013/01/31/2888201.html2.多对多 protected override void OnModelCreating(DbModelBuilder modelBuilder) { ... 阅读全文

posted @ 2015-10-07 16:28 听哥哥的话 阅读(154) 评论(0) 推荐(0)

codefirst 最新策略
摘要:http://www.yunjuu.com/info/76058.html在原有数据库中使用 CodeFirst ,除了第一次添加实体后要立即执行一次Enable-Migrationsadd-migration Initial -IgnoreChangesupdate-databaseupdate-... 阅读全文

posted @ 2015-10-07 13:43 听哥哥的话 阅读(132) 评论(0) 推荐(0)

codefirst updatebase
摘要:http://blog.csdn.net/dj2008/article/details/23756895http://blog.csdn.net/gentle_wolf/article/details/14004345http://blog.csdn.net/cityhunter172/articl... 阅读全文

posted @ 2015-10-07 02:31 听哥哥的话 阅读(295) 评论(0) 推荐(0)

linq to object 未完待续
摘要:1.linq to stringstring s2 = "abc"; var data2 = s2.Where(x => x.CompareTo('a') > 0).ToList(); string s3 = ""; data2.For... 阅读全文

posted @ 2015-10-06 23:25 听哥哥的话 阅读(102) 评论(0) 推荐(0)

复习扩展方法 涉及委托,这里我使用自定义委托类型 public delegate bb MyFunc<in T,out bb> (T arg)
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl... 阅读全文

posted @ 2015-10-06 23:01 听哥哥的话 阅读(156) 评论(0) 推荐(0)

Linq to DataTable
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl... 阅读全文

posted @ 2015-10-06 21:46 听哥哥的话 阅读(181) 评论(0) 推荐(0)

dynamic和匿名类和var的混合使用 没提示照样点
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons... 阅读全文

posted @ 2015-10-06 12:42 听哥哥的话 阅读(154) 评论(0) 推荐(0)

匿名类的反射 属性描述器
摘要:ArrayList arrayList = new ArrayList { new { ID = "119", Name = "csdn" } }; PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(... 阅读全文

posted @ 2015-10-05 13:33 听哥哥的话 阅读(278) 评论(0) 推荐(0)

自定义控件的封装
摘要:http://www.cnblogs.com/gaoweipeng/archive/2009/06/13/1501833.html 阅读全文

posted @ 2015-10-04 21:59 听哥哥的话 阅读(136) 评论(0) 推荐(0)

dev初识 拖动分组
摘要:1.前台代码 ... 阅读全文

posted @ 2015-10-04 17:55 听哥哥的话 阅读(344) 评论(0) 推荐(0)

导航