2010年5月5日

interrupt storm

摘要: ref: http://forums.freebsd.org/showthread.php?t=11515http://support.microsoft.com/?scid=kb%3Ben-us%3B290101&x=8&y=131. active AHCI in your biosMS:This problem can occur if any of the following... 阅读全文

posted @ 2010-05-05 10:09 YZG 阅读(317) 评论(0) 推荐(0) 编辑

2010年3月4日

C语言的词法语法分析lex&yacc 经典收藏

摘要: http://www.quut.com/c/ANSI-C-grammar-l-1998.htmlhttp://www.quut.com/c/ANSI-C-grammar-y-1998.html ANSI C grammar, Lex specificationIn 1985, Jeff Lee published this Lex specification together with a Yac... 阅读全文

posted @ 2010-03-04 16:08 YZG 阅读(899) 评论(0) 推荐(0) 编辑

2010年2月23日

NAT类型

摘要: 转自:http://doc.linuxpk.com/25208.html一、引言  RFCl631以及相关RFC定义的网络地址翻译器(NAT)是一种将IP地址从一个编址域(realm)映射到另外一个编址域的方法,如最典型的应用是把RFCl918定义的私有IP地址映射到Internet所使用的公有IP地址。虽然NAT技术已经得到广泛应用,但它是一把双刃剑,在带来节省IPv4地址空间等好处的同时,破坏... 阅读全文

posted @ 2010-02-23 16:46 YZG 阅读(537) 评论(0) 推荐(0) 编辑

2009年8月12日

转: Linux spinlock_t

摘要: Linux spin lock reference. 阅读全文

posted @ 2009-08-12 10:19 YZG 阅读(1079) 评论(0) 推荐(0) 编辑

2009年7月17日

关于C的struct结构的几个常见疑问。

摘要: C Struct结构的常见疑问。 阅读全文

posted @ 2009-07-17 11:20 YZG 阅读(438) 评论(0) 推荐(0) 编辑

2009年2月4日

Linux oops stack 分析

摘要: Linux oops stack info 阅读全文

posted @ 2009-02-04 14:07 YZG 阅读(1951) 评论(1) 推荐(0) 编辑

2008年11月10日

C 内存对齐

摘要: 在32位机器上: 默认#pragma pack(4) typedef struct _s1 { char a ; double b; char c; int d; }s1; sizeof(s1) = 20 。 double虽然占8字节,但被当作2个32位对象处理。 struct test_t { ... 阅读全文

posted @ 2008-11-10 15:13 YZG 阅读(256) 评论(0) 推荐(0) 编辑

2008年6月17日

关于pci_dev的定义

摘要: Linux2.6 中的pci_dev的定义及位置。与2.4有较大的区别 阅读全文

posted @ 2008-06-17 17:14 YZG 阅读(3334) 评论(1) 推荐(0) 编辑

2008年2月24日

对软件外包的思考

摘要: 计算机是作为一种工具被应用于工业生产,社会生活等各个领域,运行在计算机上的软件更是一种工具。工具扩展了人的智力和体力,毫无疑问,人类物质文明在20世纪的突破性发展得益于机器的创造和使用。现代社会已经无法脱离计算机了。软件是人和计算机之间的接口,其价值不容质疑。 只要企业和个人还在使用计算机,那么软件就是必须的,那么:软件的需求量也是无法估量的。在某些方面,软件和服装有些相似性,... 阅读全文

posted @ 2008-02-24 19:10 YZG 阅读(2852) 评论(7) 推荐(0) 编辑

2007年12月20日

MDX 销售额与上月比较

摘要: with member [RatioToAll] as '[Measures].[Sale Num List]/([Measures].[Sale Num List],[Ga View Publisher Info].[出版社名称].[All])',FORMAT_STRING = '0.00%' member [LastMonthSalesNumList] as ([Measure... 阅读全文

posted @ 2007-12-20 16:50 YZG 阅读(235) 评论(0) 推荐(0) 编辑

2007年10月12日

代码生成器SQL->C#

摘要: 目前实现根据Create Table语句生成相应的C#语句, 可配置数据库类型到.net类型的映射关系,可根据模板生成代码。 阅读全文

posted @ 2007-10-12 16:27 YZG 阅读(567) 评论(2) 推荐(0) 编辑

IEnumerable IEnumerator 支持foreach

摘要: 代码无实际意义, 贴上代码备忘: 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Collections; 5 6namespace ImpEnumeratable 7{ 8 class Collec : IEnumerable 9 { 10 ... 阅读全文

posted @ 2007-10-12 10:29 YZG 阅读(381) 评论(0) 推荐(0) 编辑

2007年7月26日

还是动态添加控件 触发事件

摘要: 动态添加控件 阅读全文

posted @ 2007-07-26 17:14 YZG 阅读(402) 评论(1) 推荐(0) 编辑

页面编译模型

摘要: ASP.NET 1.1 页面编译模型 实验 阅读全文

posted @ 2007-07-26 15:32 YZG 阅读(163) 评论(0) 推荐(0) 编辑

2007年1月25日

http://blog.sina.com.cn/u/1225152517

摘要: http://blog.sina.com.cn/u/1225152517 阅读全文

posted @ 2007-01-25 10:31 YZG 阅读(194) 评论(0) 推荐(0) 编辑

导航