08 2013 档案

Visual Studio 的Build Event 使用
摘要:rmdir Configuration mkdir Configuration Copy "$(ProjectDir)Configuration\Spec.config" "$(TargetDir)Configuration\Spec.config" /y http://stackove... 阅读全文

posted @ 2013-08-30 09:19 norsd 阅读(421) 评论(0) 推荐(0) 编辑

Managed C++ wtypes.h DATE 转化为 .net的 DateTime
摘要:http://stackoverflow.com/questions/570224/how-do-i-convert-from-mfcs-coledatetime-to-c-sharp-datetime 在转化C++到 .net 时遇到这个问题 , 原来是使用 COleDateTime... 阅读全文

posted @ 2013-08-24 19:21 norsd 阅读(166) 评论(0) 推荐(0) 编辑

VS代码中常用 正则表达式
摘要:1. #define ABC 1 修改为 enum 样式: #define (.+?)\s+(.+?)$ $1 = $2 , 阅读全文

posted @ 2013-08-24 18:23 norsd 阅读(265) 评论(0) 推荐(0) 编辑

R Factor 如何转为c()
摘要:从 R语言本身来说 > f [1] 130015.IB 130013.IB Levels: 130013.IB 130015.IB > data = c(f) > data [1] 2 1 直接是数字,表示对其内部的 2(第二个数据为130015.IB) 和 1(第一个数据为130013... 阅读全文

posted @ 2013-08-21 15:21 norsd 阅读(294) 评论(0) 推荐(0) 编辑

MongoDb Samus c# Find函数的使用说明
摘要:长活短说, 网上有一些是不对的 比如 Op.GreaterThan(...).LessThan(..) 不能这么用来表示 ( , ) 而应该这么用: var doc = new Document( arg_strColumnName, ... 阅读全文

posted @ 2013-08-21 15:08 norsd 阅读(416) 评论(0) 推荐(0) 编辑

WPF DataGrid foreground 绑定问题
摘要:初学WPF , 希望对DataGrid 中所属的一个Column名下的值的颜色动态修改 但是使用如下语句并没有起作用: Foreground="{Binding Path=ImpRepo,Converter={StaticResource IRRColorConvert}}" IR... 阅读全文

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

Ironpython 安装numpy包
摘要:http://pytools.codeplex.com/wikipage?title=NumPy%20and%20SciPy%20for%20.Net https://www.enthought.com/repo/.iron/ 1.下载一个 ironpkg 这个是ironpython的一个... 阅读全文

posted @ 2013-08-20 21:41 norsd 阅读(1303) 评论(0) 推荐(0) 编辑

WPF 加载 WINFORM控件 异常: 调度程序进程已挂起,但消息仍在处理中
摘要:在加载TradeAtServer的统计中的 单个合约盈亏情况 异常:,调度程序进程已挂起,但消息仍在处理中 发现可能是属性设置引发的问题 比如DateTimePikcer.Value+= set, get 等等 阅读全文

posted @ 2013-08-11 01:40 norsd 阅读(1128) 评论(0) 推荐(0) 编辑

匹配平衡组 , 匹配括号组
摘要:http://www.cnblogs.com/qiantuwuliang/archive/2011/06/11/2078482.html 平衡组/递归匹配 这里介绍的平衡组语法是由.Net Framework支持的;其它语言/库不一定支持这种功能,或者支持此功能但需要使用不同的语法。 ... 阅读全文

posted @ 2013-08-07 00:39 norsd 阅读(268) 评论(0) 推荐(0) 编辑

正则表达式 (?的用法
摘要:http://msdn.microsoft.com/en-us/library/e347654k.aspx It also allows the engine to verify that a substring exists at the end of the match without... 阅读全文

posted @ 2013-08-07 00:36 norsd 阅读(246) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示