IDEA和Eclipse共用 做到以下两点 1. 用maven或gradle构建 (可选) 2. 添加.gitignore忽略IDEA和Eclipse生成的文件 .gitignore包括但不限于: # IDEA *.iml /.idea/ /bin/ # Eclipse /.settings/ .p ...
分类:
系统相关 时间:
2020-07-04 01:28:58
阅读次数:
96
此博客链接: 刚安装完数据库,登录时出现下面错误。 方法1 使用数据库免登录方法,先进入数据库后,再修改默认密码后。 找到my.ini文件,在[mysqld]下面添加下面语句 skip-grant-tables 重启mysql,右键桌面底部菜单栏,选择任务管理器。点击详细信息。 点击服务。 找到my ...
分类:
数据库 时间:
2020-07-03 23:07:22
阅读次数:
89
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
原文链接:https://blog.csdn.net/chenchunlin526/article/details/75229006 情境: 在eclipse导入Maven项目的时候,出现了以下的错误: 其中最主要的错误是:Caused by: java.lang.ClassNotFoundExce ...
分类:
其他好文 时间:
2020-07-03 19:47:06
阅读次数:
260
问题背景:java在项目中读取txt文件中的内容,返回前台页面。在eclipse里面一切正常,项目没有乱码显示,在linux服务器上一切正常,无乱码。但是在windows系统下的tomca请求出现乱码。数据库读出来的数据正常,但从txt文件读出的数据出现乱码。 解决方法尝试1: 修改tomcam下c ...
分类:
其他好文 时间:
2020-07-03 19:31:20
阅读次数:
51
.form-item /deep/ .form-item-label { text-align: left !important; } 给父元素加 /deep/ , 设置想改子元素的样式 , 加 !important ...
分类:
其他好文 时间:
2020-07-03 19:20:15
阅读次数:
92
ant design pro 简介 官网简介 链接 https://pro.ant.design/docs/getting-started-cn Ant Design Pro 是一个企业级中后台前端/设计解决方案,我们秉承 Ant Design 的设计价值观,致力于在设计规范和基础组件的基础上,继续 ...
分类:
其他好文 时间:
2020-07-03 17:55:58
阅读次数:
113
内容辅助键: A:main方法 main,然后alt+/,回车 B:输出语句 syso,然后alt+/,回车 快捷键: A:注释 单行:选中内容,ctrl+/,取消注释,重复执行 多行:选中内容,ctrl+shift+/,取消注释,ctrl+shift+\ B:格式化 ctrl+shift+F 右键 ...
分类:
系统相关 时间:
2020-07-03 17:47:24
阅读次数:
76
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
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