上一页 1 2 3 4 5 6 ··· 23 下一页
摘要: 1. 应在pom.xml中的<dependenies>中引入<dependency>, 但错误地放在了<plugins>下。 2. 由于ctrl + c,ctrl + v他人代码,在引入Lombok地方应该是: import lombok.Data, 代码粗漏打了“import lombok.dat 阅读全文
posted @ 2023-10-03 10:36 Coca-code 阅读(15) 评论(0) 推荐(0)
摘要: 当配置到最后,双击右侧maven tab,准备生成时,报红: 1. “Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The 阅读全文
posted @ 2023-09-30 18:37 Coca-code 阅读(48) 评论(0) 推荐(0)
摘要: 1. 勾选设置, maven,选中“始终更新快照”。 2. 点击“更新” 阅读全文
posted @ 2023-09-27 20:47 Coca-code 阅读(60) 评论(0) 推荐(0)
摘要: 法一: 1. Preference 2. Search "maven" keyword,, 3. 选中“运行程序(runner)”, 4. 在右侧“vm选项”一栏,输入: -DarchetypeCatalog=internal 至于为什么,我也说不出一二。 法二: https://blog.csdn 阅读全文
posted @ 2023-09-27 20:26 Coca-code 阅读(197) 评论(0) 推荐(0)
摘要: 没有心得就是在瞎搞,写心得就是“埋头耕耕,抬头看看”,看看自己做了什么... ... 心得就是心的感受,并非得到了什么,我以前是搞前端开发,仅仅4-5年时间,见证Angular市场份额的减少,backbone还嫌有耳闻,鲜有招聘;React框架从耳闻到霸屏;个人沐浴jquery的春风,枯于市场类似V 阅读全文
posted @ 2023-06-11 22:19 Coca-code 阅读(12) 评论(0) 推荐(0)
摘要: 因create table...提示格式错误,什么NAME啊..., 必查了一下,要设置, 好多条语句(5条左右),是设置格式的。 但设置完了,说重启mysql, 就失效,要重新设置(5条sql 重新执行一遍!) 永久有效的解决办法是:修改“my.cnf”, 我的修改如下: [client] def 阅读全文
posted @ 2023-06-06 20:07 Coca-code 阅读(14) 评论(0) 推荐(0)
摘要: bash已连接的上,但workerbench连不上,提示: 1. Failed to Connect to MySQL at 11.11.11.111:3306 through SSH tunnel at root@11.11.11.111 with user root 2. Host '11.11 阅读全文
posted @ 2023-05-28 16:48 Coca-code 阅读(31) 评论(0) 推荐(1)
摘要: 在bash执行 "systemctl start mysqld" 提示: “Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.s 阅读全文
posted @ 2023-05-28 10:03 Coca-code 阅读(17) 评论(0) 推荐(0)
摘要: 纯粹瞎子摸墙,瞎走路。 在centos7下的usr/local下wget下载了三个.gz文件并解压,接下来工作就是配置,首先jdk1.8: sudo vi etc/profile, 在文件底部输入: 添加如下代码到末尾: #java #注意红色你实际路径 export JAVA_HOME=/usr/ 阅读全文
posted @ 2023-05-20 21:52 Coca-code 阅读(15) 评论(0) 推荐(0)
摘要: 今天升级了一下机子,从13英寸到15.4英寸,新机子Homebrew必装的,但又是特别难装,理由是: 1. FQ 2. 前置条件较多。(xcode, git等) 还好,互联网轮子多,善良也不乏,作为无力只能白嫖族力荐如下教程: https://zhuanlan.zhihu.com/p/3725763 阅读全文
posted @ 2023-04-02 21:05 Coca-code 阅读(15) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 23 下一页