上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 在上传项目之前需要先在idea中确认两个配置,一个是git的执行位置,电脑上没有安装git的需要提前安装,安装之后再idea的settings中搜索git然后配置刚刚安装的git目录文件,再点击右侧的Test按钮进行测试验证,出现successfully表示git可以正常使用 接下来配置github 阅读全文
posted @ 2020-03-14 20:16 lemmon_water 阅读(350) 评论(0) 推荐(0)
摘要: 1.spring内置数据源 <bean id="dataSource1" class="org.springframework.jdbc.datasource.DriverManagerDataSource"> <!-- 注入连接属性 --> <property name="driverClassN 阅读全文
posted @ 2020-03-09 22:48 lemmon_water 阅读(713) 评论(0) 推荐(0)
摘要: Jmeter连接Mysql测试出现: Cannot create PoolableConnectionFactory (The server time zone value '???��������??��??' is unrecognized or represents more than one 阅读全文
posted @ 2020-03-06 15:00 lemmon_water 阅读(400) 评论(0) 推荐(0)
摘要: 1.'vue'不是内部或外部命令,也不是可运行的程序 或批处理文文件: npm config list 查看一下npm 的配置信息,找到prefix=" ......"这个路径,配置到系统path即可 2.'cnpm'不是内部或外部命令,也不是可运行的程序 或批处理文文件: 问题所在cnpm文件夹与 阅读全文
posted @ 2020-03-04 16:17 lemmon_water 阅读(283) 评论(0) 推荐(0)
摘要: 1.文件上传依赖包 <!--文件上传--> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.3.3</version> </depend 阅读全文
posted @ 2020-03-01 17:36 lemmon_water 阅读(251) 评论(0) 推荐(0)
摘要: 解决方法: 方法1:将boolean、int、long等基本数据类型改为封装数据类型,boolean封装数据类型为Boolean、int封装数据类型为Integer,根据个人项目逻辑,对返回值进行判断即可。方法2:使用MySQL种的IFNULL函数,IFNULL函数是MySQL控制流函数之一,它可以 阅读全文
posted @ 2020-02-25 15:36 lemmon_water 阅读(5609) 评论(0) 推荐(0)
摘要: Maven项目,application-context.xml、db.properties文件均放置在src/main/resources目录下,Tomcat部署项目,src/main/resources目录下的配置文件默认位置为: {项目名}/WEB-INF/classes,而Spring却在项目 阅读全文
posted @ 2020-02-24 23:34 lemmon_water 阅读(373) 评论(0) 推荐(0)
摘要: org.apache.catalina.core.StandardContext.filterStart Exception starting filt 注意: 把你要用到的那些包,全部复制一遍放到Tomcat目录的lib下,在启动就可以了。 阅读全文
posted @ 2020-02-24 22:58 lemmon_water 阅读(682) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-02-24 17:19 lemmon_water 阅读(268) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-02-23 22:19 lemmon_water 阅读(1967) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页