摘要:1.人,人们 Some people believe that education is of great importance . other people—> Others ; all people –> all no people –> None Some people believe that E-book is beneficial for/to kids. people—>...
阅读全文
摘要:§1. 便利Convenience It will offer us great convenience in many aspects of our life. Sth. will bring about tremendous inconvenience in many aspects of our daily life. Microblog enables its users to ...
阅读全文
摘要:JVM内存分为: 堆内存: 存放的是对象,如new 出来的东西。[备:数组也在运行时候在堆里创造(C/C++可以在栈中),所以java数组可以用变量指定长度] 栈内存: 存放局部变量, 数据区: 存放的是静态变量,如String s = "abc",中"abc"其实是放在数据区里面的。 代码区: 存放代码 http://lavasoft.blog.51cto.com/62575...
阅读全文
摘要:http://blog.csdn.net/lifetragedy/article/details/7707455 讲影响性能的关键指标、讲合理的性能测试、将Apache性能优化,prefork vs worker,以及一些实际应用的问题 http://blog.csdn.net/lifetragedy/article/details/7708724 说了TOMCAT的设置 只需要合理...
阅读全文
摘要:http://blog.csdn.net/lifetragedy/article/details/7699236 http://wenwen.soso.com/z/q373784763.htm http://www.cnblogs.com/songxiangzaiya/archive/2009/01/18/1377756.html http://shenqiubufu.blog.163.co...
阅读全文
摘要:http://blog.csdn.net/lifetragedy/article/details/7698555 http://lsmx.iteye.com/blog/245596 1.apache的listen必配,ServerName设置成IP即可,指不指定PORT都一样。 2.Options FollowSymLinks indexes与Options Indexes Fol...
阅读全文