nlmp

2015年9月14日

启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的解决方法

摘要: 原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原... 阅读全文

posted @ 2015-09-14 23:16 nlmp 阅读(163) 评论(0) 推荐(0) 编辑

2015年9月8日

nginx+tomcat负载均衡

摘要: 最近练习nginx+tomcat负载均衡。根据一些资料整理了大体思路,最终实现了1个nginx+2个tomcat负载均衡。安装JDK1》进入安装目录,给所有用户添加可执行的权限#chmod +x jdk-7u67-linux-i586.rpm //不知这步有没有必要2》安装JDK输入命令#rpm –... 阅读全文

posted @ 2015-09-08 15:37 nlmp 阅读(721) 评论(0) 推荐(0) 编辑

在Linux上配置xampp后远程访问域名报错

摘要: 在Linux上配置xampp后远程访问域名报错: New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be conf... 阅读全文

posted @ 2015-09-08 14:35 nlmp 阅读(301) 评论(0) 推荐(0) 编辑

导航