置顶随笔

[置顶]"Debugger detected - please close it down and restart!"问题的解决

摘要: GMFBridge,GMFPlay,dump文件,WinDBG调试,DirectShow,加壳阅读全文

posted @ 2007-09-12 16:48 sPhinX 阅读(3956) 评论(2) 编辑

2011年10月8日

DateGridView的一些技巧

摘要: 如果要把某个List的内容直接绑定到DGV,需要像下面这样做,否则内容无法显示出来: struct ReportListStringItem { public string reportDate { get; set; } public string projectName { get; set; } public string taskName { get; set; } public string timeSpent { get; set; } public string activity { get; set; } } List<ReportListStringItem> r阅读全文

posted @ 2011-10-08 16:24 sPhinX 阅读(245) 评论(0) 编辑

2011年8月15日

双声道的rmvb文件如何用最简单的方式生成新的单声道文件(即只保留某个声道的内容)

    该文被密码保护。

posted @ 2011-08-15 17:13 sPhinX 阅读(3) 评论(0) 编辑

2011年6月22日

[综合]在VC中编译、运行程序的小知识点

摘要: 同样的标题,两篇的内容却稍有不同,我就综合一下了。以下内容来自:http://blog.163.com/bestfighter_210@126/blog/static/10361887200811206310788/http://demon.tw/programming/vc-compile-skill.html1、Run-Time LibraryRun-Time Library是编译器提供的标准库,提供一些基本的库函数和系统调用。 我们一般使用的Run-Time Library是C Run-Time Libraries。当然也有Standard C++ libraries。 C Run-Ti阅读全文

posted @ 2011-06-22 16:53 sPhinX 阅读(110) 评论(0) 编辑

2011年5月22日

VS2010启动出问题

摘要: 未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage, Microsoft.VisualStudio.Editor.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”包。此问题可能是由配置更改或安装另一个扩展导致的。可以在命令行中使用 /log 参数来运行应用程序,然后检查文件“C:\Documents and Settings\Roman\Application Data\Microsoft\Visu阅读全文

posted @ 2011-05-22 18:33 sPhinX 阅读(407) 评论(0) 编辑

2011年4月28日

大事记

摘要: 20110809 今天发生了很壮观的一幕,妈妈在上厕所,都都安静的在玩,妈妈出来看到便便满天飞,双手像捏泥巴一样捏啊捏,貌似鼻子上也有便便,妈妈在电话里乐不可支,可惜没有拍下来,哈哈。20110802 可以自己用向后撑的方式坐起来了20110710 上面大牙开始冒头了,不过只冒了一颗20110515 好像又拉了7次20110514 拉了9次20110513 22号补记的,可能有记错,以下都是补记,拉了7次20110512 今天基本不拉肚子了,便便两次,另外,今天可以自己从俯卧翻回去变成仰卧了20110511 今天拉肚子,7次,听起来有点吓人,而且小屁屁大概是因为擦的次数太多,红红的,所幸精神还阅读全文

posted @ 2011-04-28 16:02 sPhinX 阅读(10) 评论(0) 编辑

2011年4月22日

Visual C++ 2010 Express下使用WTL

摘要: 下载WTL和VCX2010之类就不再赘述了,假设已经VCX2010已经安装,WTL已经解压好,以下都以TabBrowser例子来说明。因为WTL是基于ATL的,而免费的VCX2010并不包括ATL,所以第一个问题就是如何获取最新且合法的ATL代码,注意是“合法的”,类似这篇帖子里面的方法还是不要考虑了,至于用老旧的Platform SDK的方法,当然也不考虑,因为不是最新的,要同时满足上面两个条件,最好的方法就是去下载最新的WDK,在WDK里面包含了atl71,安装好就ok了。编译例子会碰到提示1. fatal error C1083: 无法打开包括文件:“atlbase.h”: No suc阅读全文

posted @ 2011-04-22 17:57 sPhinX 阅读(734) 评论(0) 编辑

2011年2月14日

VC LNK2005

摘要: nafxcw.lib uafxcw.lib LNK2005阅读全文

posted @ 2011-02-14 11:04 sPhinX 阅读(22) 评论(0) 编辑

2010年12月16日

[BCB6]GraphicEx

摘要: 可以支持多种图片格式:GraphicEx is open source under the Mozilla Public License (MPL). Please read the license agreement before you start using this library.TIFF images (*.tif; *.tiff), extended base line implementation byte orders: little endian, big endiansample sizes: 1, 2, 4, 8, 16 bits per samplecolor spa阅读全文

posted @ 2010-12-16 10:26 sPhinX 阅读(95) 评论(0) 编辑

2010年12月9日

[短].NET里面的Random类

摘要: 如何让.NET中的Random类获取的值从伪随机变成随机阅读全文

posted @ 2010-12-09 10:58 sPhinX 阅读(133) 评论(0) 编辑

2010年11月9日

关于“无法复制文件:无法读源文件或磁盘”的错误提示

摘要: 无法复制文件:无法读源文件或磁盘, Cannot Copy FileName: Cannot read from the source file or disk阅读全文

posted @ 2010-11-09 14:01 sPhinX 阅读(62) 评论(0) 编辑