码迷,mamicode.com
首页 >  
搜索关键字:eclipse vim viplugin    ( 40265个结果
IDEA和Eclipse共用
IDEA和Eclipse共用 做到以下两点 1. 用maven或gradle构建 (可选) 2. 添加.gitignore忽略IDEA和Eclipse生成的文件 .gitignore包括但不限于: # IDEA *.iml /.idea/ /bin/ # Eclipse /.settings/ .p ...
分类:系统相关   时间:2020-07-04 01:28:58    阅读次数:96
linux maven 的安装与配置
ant,maven,gradle是java项目三大构建工具。以下将在deepin下进行maven的安装配置。 1. 官网下载maven包 2.复制到/opt目录下并解压 sudo cp /home/juanph/Downloads/apache-maven-3.6.3-bin.tar.gz /opt ...
分类:系统相关   时间:2020-07-03 23:01:05    阅读次数:80
Tomcat启动异常:A child container failed during start 与 ClassNotFoundException: org.slf4j.Loggerl分析与解决方法
原文链接:https://blog.csdn.net/chenchunlin526/article/details/75229006 情境: 在eclipse导入Maven项目的时候,出现了以下的错误: 其中最主要的错误是:Caused by: java.lang.ClassNotFoundExce ...
分类:其他好文   时间:2020-07-03 19:47:06    阅读次数:260
tomcat乱码问题解决
问题背景:java在项目中读取txt文件中的内容,返回前台页面。在eclipse里面一切正常,项目没有乱码显示,在linux服务器上一切正常,无乱码。但是在windows系统下的tomca请求出现乱码。数据库读出来的数据正常,但从txt文件读出的数据出现乱码。 解决方法尝试1: 修改tomcam下c ...
分类:其他好文   时间:2020-07-03 19:31:20    阅读次数:51
Eclipse快捷键
内容辅助键: A:main方法 main,然后alt+/,回车 B:输出语句 syso,然后alt+/,回车 快捷键: A:注释 单行:选中内容,ctrl+/,取消注释,重复执行 多行:选中内容,ctrl+shift+/,取消注释,ctrl+shift+\ B:格式化 ctrl+shift+F 右键 ...
分类:系统相关   时间:2020-07-03 17:47:24    阅读次数:76
阿里云Ubuntu 安装redis
1.先更新安装源(新服务器需要非必须) sudo apt-get update 2.安装redis sudo apt-get install redis-server 3.修改配置文件 sudo vim /etc/redis/redis.conf redis默认只能本机访问,需要修改一些配置 注释掉 ...
分类:系统相关   时间:2020-07-03 17:05:04    阅读次数:62
IDEA导入eclipse项目
We all, whether we know it or not, are fighting to make the kind of a world that we should like.不管意识到与否,我们都在为创造一个我们喜欢的世界而奋斗。 IDEA导入eclipse项目 弃用eclipse ...
分类:系统相关   时间:2020-07-03 15:46:11    阅读次数:107
centos7 安装mongoDB
1官网下载: https://www.mongodb.com/download-center/community 2上传至目录 /opt/mongoDb 下 3解压 tar zxvf mongodb-linux-x86_64-4.0.5.tgz 4添加配置文件 vim /opt/mongoDB/mo ...
分类:数据库   时间:2020-07-03 15:45:40    阅读次数:56
Eclipse Color Theme
eclipse安装主题插件(Color Theme) 点击“Help”--> Install New Software Name:ColorThemeLocation:http://eclipse-color-theme.github.io/update Window -> Perferences ...
分类:系统相关   时间:2020-07-03 15:35:53    阅读次数:112
【前后端分离的Web系统开发 Springboot Vue】系列教程(二)- Springboot项目的创建
【前后端分离的Web系统开发 Springboot Vue】系列教程(二)- 后端Springboot项目的创建 本系列教程适合有一定编程语言基础的,想往Web开发这块发展的程序员阅读,文章尽量用浅显易懂的语言解释一些复杂的概念,并会针对一些配置进行详细的介绍。本系列文章采用的技术栈是Springb ...
分类:编程语言   时间:2020-07-03 15:24:36    阅读次数:73
40265条   上一页 1 ... 68 69 70 71 72 ... 4027 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!