
JAVA/Eclipse/Tomcat
AngelQian2
<a href="http://www.linkedin.com/in/lijuanqian">
<img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_160x33.png" width="160" height="33" border="0" alt="View Lijuan (Angel) Qian's profile on LinkedIn">
</a>
展开
-
PHP 安装配置教程, eclipse+xammp
http://blog.youkuaiyun.com/fjssharpsword/article/details/10352629转载 2015-04-13 11:10:56 · 625 阅读 · 0 评论 -
JAVA中的Math()
java.math.Math类常用的常量和方法:Math.PI 记录的圆周率Math.E记录e的常量Math.abs 求绝对值Math.sin 正弦函数 Math.asin 反正弦函数Math.cos 余弦函数 Math.acos 反余弦函数Math.tan 正切函数 Math.atan 反正切函数 Math.atan2 商的反正切函数Math.toDeg转载 2015-05-07 02:54:02 · 692 阅读 · 0 评论 -
Apache & Servlet (卡车与桶的关系)
Apache是Web服务器,Tomcat是应用(Java)服务器,它只是一个Servlet(JSP也翻译成Servlet)容器,可以认为是Apache的扩展,但是可以独立于Apache运行。Apache是专门用了提供HTTP服务的,以及相关配置的(例如虚拟主机、URL转发等等)Tomcat是Apache组织在符合Java EE的JSP、Servlet标准下开发的一个JSP服务器.转载 2015-05-08 11:39:39 · 1057 阅读 · 0 评论