摘要: 1、公司拟以自有资金 1,500 万元人民币投资设立全资子公司——博彦科技(承德)有限公司(以 工商登记核准的名称为准,以下简称“博彦承德”),公司占注册资本的100%。博彦承德主要从事 数据处理服务、技术咨询和技术服务、信息技术培训等业务。 为贯彻落实京津冀协同发展重大国家战略,河北省与北京市于2 阅读全文
posted @ 2016-07-09 09:15 Robert Hu 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 当在Visual studio 2010或2012版本中的,Resouce View中打开.rc文件时,会出现“Openned in another editor”的提示,但无法出现编辑界面。解决方法如下: 关闭当前项目,在项目所在文件夹下。找到.suo结尾的文件,将其删除。重新打开Visual studio即可。 阅读全文
posted @ 2013-07-23 17:03 Robert Hu 阅读(888) 评论(0) 推荐(0) 编辑
摘要: 此方法出错,并非真正有什么错误,而是微软认为这样用不安全,微软推荐用strcpy_s代替。但对于strcpy_s并非出自标准C,不方便代码的移植,为了阻止编译器报错,可以点击工程属性,"Configuration Properties"->"C/C++"->"Preprocessor"->"Preprocessor “按下图所示加上”_CRT_SECURE_NO_WARNINGS” 标示即可。 阅读全文
posted @ 2013-07-23 11:21 Robert Hu 阅读(5996) 评论(0) 推荐(0) 编辑
摘要: 1. You are not allowed to write any production code until you have first written a failing unit test.2. You are not allowed to write more of a unit test than is sufficient to fail—and not compiling is failing.3. You are not allowed to write more production code that is sufficient to pass the current 阅读全文
posted @ 2012-09-20 08:23 Robert Hu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 通过vs2010提供的Command Prompt,执行命令,然后添加所生成的dll,为引用即可。 阅读全文
posted @ 2012-09-03 15:07 Robert Hu 阅读(1672) 评论(0) 推荐(0) 编辑