当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: The UNIX Philosophy: Main Princi
 

 

    摘要:例子运行环境描述: 操作系统为windows 2000 server ip为10.70.38.10 工具下载地址: poi下载地址 http://www.apache.org/dist/jakarta/poi/dev/bin/ tomcat下载地址 http://apache.linuxforum.net/dist/jakarta/tomcat-4/v4.1.30/bin/jakarta-tomcat-4.1.30.zip oracl......
 ·关于shared pool的深入探讨(六)    »显示摘要«
    摘要:关于shared pool的深入探讨(六) 原文链接: http://www.eygle.com/internal/shared_pool-6.htm 研究了几天shared pool,没想到忽然就撞到问题上来了.作为一个案例写出来给大家参考一下吧. 问题起因是公司做短信群发,就是那个18万买的4000字的短信小说.群发的时候每隔一段时间就会发生一次消息队列拥堵的情况在数据库内部实际上是向一个数据表中记录发送日志. 我们介入来检查数据库的问题,在......


the UNIX Philosophy

the unix philosophy: main principles

small is beautiful. small things could be combined with other small things to create unique and flexible systems. downside: people could have troubles interfacing with small things. 【相关文章:windows 2000是怎样引导的

【扩展阅读:磨刀霍霍向STL::distance

make each program do one thing well. focusing on a single functionality can eliminate much of unnnecessary code and promote flexibility. 【扩展信息:Default Password Lis

build a prototype as soon as possible. it allows generation of efficient design.

portability is more important than efficiency. portable programs have larger customer base and longer lifecycle.

store data in flat ascii files. it keeps the data portable, data which is not portable is dead.

use software leverage to your advantage. good programmers write good code, great programmers borrow good code.

shell scripts have an advantage over compiled programs. they are portable and leverage compiled programs.

avoid captive user interfaces. these interfaces need constant user input, thus locking the user or machine from doing anything else.

make every program a filter that operates on data.

side principles:

allow the user to customize the interface.

keep the system kernel small and lightweight.

use lower case and keep it short.

keep data in electronic format - save trees.

silence is golden - do not produce unnecessary output.

think parallel.

sum of parts is greater than the whole.


...   下一页
    摘要:windows server 2003设置使用必备技巧集- - ?????????????????????????????????????? windows2003不是为家庭多媒体设计的,它是为大型商业服务的,所以他自动关闭了许多我们在windows98、xp上常见的功能,又增加了一些我们在windows98、xp上不常见的功能,以此来提升系统效率和增加系统安全措施。但我们可以让它按照我们自己的意愿运行。下面是我在网上搜集的一些调试办法,以及我摸......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE