
Java
文章平均质量分 51
sinat_15597209
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决PHP+Navicat for Mysql插入数据乱码问题
1.html页面文件头中加入2.PHP页面开始部分加入header("Content-type:text/html;charset=utf-8");3.PHP中$sql语句之前加入mysql_query("set names utf8");4.在navicat for Mysql中设置mysql的Database Properties属性原创 2016-09-23 17:02:20 · 444 阅读 · 0 评论 -
jeeplus Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key in 'rea
jeeplus Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key in 'reader'在application.yml中配置授权码时,冒号后没有空格,新手上路,多多关照!...原创 2019-08-12 14:08:06 · 334 阅读 · 0 评论 -
Spring MVC 笔记
Spring MVC配置详解Spring MVC详细运行流程Spring MVC定义拦截器SpringMVC整合Quartz实现定时任务以及Tomcat服务执行初始化定时任务SpringMVC 配置定时执行任务Spring MVC文件下载SpringMVC实现多文件上传Spring MVC文件上传下载工具类SpringMV转载 2017-06-02 10:47:49 · 383 阅读 · 0 评论 -
MyBatis 笔记
Mybatis中的like模糊查询Mybatis传递多个参数Mybatis 插入与批量插入以及多参数批量删除mybatis在xml文件中处理大于号小于号的方法myBatis 如何接受 返回count(*),sum()得到的int值Mybatis返回插入的主键mybatis深入理解之#与$区别MyBatis批量插入和更新转载 2017-06-02 10:43:57 · 362 阅读 · 0 评论 -
Access denied for user 'root'@'localhost' (using password: YES)
Navicat for MySQL for Mac:MySql正常启动,最后原因是密码错误,默认密码是空原创 2017-05-26 11:35:21 · 542 阅读 · 0 评论 -
mac中安装activeMQ
按照大神的安装方法一步到位http://blog.youkuaiyun.com/whereismatrix/article/details/47303613转载 2017-05-25 11:05:04 · 486 阅读 · 0 评论 -
maven创建web项目,以及springmvc
参考自大神贴,maven创建web项目,很详细http://www.cnblogs.com/leiOOlei/p/3361633.htmlmaven创建springmvc项目http://www.cnblogs.com/zhuawang/p/5651896.html原创 2017-05-24 14:58:43 · 311 阅读 · 0 评论 -
XML document from ServletContext resource .xml
报错原因,下图标记的名称应该一样,不然会抱以上错误。原创 2017-05-24 17:33:37 · 707 阅读 · 0 评论 -
springmvc的model传值到jsp,el的表达式引用不显示结果
package com.lmz.controller;import java.text.SimpleDateFormat;import org.springframework.stereotype.Controller;import org.springframework.ui.ModelMap;import org.springframework.web.bind.annotation原创 2017-05-24 16:51:18 · 783 阅读 · 0 评论 -
安装openfire服务器端 微信聊天客户端
1.下载服务器端openfire 下载对应的windows/Linux/Machttp://www.igniterealtime.org/downloads/index.jsp#openfire2.下载客户端sparkhttp://www.igniterealtime.org/downloads/index.jsp#spark3.安装openfire服务器端 XMPP3.先安装客户端spark 客户端会自动安装对原创 2016-09-26 12:26:29 · 1332 阅读 · 0 评论 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'de
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2019-08-12 14:23:04.136 ERROR 14724 --- [ restartedMain] o.s.boot.SpringApplication...原创 2019-08-12 15:21:07 · 538 阅读 · 0 评论