11 2012 档案

作文中的点“词”成金
摘要: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—>... 阅读全文

posted @ 2012-11-19 17:58 山上明月 阅读(239) 评论(0) 推荐(0)

作文万能论据及话题预测
摘要:§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 ... 阅读全文

posted @ 2012-11-19 16:53 山上明月 阅读(433) 评论(0) 推荐(0)

Java字符串的一些理解
摘要:JVM内存分为: 堆内存: 存放的是对象,如new 出来的东西。[备:数组也在运行时候在堆里创造(C/C++可以在栈中),所以java数组可以用变量指定长度] 栈内存: 存放局部变量, 数据区: 存放的是静态变量,如String s = "abc",中"abc"其实是放在数据区里面的。 代码区: 存放代码 http://lavasoft.blog.51cto.com/62575... 阅读全文

posted @ 2012-11-18 16:28 山上明月 阅读(405) 评论(0) 推荐(0)

apache性能调优、Tomcat性能调优
摘要:http://blog.csdn.net/lifetragedy/article/details/7707455 讲影响性能的关键指标、讲合理的性能测试、将Apache性能优化,prefork vs worker,以及一些实际应用的问题 http://blog.csdn.net/lifetragedy/article/details/7708724 说了TOMCAT的设置 只需要合理... 阅读全文

posted @ 2012-11-14 23:34 山上明月 阅读(162) 评论(0) 推荐(0)

apache tomcat https应用
摘要: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... 阅读全文

posted @ 2012-11-13 00:32 山上明月 阅读(1383) 评论(0) 推荐(0)

Apache整合Tomcat,配置数据连接池
摘要: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... 阅读全文

posted @ 2012-11-11 23:06 山上明月 阅读(273) 评论(0) 推荐(0)