12 2010 档案

deletion of pointer to incomplete type 'A'; no destructor called
摘要: http://stackoverflow.com/questions/374046/destructor-not-called-when-type-casted-void-pointer-to-object阅读全文

posted @ 2010-12-31 11:06 cutepig 阅读(83) | 评论 (1) 编辑

qt试用1(Eclipse+cdt+Qt)
摘要: 下载eclipse-cpp-helios-SR1-win32.zip下载Qt下载qt-eclipse-integration-win32-1.6.1.exe写一个启动eclipse的batch文件C:\program\eclipse-cpp-helios-SR1-win32\eclipse\cdt.batset path=%path%;C:\Qt\2010.05\mingw\binset LIBRARY_PATH=C:\Qt\2010.05\mingw\libset C_INCLUDE_PATH=C:\Qt\2010.05\mingw\includeset CPLUS_INCLUDE_PATH阅读全文

posted @ 2010-12-30 23:01 cutepig 阅读(90) | 评论 (0) 编辑

Linux openssh-server,
摘要: 1.sudo apt-get install openssh-serversudo nano /etc/ssh/sshd_configguanbi反查客户端的 dns 信息#GSSAPIAuthentication yes#GSSAPIDelegateCredentials no /etc/rc.d/init.d/sshd start 來啟動 sshd 這個服務,要知道有沒有正常的啟動 ssh 呢?呵呵,只要輸入底下的指令: netstat -a | more yum install openssh-server/etc/init.d/sshd start2. scim-pinyin sc阅读全文

posted @ 2010-12-24 22:05 cutepig 阅读(74) | 评论 (0) 编辑

A very good site containing a lot of wonderful videos from Microsoft, List_of_GUI_testing_tools,
摘要: - A very good site containing a lot of wonderful videos from Microsoft. EnjoySeems contains many modern core techniques: OS, cloud computing, ..http://channel9.msdn.com/Shows/Going+Deep?page=1- List_of_GUI_testing_toolshttp://en.wikipedia.org/wiki/List_of_GUI_testing_tools- google-styleguidehttp://g阅读全文

posted @ 2010-12-24 11:51 cutepig 阅读(33) | 评论 (0) 编辑

zz 悲催的程序员,以及程序员的悲催
摘要: 程序员阿士顿的故事悲催的程序员,以及程序员的悲催http://blog.csdn.net/Oneway102/archive/2010/12/20/6086741.aspx我尽量用平和一点的口吻跟你说说关于程序员的那点事儿。 1. 我在一个叫摩托罗拉的公司干过,那地方有50%的人整天干的事情就是催另外25%的人没完没了的解剩下那25%的人造成的bug。我是个程序员,每 天敲敲打打,哪天电脑崩溃了你会发现我这辈子啥都没留下。大多数人甚至都没有想过我们是怎么把手机捣鼓出来的,包括是是否人手一套乐高的家庭套装工具。 我那可爱的岳父岳母在向自己的亲戚朋友们介绍我的时候,总是用一种充满自豪的口吻轻阅读全文

posted @ 2010-12-22 20:30 cutepig 阅读(81) | 评论 (0) 编辑

mutex, critical section, semaphore,events,monitor
摘要: http://en.wikipedia.org/wiki/Semaphore_%28programming%29In computer science, a semaphore is a protected variable or abstract data type that provides a simple but useful abstraction for controlling access by multiple processes to a common resource in a parallel programming environment.Counting semaph阅读全文

posted @ 2010-12-21 20:48 cutepig 阅读(179) | 评论 (0) 编辑

诺基亚移动Java开发介绍
摘要: 诺基亚移动Java开发介绍http://wiki.forum.nokia.com/index.php/%E8%AF%BA%E5%9F%BA%E4%BA%9A%E7%A7%BB%E5%8A%A8Java%E5%BC%80%E5%8F%91%E4%BB%8B%E7%BB%8Dhttp://java.chinaitlab.com/Eclipse/525797_2.html阅读全文

posted @ 2010-12-20 00:07 cutepig 阅读(46) | 评论 (0) 编辑

RT-Thread RTOS
摘要: RT-Thread RTOS是一款来自中国的开源实时操作系统,由国内一些专业开发人员开发、维护。 它不仅仅是一款高效、稳定的实时核心,也是一套面向嵌入式系统的软件平台,覆盖了全抢占的实时操作系统内核,小巧而与底层具体实现无关的文件系统,轻型的 TCP/IP协议栈以及轻型的多窗口多线程图形用户界面。 RT-Thread稳定版: 0.3.1正式版下载 配套的《RT-Thread实时操作系统编程指南》阅读全文

posted @ 2010-12-16 23:26 cutepig 阅读(61) | 评论 (0) 编辑

使用dynDNS+openSSH+putty突破公司防火墙
摘要: 使用dynDNS+openSSH+putty突破公司防火墙1. dynDNS 是一个免费动态域名解析网站https://www.dyndns.com/,可以申请一个域名,下载客户端后可以自动更新你的ip和域名对应关系2.openSSH是一个免费ssh服务器软件,在http://sshwindows.sourceforge.net/可以下载windows版本,具体使用可参考安装后的Quick Start Guide,具体来说,就是执行这几个命令即可mkgroup -l >> ..\etc\groupmkpasswd -l -u administrator >> ..\etc\passwdnet 阅读全文

posted @ 2010-12-06 23:33 cutepig 阅读(187) | 评论 (0) 编辑