10 2010 档案

MVC vs. PAC
摘要: MVC vs. PAC 31 December 2006 - 5:42pm — Larry One of the most common mistakes I see people make when talking about web architecture is with regards to MVC. Generally it comes down to a statement...阅读全文

posted @ 2010-10-31 00:27 cy163 阅读(135) | 评论 (0) 编辑

Drupal as an Enterprise Web Framework
摘要: http://www.darrenmothersele.com/content/drupal-enterprise-web-frameworkI was recently asked to take a look at the Google AppEngine, as a possible host for a web app. One major drawback for me is that ...阅读全文

posted @ 2010-10-31 00:10 cy163 阅读(46) | 评论 (0) 编辑

Understanding the PAC framework of Druple
摘要: http://www.webhostinghero.ca/understanding-the-pac-framework-for-drupal.htmlUnderstanding the PAC Framework for DrupalJuly 6th, 2010 · No CommentsDrupal’s structure is known as a PAC (pre...阅读全文

posted @ 2010-10-31 00:03 cy163 阅读(51) | 评论 (0) 编辑

Drupal as a MVC framework?
摘要: http://archivemati.ca/2006/01/21/drupal-as-a-mvc-framework/阅读全文

posted @ 2010-10-30 23:24 cy163 阅读(33) | 评论 (0) 编辑

Druple 涉及到的技术
摘要: Technology stackAbout This ArticleLast modified: May 11, 2010 Drupal is part of a technology stack that contains a number of important pieces:Server - A server is a computer which provides information...阅读全文

posted @ 2010-10-30 22:01 cy163 阅读(72) | 评论 (0) 编辑

读取计算机 CPU 硬盘 主板号的源程序
摘要: http://www.codeguru.com/forum/showthread.php?t=123783//Unique PCID.h#include "smart.h"struct SPentiumIIISerialNumber{DWORD high;DWORD middle;DWORD low;};class CUniquePCID {public://returns the MAC add...阅读全文

posted @ 2010-10-22 21:45 cy163 阅读(241) | 评论 (0) 编辑

治疗咳嗽
摘要: 中医学认为,秋冬之交燥气当令,燥易伤肺,肺脏娇嫩,喜润恶燥,对干燥敏感,故秋冬容易出现燥咳的情况。燥咳常见咽燥声嘶、干咳无痰、口唇干裂、心烦口渴、皮肤干燥、大便秘结,或头痛、鼻燥、关节疼痛、气喘等。一般认为,燥咳多与病毒感染或过敏因素有关,用抗生素治疗往往无效。但用药膳辅助治疗效果明显。   柿饼川贝粉取柿饼2个,川贝粉10克。将柿饼挖去核,加入川贝粉,放锅中蒸熟,每天早晚各吃一次。对干咳无痰者效...阅读全文

posted @ 2010-10-19 19:35 cy163 阅读(44) | 评论 (0) 编辑

Tianya Doc
摘要: 1. http://www.tianya.cn/publicforum/content/feeling/1/1481136.shtml2. http://www.tianya.cn/publicforum/content/free/1/1953136.shtml阅读全文

posted @ 2010-10-17 20:43 cy163 阅读(27) | 评论 (0) 编辑

MySQL 调优
摘要: MySQL 支持超过 100 个的可调节设置;但是幸运的是,掌握少数几个就可以满足大部分需要。查找这些设置的正确值可以通过 SHOW STATUS 命令查看状态变量,从中可以确定 mysqld 的运作情况是否符合我们的预期。给缓冲区和缓存分配的内存不能超过系统中的现有内存,因此调优通常都需要进行一些妥协。MySQL 可调节设置可以应用于整个 mysqld 进程,也可以应用于单个客户机会话。服务器端...阅读全文

posted @ 2010-10-16 23:29 cy163 阅读(86) | 评论 (0) 编辑

提高查询效率文章
摘要: 1。把一步 换为多步走实例分析  下面我们举一个制造公司的例子来说明如何进行查询优化。制造公司数据库中包括3个表,模式如下所示:  1.part表  零件号     零件描述        其他列  (part_num) (part_desc)      (other column)  102,032   Seageat 30G disk     ……  500,049...阅读全文

posted @ 2010-10-16 23:25 cy163 阅读(61) | 评论 (0) 编辑

JAVA连接DB2
摘要: /**了解基础情况**/对于Java程序员而言,DB2 提供了两种应用程序编程接口(API):JDBC 和 SQLJ。JDBC:JDBC 驱动程序分为旧的/CLI 驱动程序<db2java.zip>和新的通用 JDBC 驱动程序(Universal JDBC Driver)<db2jcc.jar>。JDBC 是一个与供应商无关的动态 SQL 接口,该接口通过标准化的 Jav...阅读全文

posted @ 2010-10-06 08:28 cy163 阅读(919) | 评论 (0) 编辑