摘要:declare inst_name varchar2(100); cursor mycur is select * from tran_forward t where t.instrument_type_id='3010'; query_row tr...
阅读全文
摘要:/* 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...
阅读全文
摘要:declare seq_name dba_sequences.SEQUENCE_NAME%TYPE; cursor mycur is select * from dba_sequences where sequence_owner='NETHRA'; qu...
阅读全文
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Web;using Common;using HraWeb.Common;using Trira...
阅读全文
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using System.Web;using Syste...
阅读全文
摘要:https://www.devexpress.com/Support/Center/Example/Details/E1343 ...
阅读全文
摘要:1.先查看概念 可以看highplayer博客http://blog.csdn.net/highplayer/article/details/66138172. protected void staticStressTest(object sender, EventArgs e) { ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication13{ clas...
阅读全文
摘要:1.http://www.cnblogs.com/libingql/archive/2013/01/31/2888201.html2.多对多 protected override void OnModelCreating(DbModelBuilder modelBuilder) { ...
阅读全文
摘要:http://www.yunjuu.com/info/76058.html在原有数据库中使用 CodeFirst ,除了第一次添加实体后要立即执行一次Enable-Migrationsadd-migration Initial -IgnoreChangesupdate-databaseupdate-...
阅读全文
摘要:http://blog.csdn.net/dj2008/article/details/23756895http://blog.csdn.net/gentle_wolf/article/details/14004345http://blog.csdn.net/cityhunter172/articl...
阅读全文
摘要:1.linq to stringstring s2 = "abc"; var data2 = s2.Where(x => x.CompareTo('a') > 0).ToList(); string s3 = ""; data2.For...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl...
阅读全文
摘要:using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons...
阅读全文
摘要:ArrayList arrayList = new ArrayList { new { ID = "119", Name = "csdn" } }; PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(...
阅读全文
摘要:http://www.cnblogs.com/gaoweipeng/archive/2009/06/13/1501833.html
阅读全文