上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页

2013年8月21日

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 阅读(658) 评论(0) 推荐(0) 编辑

2013年8月20日

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 阅读(1290) 评论(0) 推荐(0) 编辑

2013年8月11日

WPF 加载 WINFORM控件 异常: 调度程序进程已挂起,但消息仍在处理中

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

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

2013年8月7日

匹配平衡组 , 匹配括号组

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

posted @ 2013-08-07 00:39 norsd 阅读(265) 评论(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) 编辑

2013年7月11日

MySQL 使用 MySQLDump 复制数据库

摘要: 1.导出整个数据库 mysqldump -u 用户名 -p 数据库名 > 导出的文件名 mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql 2.导出一个表 mysqldump -u 用户名 -p 数据库名 表名> 导出的文件名 mys... 阅读全文

posted @ 2013-07-11 12:59 norsd 阅读(1024) 评论(0) 推荐(0) 编辑

2013年7月8日

MongoDb 查看用户名列表 , 修改用户密码

摘要: 修改用户密码: db.addUser("java","java"); 查看一下所有的用户 , 查看当前Db的用户名 db.system.users.find(); 阅读全文

posted @ 2013-07-08 17:16 norsd 阅读(6270) 评论(0) 推荐(0) 编辑

2013年7月7日

MongoDb 本机删除密码的方法

摘要: Terminal Inflection LINUX ESOTERICA, FIXES AND RANTS About Errors Resolved Linux Recommended Books Who Am I? Mongo DB: forcing remov... 阅读全文

posted @ 2013-07-07 19:07 norsd 阅读(691) 评论(0) 推荐(0) 编辑

2013年6月27日

IEnumerable<T> 的时候一个主意事项p

摘要: IEnumerator IEnumerable.GetEnumerator() { return _vtDataView.GetEnumerator(); } public IEnumerator GetEnumerator(... 阅读全文

posted @ 2013-06-27 14:21 norsd 阅读(133) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页

导航