上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 45 下一页

2013年2月21日

WPF App下无法多个窗口按序ShowDialog

摘要: 原因如下: http://www.silverlightchina.net/html/study/WPF/2012/0226/14062.html 解决方法: http://stackoverflow.com/questions/4179758/how-to-detect-that-a... 阅读全文

posted @ 2013-02-21 10:02 norsd 阅读(308) 评论(0) 推荐(0) 编辑

2013年2月20日

记一次WPF莫名崩溃的经历

摘要: System.Reflection.Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs args) { var dirs = new string[] { "Dat... 阅读全文

posted @ 2013-02-20 20:04 norsd 阅读(298) 评论(0) 推荐(0) 编辑

2013年2月16日

c# List Sort 简单实现

摘要: vtTick.Sort((Comparison)delegate(CtpTick a,CtpTick b) { if (a.UpdateTime b.UpdateTime) ... 阅读全文

posted @ 2013-02-16 13:46 norsd 阅读(188) 评论(0) 推荐(0) 编辑

2013年2月15日

DataGridView 若干问题

摘要: 1. 只读: ReadOnly 2. 最后一行:dataGridView1.AllowUserToAddRows = false; 3.背景色 : BackgroundColor 阅读全文

posted @ 2013-02-15 15:55 norsd 阅读(67) 评论(0) 推荐(0) 编辑

2013年2月11日

Visual Studio 文件

摘要: 1.c# -> Debug-> Start Action -> Start Project;Start external program 这些信息并不存储于 csproj 而是位于 csproj.user中 阅读全文

posted @ 2013-02-11 15:10 norsd 阅读(100) 评论(0) 推荐(0) 编辑

2013年2月8日

R语言在C#使用DCom中遇到的若干问题

摘要: 1. conR.EvaluateNoReturn("source(\" d:/Data.R\")"); 这样的语句是无法执行的,因为前面有空格 2. DCom 不要使用中文的文件名比如: conR.EvaluateNoReturn("source(\" d:/数... 阅读全文

posted @ 2013-02-08 08:52 norsd 阅读(110) 评论(0) 推荐(0) 编辑

2013年2月6日

WPF <Image......></Image> 使用内嵌图片

摘要: 内嵌图片: 1.在 WPF 的图形化界面设计器上点选 图片, 然后在Property上可以看到如下内容: 在Source下选择文件 注意要选择内嵌的文件 关于内嵌文件: 1.要有resources 如果没有,先点选 Project 属性, 选择 Resources 这个TabBu... 阅读全文

posted @ 2013-02-06 19:22 norsd 阅读(385) 评论(0) 推荐(0) 编辑

int 反射到未知的 Enum , 使用 Enum.ToObject

摘要: var unknownEnum = Enum.ToObject( typeEnum,int ) 经常用Enum.Parse( typeEnum, “Sunday") 但是如果写 Enum.Parse(typeEnum, 7) 那就错了.... 阅读全文

posted @ 2013-02-06 19:05 norsd 阅读(185) 评论(0) 推荐(0) 编辑

2013年2月5日

Entity Framework之问题收集

摘要: From:http://blog.csdn.net/lubingda/article/details/7279678 本节讨论内容主要针对收集了上篇文章大家碰到问题的讨论解决,会持续收集扩充。 DbContext加载原值,当前值,数据库值,属性操作,对象复制,对象值复制(VO,DTO->P... 阅读全文

posted @ 2013-02-05 17:53 norsd 阅读(180) 评论(0) 推荐(0) 编辑

2013年1月17日

Windows Server 2012 RC 版本升级到 2012 RTM 8400 8508

摘要: windows server 2012 RC 版本无法"直接" 升级到 RTM google后还是有方法的: http://www.ivobeerens.nl/2012/09/07/upgrade-windows-server-2012-release-candidate-rc-to-... 阅读全文

posted @ 2013-01-17 12:23 norsd 阅读(176) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 45 下一页

导航