摘要: 一般情况下使用ide创建的maven项目中引入的jar包是不能查看源码的,解决方法如下: 1.设置maven项目在导包的时候自动下载源码 在eclipse或者Myeclipse中 => window ==> preference ==> Maven ==>勾选Download Artifact So 阅读全文
posted @ 2022-09-15 15:54 stevenlii 阅读(683) 评论(0) 推荐(0) 编辑
摘要: https://dongguabai.blog.csdn.net/article/details/112532078 https://blog.csdn.net/haoranhaoshi/article/details/89975365 https://blog.csdn.net/qq_359812 阅读全文
posted @ 2021-08-04 15:53 stevenlii 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 一、环境: Eclipse version:2021-06. ( lasted version)lombok version:1.18.20 ( lasted version)m2e-apt:1.5.3 ( lasted version) 二、安装好m2e-apt plugin 好,进行配置 三、p 阅读全文
posted @ 2021-07-27 11:40 stevenlii 阅读(2484) 评论(0) 推荐(0) 编辑
摘要: 1、解决方案(第3步) Extract a fresh copy of the Eclipse (Eclipse 2021-06 builded with JRE16) Intall Lombok Update the following to eclipse.ini--illegal-access 阅读全文
posted @ 2021-06-30 16:14 stevenlii 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 方法一、File->export->general 也可以都选 等之后再import 即可 方法二、进入Eclipse的工作空间下相应的目录,例如 /home/singun/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings 阅读全文
posted @ 2020-08-31 14:51 stevenlii 阅读(587) 评论(0) 推荐(1) 编辑
摘要: 一、先安装anaconda3,目前默认的环境是python3.6,然后在里面安装环境, 打开anaconda prompt输入: conda create -n py2.7 python=2.7 # To activate this environment, use## $ conda activa 阅读全文
posted @ 2020-06-04 11:43 stevenlii 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 更改mysql 表中default值 阅读全文
posted @ 2019-12-24 11:27 stevenlii 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO t_price_insignt_profit (city_id, f_area,class1_id,class2_id,class3_id,sku_id,ssu_id,cost_price,price_type,price,profit_scope,is_online,is_shelf,channel_id,c_t,u_t) SELECT f_city,f_area... 阅读全文
posted @ 2019-12-24 11:25 stevenlii 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1、输入法 QQ五笔 北京词库,地名,地铁名,公交名等 QQ输入法-词库平台-分类http://cdict.qq.pinyin.cn/v1/list?sort1=%E5%9F%8E%E5%B8%82%E5%9C%B0%E5%8C%BA&sort2=%E5%8C%97%E4%BA%AC 2、Eclip 阅读全文
posted @ 2019-11-12 14:28 stevenlii 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.有时按快捷键Ctrl+F搜某条数据的时候搜不到,但是能用sql查出来,这是怎么回事? Ctrl+F只能搜本页数据,不在本页的数据搜不到,navicat每页默认最多显示1000条数据(这个可自己设置:右下角“限制记录设置”)。在数据多的时候navicat是分页显示的,你可以按右下角的左/右箭头翻到 阅读全文
posted @ 2019-10-30 17:25 stevenlii 阅读(491) 评论(0) 推荐(0) 编辑