- 博客(9)
- 资源 (8)
- 收藏
- 关注
原创 Maven项目 整合 tomcat插件==> tomcat7:run
先在pom文件中添加依赖<!-- tomcat7插件 maven 命令 tomcat7:run 启动项目--><plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <...
2019-01-27 16:27:03
15452
2
原创 解决方案 [FATAL ERROR: please install the following Perl modules before executing * Data::Dumper]
当初始化mysql时出现错误./scripts/mysql_install_db --user = mysql错误:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:Data::Dumper原因:缺少perl模块中的Data::Dumper...
2018-10-26 16:15:09
3433
1
原创 IDEA Unable to open debugger port (127.0.0.1:xxxx): java.net.SocketException "socket closed" 解决方案
1.查看哪个个端口被占用 我的是1099端口被占用2.运行cmd 输入命令 netstat -ano | findstr "1099" 查询这个端口的进程id是多少3.查询这个进程id 是哪个进程 tasklist | findstr "11684"如果确定这个程序没有问题 就可以干掉他了4.杀死进程 taskkill /pid 11684 -f...
2018-09-14 11:51:26
16336
4
原创 centos7 下 service 启动 tomcat
首先进入目录 cd /etc/init.d创建名为tomcat 的文件 cat&amp;gt;tomcat把下列内容粘贴进去#!/bin/bash # description: Tomcat7 Start Stop Restart # processname: tomcat7 # chkconfig: 234 20 80 #jdk目录JAVA_HOME=/usr/...
2018-08-11 16:21:15
1653
1
原创 在线坐标拾取工具
百度的一个小工具~ 可以点击地图获取坐标点 http://api.map.baidu.com/lbsapi/getpoint/index.html点击地图上某一点 坐标出现在右上角~具有坐标反查功能还具备模糊查询目的地信息的功能~...
2018-07-31 10:20:12
10584
1
原创 ifconfig command not found
CentOS Minimal版安装后 ifconfig 会出现 ifconfig command not found 可以通过 yum install net-tools yum无法使用的解决方法: vi /etc/sysconfig/network-script/ifcfg- 之后按tab自动联想 修改对应的配置文件设置为自动获取ip地址ONBOOT=yes MM_Controlled
2017-12-14 20:50:47
254
IDEA: spring+mybatis+springMVC SSM框架(三) spring 整合 Mybatis 以及分页插件 PageHelper
2019-01-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人