上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 48 下一页

2010年5月21日

最全的design pattern 概述

摘要: http://en.wikipedia.org/wiki/Software_design_patternClassification and list Design patterns were originally grouped into the categories: creational patterns, structural patterns, and behavioral patter... 阅读全文

posted @ 2010-05-21 08:35 cutepig 阅读(669) 评论(0) 推荐(0) 编辑

2010年5月6日

Create different SDI windows

摘要: Create different SDIwindows1. BOOL CtestMDIApp::InitInstance()CMultiDocTemplate* pDocTemplate;pDocTemplate = new CMultiDocTemplate(IDR_testMDITYPE,RUNTIME_CLASS(CtestMDIDoc),RUNTIME_CLASS(CChildFrame)... 阅读全文

posted @ 2010-05-06 11:24 cutepig 阅读(205) 评论(0) 推荐(0) 编辑

CUsefulSplitterWnd (an extension to CSplitterWnd)

摘要: allows the views in each pane to be changed dynamically using the ReplaceView() method. http://www.codeproject.com/KB/splitter/usefulsplitter.aspx 阅读全文

posted @ 2010-05-06 11:19 cutepig 阅读(220) 评论(0) 推荐(0) 编辑

2010年5月5日

CMake

摘要: 1. write CMakeLists.txtproject (HELLO)#add_subdirectory (Hello) #create lib#add_library (HelloLib 30.cpp) #include_directories (${HELLO_SOURCE_DIR}/Hello)#link_directories (${HELLO_BINARY_DIR}/Hello)#... 阅读全文

posted @ 2010-05-05 17:21 cutepig 阅读(236) 评论(0) 推荐(0) 编辑

2010年4月11日

Human_height

摘要: Country/Region Average male height Average female height Sample population / age range Methodology Year Source Argentina 1.745m (5ft 81⁄2in) 1.610m (5ft 31⁄2in) 19 Measured 1998–2001... 阅读全文

posted @ 2010-04-11 16:11 cutepig 阅读(402) 评论(0) 推荐(0) 编辑

2010年3月30日

又一种数据库?NoSql (原来就是mapreduce,bigtable之类)

摘要: NoSQL会取代SQL数据库吗? 2010-03-30 10:10| 10066次阅读| 【已有73条评论】发表评论 关键词:新闻资讯 |感谢liujiangCE的提供| 收藏这篇资讯 最近有Twitter、Digg和Reddit等多家Web 2.0企业宣布从MySQL转而使用非关系型数据库(NoSQL)提供可伸缩的数据存储解决方案,引起了开发者对NoSQL的强烈关注。 NoSQL真的会完全取代关... 阅读全文

posted @ 2010-03-30 21:53 cutepig 阅读(1002) 评论(0) 推荐(0) 编辑

2010年3月25日

C++ UI framework

摘要: C++ UI framework Name platform Description MFC windows http://en.wikipedia.org/wiki/Microsoft_Foundation_Classes WTL windows http://en.wikipedia.org/wiki/Windows_Template_Library Owl Windows outdated ... 阅读全文

posted @ 2010-03-25 19:30 cutepig 阅读(1287) 评论(0) 推荐(1) 编辑

例解 autoconf 和 automake 生成 Makefile 文件

摘要: http://www.ibm.com/developerworks/cn/linux/l-makefile/生成 Makefile 的来龙去脉 首先进入 project 目录,在该目录下运行一系列命令,创建和修改几个文件,就可以生成符合该平台的Makefile文件,操作过程如下: 1) 运行autoscan命令 2) 将configure.scan 文件重命名为configure.in,并修改co... 阅读全文

posted @ 2010-03-25 14:35 cutepig 阅读(211) 评论(0) 推荐(0) 编辑

2010年3月23日

程序员能力矩阵 你属于哪一层?

摘要: 2010-03-22 10:36| 19618次阅读| 【已有123条评论】发表评论 关键词:新闻 |感谢ydj9931的提供| 收藏这篇资讯 注意:每个层次的知识都是渐增的,位于层次n,也蕴涵了你需了解所有低于层次n的知识。 计算机科学 Computer Science 软件工程 Software Engineering 程序设计 Programming 经验 Experience 学识 K... 阅读全文

posted @ 2010-03-23 08:44 cutepig 阅读(288) 评论(0) 推荐(0) 编辑

2010年3月16日

保险公司面试

摘要: 发信人: oloolo (似人非兽), 信区: Statistics 标 题: 谈谈最近两次面试经历 发信站: BBS 未名空间站 (Sun Mar 14 15:05:52 2010, 美东) 主要谈一个负面,一个正面的经历,希望对大家有所帮助。 一家是NYC的某国际著名银行个人信用风险部门;另外就是一家保险公司;都是猎头主 动找到我。 那家保险公司的HM先给了个电话面试【HM是ivy统计博士... 阅读全文

posted @ 2010-03-16 00:16 cutepig 阅读(705) 评论(0) 推荐(1) 编辑

2010年3月15日

从研发角度谈存储技术的学习

摘要: 从研发角度谈存储技术的学习 收藏 对于研发人员,存储技术的学习内容非常之多。我根据自己的理解,把它们大致分为以下8项内容: http://blog.csdn.net/liuben/archive/2010/02/28/5333752.aspx 1、系统管理:UNIX/Linux/Windows操作系统管理,要求熟悉甚至精通。 2、开发技术:C/C++,网络编程,多进程/多线程,进程间通信。如果能掌... 阅读全文

posted @ 2010-03-15 23:42 cutepig 阅读(542) 评论(1) 推荐(0) 编辑

2010年3月11日

http://www.tianya.cn/publicforum/content/funinfo/1/1869814.shtml

摘要: http://www.tianya.cn/publicforum/content/funinfo/1/1869814.shtml 阅读全文

posted @ 2010-03-11 10:49 cutepig 阅读(1444) 评论(0) 推荐(0) 编辑

2010年3月9日

treepropsheet

摘要: http://www.codeproject.com/KB/tabs/treepropsheet.aspx 阅读全文

posted @ 2010-03-09 09:52 cutepig 阅读(251) 评论(0) 推荐(0) 编辑

2010年3月5日

return value optimization

摘要: http://en.wikipedia.org/wiki/Return_value_optimizationhttp://msdn.microsoft.com/en-us/library/ms364057(VS.80).aspxsimple example valA = MyMethod(valB);Hidden argument code without NRVO (pseudo code)Hi... 阅读全文

posted @ 2010-03-05 11:31 cutepig 阅读(359) 评论(0) 推荐(0) 编辑

2010年3月2日

当析构函数遇到多线程──C++ 中线程安全的对象回调

摘要: http://blog.csdn.net/Solstice/archive/2010/01/22/5238671.aspx 阅读全文

posted @ 2010-03-02 17:08 cutepig 阅读(182) 评论(0) 推荐(0) 编辑

2010年3月1日

shulijinrong

摘要: http://www.douban.com/subject/discussion/1077453/ 阅读全文

posted @ 2010-03-01 15:41 cutepig 阅读(146) 评论(0) 推荐(0) 编辑

2010年2月28日

Routing for multiple uplinks/providers

摘要: http://lartc.org/howto/lartc.rpdb.multiple-links.html4.2. Routing for multiple uplinks/providersA common configuration is the following, in which there are two providers that connect a local network (... 阅读全文

posted @ 2010-02-28 15:39 cutepig 阅读(300) 评论(0) 推荐(0) 编辑

2010年2月5日

use bjam

摘要: use bjamcopy bjam.exe to C:\boost_1_41_0\build\v2write file 1.1.bat:rem call "c:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86path C:\boost_1_41_0\build\v2;C:\boost_1_41_0;%path%rem ... 阅读全文

posted @ 2010-02-05 18:39 cutepig 阅读(517) 评论(1) 推荐(0) 编辑

2010年1月25日

[linux1exe元旦特供]基于wine的IE6一键安装

摘要: 发信人: lovenini (价值多军辩手), 信区: LinuxApp标 题: [linux1exe元旦特供]基于wine的IE6一键安装发信站: 水木社区 (Fri Jan 1 19:02:17 2010), 站内2010年元旦linux1exe特供大餐:使用ies4linux安装IE6/基于wine网银可用,以下是设置步骤wget http://www.tatanka.com.br/ies4... 阅读全文

posted @ 2010-01-25 00:08 cutepig 阅读(667) 评论(0) 推荐(0) 编辑

2010年1月23日

synchronism, Exclusion

摘要: Description Mutex Token, own by one or more process, work with CSingleLock Critical Section Token, own by one process, work with CSingleLock Semaphore Limited num of threads to access a shared resourc... 阅读全文

posted @ 2010-01-23 14:58 cutepig 阅读(241) 评论(0) 推荐(0) 编辑

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 48 下一页

导航