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

2013年1月17日

TFS2012 RC 升级到 TFS2012 RTM

摘要: RC 版本过期 主要参考文章: http://blog.damianbrady.com.au/2012/08/11/upgrading-from-tfs-2012-rc-to-tfs-2012-rtm-done/ 其中的数据库备份, 将在 TFS2012 安装完毕后 , 选择 Upgr... 阅读全文

posted @ 2013-01-17 12:07 norsd 阅读(79) 评论(0) 推荐(0)

2013年1月13日

Visual studio 2012 ultimate 安装遇到 Prerequisites , 错误的函数 incorrect function

摘要: 如题 很奇怪, 然后 google , 给出的方案都不行........ 最后发现 原来iso没下全...........1.3gb, 原本是1.48gb 的............. 阅读全文

posted @ 2013-01-13 19:15 norsd 阅读(235) 评论(0) 推荐(0)

MYSQL 改变表结构 , 改变表数据, 改Column名字

摘要: ALTER TABLE uni_chn_f_cffex_if_201209_R.convertmaininfo_t0_tick add `ShouldCount` bigint(20) not NULL AFTER `Count` 修改字段: alter table trader_1001... 阅读全文

posted @ 2013-01-13 16:51 norsd 阅读(329) 评论(0) 推荐(0)

2012年12月11日

如何在项目中加入已存在的文件夹, 注意是文件夹而不是文件

摘要: 如何在项目中加入已存在的文件夹, 注意是文件夹而不是文件 1.在 Solution Explorer 中点击相关的 Project 2.点击Solution Explorer 下面的工具栏中的 Show All Files 3.此时Project将显示出其文件(即 csproj)所在文... 阅读全文

posted @ 2012-12-11 10:29 norsd 阅读(184) 评论(0) 推荐(0)

2012年12月10日

如何使用 Properties.Reousrces

摘要: 使用 Properties.Reousrces 可以非常方便的使用内嵌的资源 1.创建资源: Project 右键属性 ------> Resources ------> (如果没有创建,则点击链接,创建新的默认Resources.resx) ------------> 加入资源 ... 阅读全文

posted @ 2012-12-10 18:08 norsd 阅读(175) 评论(0) 推荐(0)

2012年12月4日

ini 文件另存为 UTF-8 将无法使用 GetPrivateProfileX 系列读取

摘要: ini 文件另存为 UTF-8 将无法使用 GetPrivateProfileX 系列读取 在C# 下无法读取, 只有设置成 Unicode 或者 ansi 才可以正常读取 阅读全文

posted @ 2012-12-04 09:24 norsd 阅读(232) 评论(0) 推荐(0)

2012年11月16日

Visual Studio 2012 Regular expression

摘要: 用了.net 的表达式 真折腾 tick.UpdateTime = reader.GetDateTime(nDataTime); tick.AskPrice = new double[] { reader.GetDouble(nAskPrice1), reader.G... 阅读全文

posted @ 2012-11-16 18:25 norsd 阅读(126) 评论(0) 推荐(0)

Visual Studio 文本替换 正则表达式

摘要: <a href='http://www.omniture.com' title='Web Analytics'><img src='http://msstonojsmsdn.112.2o7.net/b/ss/msstonojsmsdn/1/H.... 阅读全文

posted @ 2012-11-16 17:40 norsd 阅读(174) 评论(0) 推荐(0)

2012年10月21日

checkErrorStatus parameter is not valid

摘要: arg_graphics.FillRectangles(arrBrush[i], arrRCs[i].ToArray()); arg_graphics.FillRectangles(arrBrush[i], arrLines[i].ToA... 阅读全文

posted @ 2012-10-21 22:37 norsd 阅读(427) 评论(0) 推荐(0)

2012年10月8日

c# 控件,自定义控件问题

摘要: 1. FastColoredTextBox 中文重叠显示 设置IMEMode = IMEMode.On 就可以正常显示和写入新的中文 阅读全文

posted @ 2012-10-08 17:07 norsd 阅读(194) 评论(0) 推荐(0)

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

导航