11 2009 档案

一个数据包经过路由器和交换机各会发生什么变化
摘要:http://www.newsmth.net/bbscon.php?bid=696&id=25163 发信人: bearhero (至尊饱饱), 信区: Internetwork标 题: Re: 一个数据包经过路由器和交换机各会发生什么变化发信站: 水木社区 (Thu Nov 26 14:34:28 2009), 站内交换机不改mac 吧,啥也不干,直接转发路由器收到后,入端口会去掉以太头... 阅读全文

posted @ 2009-11-27 01:20 cutepig 阅读(3636) 评论(0) 推荐(0) 编辑

weak pointer的实现方法
摘要:[代码] 阅读全文

posted @ 2009-11-25 23:22 cutepig 阅读(719) 评论(0) 推荐(0) 编辑

Comparison of integrated development environments
摘要:C/C++ Main articles: C (programming language) and C++ IDE License Windows Linux Other platforms Debugger GUI builder Integrated Toolchain Profiler Code Coverage Autocomplete Static code analysis GUI B... 阅读全文

posted @ 2009-11-21 11:32 cutepig 阅读(388) 评论(1) 推荐(0) 编辑

linux安装与启动
摘要:DOS启动安装法 此方法需要在纯DOS 环境下进行,因此需要想办法进入纯DOS 环境。具体操作方法是,先把iso文件中dosutils目录读出来单独存储到硬盘上。注意要存到FAT16或FAT32格式的分区中,确保在DOS环境下能访问该分区。然后启动纯DOS 环境,进入dosutils目录,执行autoboot.bat。当提示询问何种安装方式时(如图0-15),选择硬盘安装方式(Hard Drive... 阅读全文

posted @ 2009-11-21 11:24 cutepig 阅读(405) 评论(0) 推荐(0) 编辑

Why Most Popular JavaScript libraries doesn’t support XML with namespaces?
摘要:http://mpathirage.com/why-most-popular-javascript-libraries-doesnt-support-xml-with-namespaces/ 阅读全文

posted @ 2009-11-16 00:27 cutepig 阅读(154) 评论(0) 推荐(0) 编辑

扫描线--通用多边形填充算法
摘要:扫描线--通用多边形填充算法该算法有几个可学习的地方:(1)正负1思想(2)对边界条件的处理(3)数据结构的选择code:sweep.h#ifndef SWEEP_H#define SWEEP_Hstruct Edge { int nxty; int curx; int dx, dy; // 所在扫描线的增量 Edge *nxt;};//扫描线主算法void sweep(int p[][2], i... 阅读全文

posted @ 2009-11-16 00:11 cutepig 阅读(4189) 评论(0) 推荐(0) 编辑

google chrome os下载
摘要:http://sites.google.com/site/chromeoslinux/其实说白了就是linux+chrome,操作系统都是现成的, 不知道跟标准linux 有啥不一样 阅读全文

posted @ 2009-11-14 10:51 cutepig 阅读(306) 评论(0) 推荐(0) 编辑

算法学习资料
摘要:算法学习资料Google Code University 我前几天看到过的一个豆列,http://www.douban.com/doulist/229594/ TopCoder 里的算法教程系列:http://www.topcoder.com/tc?module=Static&d1=tutorial 阅读全文

posted @ 2009-11-12 23:24 cutepig 阅读(459) 评论(0) 推荐(0) 编辑

Go 语言。。
摘要:发信人: Notsaw (没看见 -- 系统发文延时 10 分钟), 信区: Linux 标 题: Go 语言。。。有闲人真多 发信站: BBS 未名空间站 (Wed Nov 11 07:14:01 2009, 美东) http://golang.org/ http://golang.org/doc/go_talk-20091030.pdf 教程里有实例: http://golang.org... 阅读全文

posted @ 2009-11-12 00:17 cutepig 阅读(583) 评论(0) 推荐(0) 编辑

memory leakage
摘要:// compile with: cl testMemLeak.cpp -D_DEBUG /MTd -Od -Zi -W3 /link -verbose:lib /debug/** This program concentrates on allocating and freeing memory* blocks to test the functionality of the _crtDbgFl... 阅读全文

posted @ 2009-11-11 17:13 cutepig 阅读(243) 评论(0) 推荐(0) 编辑

web dev framework
摘要:Language Framework Python Django Ruby ROR Java Struts+Hiberate, Spring, EJB Php Zend: http://en.wikipedia.org/wiki/Zend_Framework http://phpeye.com/zf/index.html http://en.wikipedia.org/wiki/Compariso... 阅读全文

posted @ 2009-11-09 17:13 cutepig 阅读(193) 评论(0) 推荐(0) 编辑

http://119.237.8.250
摘要:[代码]http://go2china8.appspot.com 阅读全文

posted @ 2009-11-06 00:29 cutepig 阅读(236) 评论(0) 推荐(0) 编辑

一个老题:将正整数n分为若干num个不同的正整数之和
摘要:/*http://www.newsmth.net/bbstcon.php?board=Algorithm&gid=33809发信人: firebugP (firefox), 信区: Algorithm标 题: 一个老题发信站: 水木社区 (Tue Nov 3 00:50:48 2009), 站内将正整数n分为若干num个不同的正整数之和,给出所有可能的拆分结果(数字相同而顺序不同的结果视为... 阅读全文

posted @ 2009-11-04 23:33 cutepig 阅读(695) 评论(0) 推荐(0) 编辑

StorageDevicePolicies
摘要:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]"WriteProtect"=dword:00000001 阅读全文

posted @ 2009-11-04 19:04 cutepig 阅读(932) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示