10 2015 档案

摘要: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 听哥哥的话 阅读(549) 评论(0) 推荐(0)

摘要:/* 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)

摘要: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 听哥哥的话 阅读(566) 评论(0) 推荐(0)

摘要: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 听哥哥的话 阅读(265) 评论(0) 推荐(0)

摘要: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 听哥哥的话 阅读(280) 评论(0) 推荐(0)

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

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

摘要:1.先查看概念 可以看highplayer博客http://blog.csdn.net/highplayer/article/details/66138172. protected void staticStressTest(object sender, EventArgs e) { ... 阅读全文

posted @ 2015-10-15 11:05 听哥哥的话 阅读(666) 评论(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 听哥哥的话 阅读(226) 评论(0) 推荐(0)

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

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

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

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

摘要: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 听哥哥的话 阅读(296) 评论(0) 推荐(0)

摘要: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 听哥哥的话 阅读(106) 评论(0) 推荐(0)

摘要: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 听哥哥的话 阅读(162) 评论(0) 推荐(0)

摘要: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 听哥哥的话 阅读(184) 评论(0) 推荐(0)

摘要: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 听哥哥的话 阅读(155) 评论(0) 推荐(0)

摘要:ArrayList arrayList = new ArrayList { new { ID = "119", Name = "csdn" } }; PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(... 阅读全文

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

摘要:http://www.cnblogs.com/gaoweipeng/archive/2009/06/13/1501833.html 阅读全文

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

摘要:1.前台代码 ... 阅读全文

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

导航