上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 48 下一页

2011年1月6日

Memory allocation and deallocation across dll boundaries

摘要: Memory allocation and deallocation across dll boundarieshttp://stackoverflow.com/questions/1344126/memory-allocation-and-deallocation-across-dll-boundarieshttp://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/320c4868-2194-44f5-a241-d5fb37ff0738STL and std::string memory allocation across 阅读全文

posted @ 2011-01-06 12:15 cutepig 阅读(392) 评论(0) 推荐(0) 编辑

2010年12月31日

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 阅读(405) 评论(1) 推荐(0) 编辑

2010年12月30日

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 阅读(416) 评论(0) 推荐(0) 编辑

2010年12月24日

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 阅读(273) 评论(0) 推荐(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 阅读(163) 评论(0) 推荐(0) 编辑

2010年12月21日

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 阅读(771) 评论(0) 推荐(0) 编辑

2010年12月20日

诺基亚移动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 阅读(290) 评论(0) 推荐(0) 编辑

2010年12月16日

RT-Thread RTOS

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

posted @ 2010-12-16 23:26 cutepig 阅读(343) 评论(0) 推荐(0) 编辑

2010年12月6日

使用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 阅读(1013) 评论(0) 推荐(0) 编辑

2010年10月14日

windbg

摘要: write a program x.cppcompile it using:cl /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /W3 /c /ZI /TP x.cpplink /DEBUG /PDB:"x.pdb" x.objstart windbg, and open the x.exeopen x.cpp in w... 阅读全文

posted @ 2010-10-14 10:55 cutepig 阅读(391) 评论(1) 推荐(0) 编辑

2010年10月8日

QA

摘要: 程序员:下一次面试前你需要准备的五个基本步骤2010-10-05 10:32 | 624次阅读 | 来源:伯乐在线 【已有0条评论】发表评论关键词:程序员,面试 | 感谢陈丽辉的提供 | 收藏这篇资讯导读:面试准备的重要性不用编者多言,大家都很清楚。本文是加拿大的一位程序员所写。大家可以看看国外程序员是怎么准备面试。不管你是否认同他的说法,《诗经》中有句话非常好——R... 阅读全文

posted @ 2010-10-08 12:03 cutepig 阅读(286) 评论(0) 推荐(0) 编辑

2010年10月7日

Toggle hardware data/read/execute breakpoints programmatically

摘要: http://www.codeproject.com/KB/debug/hardwarebreakpoint.aspx 阅读全文

posted @ 2010-10-07 10:21 cutepig 阅读(186) 评论(0) 推荐(0) 编辑

2010年10月2日

java试用(4)eclipse IDE

摘要: 下載exlipse for java運行以下命令行 path D:\program\eclipse-java-helios-SR1-win32\eclipse;%path%;H:\soft\j2sdk1.4.2_17\binset CLASSPATH=.;H:\soft\j2sdk1.4.2_17\jre\lib;eclipse.exe啟動eclipse后,新建一個java工程,隨便copy一點代... 阅读全文

posted @ 2010-10-02 15:01 cutepig 阅读(313) 评论(0) 推荐(0) 编辑

2010年10月1日

java试用(4)java语言的反编译工具

摘要: 推荐一款Java反编译器,比较好用 http://www.blogjava.net/xmatthew/archive/2008/10/28/237203.html 推荐一款Java反编译器,也使用了挺久的了,感觉还是很好用,就拿出和大家分享一下。 这款反编译器叫 "Java Decompiler", 由 Pavel Kouznetsov开发,目前最新版本为0.2.5. 它由 C++开发,并且... 阅读全文

posted @ 2010-10-01 12:58 cutepig 阅读(267) 评论(0) 推荐(0) 编辑

java试用(3)awt,UI

摘要: 程序 (注意要点: control, layout, 事件处理)代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--importjava.awt.*;importjava.awt.event.*;publicclassMyFrameextendsFra... 阅读全文

posted @ 2010-10-01 12:25 cutepig 阅读(405) 评论(0) 推荐(0) 编辑

java试用(2)applets, 嵌入在网页中的ui

摘要: 程序import java.awt.*;import java.applet.*;public class HelloWorldApplet extends Applet { //an applet public void paint(Graphics g){ g.drawString ("Hello World!",20,20); }} 网页<HTML><HEAD><... 阅读全文

posted @ 2010-10-01 12:14 cutepig 阅读(320) 评论(0) 推荐(0) 编辑

java试用(1)hello world

摘要: 设置环境变量path H:\soft\j2sdk1.4.2_17\bin;H:\soft\eclipse;%path%set CLASSPATH=.;H:\soft\j2sdk1.4.2_17\jre\lib;JAVA_HOME: D:\jdk1.5.0PATH: D:\jdk1.5.0\bin; 编写程序 Noname1.java (注意:文件名要和class名一样)class Noname1 ... 阅读全文

posted @ 2010-10-01 12:04 cutepig 阅读(268) 评论(0) 推荐(0) 编辑

2010年9月24日

Display a Web Page in a Plain C Win32 Applicatio

摘要: http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c4379 阅读全文

posted @ 2010-09-24 19:59 cutepig 阅读(197) 评论(0) 推荐(0) 编辑

2010年9月23日

semaphore与Mutex

摘要: C# Semaphore Classhttp://msdn.microsoft.com/en-us/library/system.threading.semaphore.aspxwikiSemaphore (programming)http://en.wikipedia.org/wiki/Semaphore_%28programming%29理解Semaphore和MutexMutex是一把钥匙,... 阅读全文

posted @ 2010-09-23 10:23 cutepig 阅读(3053) 评论(0) 推荐(0) 编辑

2010年9月18日

option price

摘要: http://en.wikipedia.org/wiki/Option_%28finance%29Black–Scholeshttp://en.wikipedia.org/wiki/Black%E2%80%93ScholesBinomial options pricing modelhttp://en.wikipedia.org/wiki/Binomial_options_pricin... 阅读全文

posted @ 2010-09-18 11:09 cutepig 阅读(534) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 48 下一页

导航