通用管理系统系统配置源码 许多应用程序都需要配置 这种配置可以用数据库作为存储,但是仅仅为了一个记录,建立一个表格,有点太浪费,所以最好用xml进行以文本方式存放,在配置不大的情况下,读写文本文件比数据库要快,例如在本例中,我们可以把程序配置叫做portal.xml,但是.NET有一个更优雅的配置名称:config,所以这里我们就把系统设置,命名为portal.config,至少,在本系统里,如果以后有投票配置、邮件配置,命名为vote.config,email.config好听又好理解。 P
linux源码 Section 6. Solutions to common miscellaneous problems Q6.1 Setuid scr ipts don't seem to work. Q6.2 Free memory as reported by free keeps shrinking. Q6.3 When I add more memory it slows to a crawl. Q6.4 Some programs (e.g. xdm) won't let me