上一页 1 2 3 4 5 6 ··· 23 下一页
摘要: 运行这个页面,背后是一大堆配置。接下来,就是写写逻辑,生成生成文件,因为remote server的东西也通了,几十张表也建了。 阅读全文
posted @ 2023-10-06 18:27 Coca-code 阅读(18) 评论(0) 推荐(0)
摘要: 1. 对于mysql 5.7.42, 驱动(connector)选择:5.1.46。 2. 测试链接时:useSSL=true&enabledTLSProtocols=TLSv1.1 驱动链接字符串上要拼接上。 3. 驱动链接字符串: 高版本mysql,意味着高版本connector,选>=8; 低 阅读全文
posted @ 2023-10-06 12:40 Coca-code 阅读(41) 评论(0) 推荐(0)
摘要: 如图,循环依赖一直搞糊涂我,本来,mybatis就是因sql操作灵活性而采用,无可厚非,对于新手的我,一是项目需要,而是为求职职场操练,但“请君入问”感是还要配“mybatis-generator” plugin, 为了自动嘛。但是,我觉得这插件与Lombok某些生成代码严重重复... ...直到修 阅读全文
posted @ 2023-10-03 20:52 Coca-code 阅读(26) 评论(0) 推荐(0)
摘要: 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 阅读(31) 评论(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 阅读(66) 评论(0) 推荐(0)
摘要: 1. 勾选设置, maven,选中“始终更新快照”。 2. 点击“更新” 阅读全文
posted @ 2023-09-27 20:47 Coca-code 阅读(64) 评论(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 阅读(223) 评论(0) 推荐(0)
摘要: 没有心得就是在瞎搞,写心得就是“埋头耕耕,抬头看看”,看看自己做了什么... ... 心得就是心的感受,并非得到了什么,我以前是搞前端开发,仅仅4-5年时间,见证Angular市场份额的减少,backbone还嫌有耳闻,鲜有招聘;React框架从耳闻到霸屏;个人沐浴jquery的春风,枯于市场类似V 阅读全文
posted @ 2023-06-11 22:19 Coca-code 阅读(27) 评论(0) 推荐(0)
摘要: 因create table...提示格式错误,什么NAME啊..., 必查了一下,要设置, 好多条语句(5条左右),是设置格式的。 但设置完了,说重启mysql, 就失效,要重新设置(5条sql 重新执行一遍!) 永久有效的解决办法是:修改“my.cnf”, 我的修改如下: [client] def 阅读全文
posted @ 2023-06-06 20:07 Coca-code 阅读(25) 评论(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 阅读(48) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 ··· 23 下一页