导航

2012年2月2日

摘要: 使用方法: 1.添加TreeCtrl控件,右键ClassWizard中关联变量CTreeCtrl m_TreeCtrl,添加变量CImageList m_ImageList。 2.在OnInitDialog()函数加入代码: m_ImageList.Create(16,16,ILC_COLOR24,10,0); m_ImageList.SetBkColor(RG... 阅读全文

posted @ 2012-02-02 08:10 Biffo Lee 阅读(1019) 评论(0) 推荐(0) 编辑

摘要: So i had this week I had to figure out how to determine if a driver is signed for a little project of mine. This involves being signed by a code certificate OR by Microsoft via WHQL (which includes checking cat files). Documentation on MSDN for this was horrible at best. Very little explained, and v 阅读全文

posted @ 2012-02-02 08:08 Biffo Lee 阅读(838) 评论(0) 推荐(0) 编辑

2012年2月1日

摘要: 注:原文作者Zed Shaws是一位作家、软件开发人员、音乐人(下文中提到吉他手),于2010年发布《Learn Python The Hard Way》一书,他也是 Mongrel Web 服务器系统的作者之一。 原文地址:http://blog.jobbole.com/485/ 其实这些问题不仅见于程序员,其他长期经常坐在电脑前的职场人士(比如:网络编辑、站长等),都会有其中... 阅读全文

posted @ 2012-02-01 07:05 Biffo Lee 阅读(239) 评论(0) 推荐(0) 编辑

摘要: http://people.cs.uchicago.edu/~niyogi/ http://www.cs.uchicago.edu/people/ http://pages.cs.wisc.edu/~jerryzhu/ http://www.kyb.tuebingen.mpg.de/~chapelle http://people.cs.uchicago.edu/~xi... 阅读全文

posted @ 2012-02-01 00:47 Biffo Lee 阅读(503) 评论(0) 推荐(0) 编辑

摘要: 一. vmware 下安装:windows 7 ultimate x86 中文版 1、vmware (请使用尽可能新的版本以对tools的支持) 的设置 打开相应 vmware 虚拟机上的 “Virtaul Machine Settings”---> “Hardware”选项中 ----> 点击 “Add” 添加一个串口设备 Seiall Port -... 阅读全文

posted @ 2012-02-01 00:28 Biffo Lee 阅读(3757) 评论(0) 推荐(1) 编辑

2012年1月14日

摘要: 程序员技术练级攻略 月光博客6月12日发表了《写给新手程序员的一封信》,翻译自《An open letter to those who want to start programming》,我的朋友(他在本站的id是Mailper)告诉我,他希望在酷壳上看到一篇更具操作性的文章。因为他也是喜欢编程和技术的家伙,于是,我让他把他的一些学习Python和Web编程的一些点滴总结一... 阅读全文

posted @ 2012-01-14 16:44 Biffo Lee 阅读(151) 评论(0) 推荐(0) 编辑

2011年12月26日

摘要: We've seen this issue before and have a workaround you can use to get VS working again. It's due to missing registry information. To confirm this is the issue you are seeing, can you examine the following registry key:On 32-Bit Windows: [HKEY_CLASSES_ROOT\CLSID\{73B7DC00-F498-4ABD-AB79-D07AF 阅读全文

posted @ 2011-12-26 11:03 Biffo Lee 阅读(1063) 评论(0) 推荐(0) 编辑

2011年12月24日

摘要: 我不知道这能不能算一个好点子,但我觉得这真的不错:模拟一个权力更大的用户进行某些无法完成的操作。 举个例子来说:你在Administrator用户下,打开文件1.exe的安全设置页面,添加并设置Guest用户的权限为file control拒否,如下图所示: 这样,按照正常的办法,Guest用户将访问不到1.exe文件了。但是一点其他的... 阅读全文

posted @ 2011-12-24 19:58 Biffo Lee 阅读(3224) 评论(0) 推荐(0) 编辑

摘要: windows7 shell就是windows7操作系统的的控制台 对于熟悉了命令行的人而言,用键盘调用程序比鼠标更快更省力 您可以用"Shell:"命令调用一切可以用资源管理器打开的项目甚至是一次完成.需要很多步骤才能完成的任务. 我们在程序里面如何调用呢,我们来使用为了windows7而生的VS2010,基于C++开发一个shell应用, 基于... 阅读全文

posted @ 2011-12-24 19:40 Biffo Lee 阅读(508) 评论(0) 推荐(0) 编辑

摘要: http://msdn.microsoft.com/en-us/library/aa446817(v=VS.85).aspx Boot Trigger Example (C++) This topic contains a C++ code example that shows how to create a task that is scheduled to exec... 阅读全文

posted @ 2011-12-24 19:34 Biffo Lee 阅读(915) 评论(0) 推荐(0) 编辑