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 · 428 阅读 · 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 · 305 阅读 · 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 · 360 阅读 · 0 评论 -
MyBatis 笔记
Mybatis中的like模糊查询 Mybatis传递多个参数 Mybatis 插入与批量插入以及多参数批量删除 mybatis在xml文件中处理大于号小于号的方法 myBatis 如何接受 返回count(*),sum()得到的int值 Mybatis返回插入的主键 mybatis深入理解之#与$区别 MyBatis批量插入和更新转载 2017-06-02 10:43:57 · 338 阅读 · 0 评论 -
Access denied for user 'root'@'localhost' (using password: YES)
Navicat for MySQL for Mac: MySql正常启动,最后原因是密码错误,默认密码是空原创 2017-05-26 11:35:21 · 517 阅读 · 0 评论 -
mac中安装activeMQ
按照大神的安装方法一步到位 http://blog.csdn.net/whereismatrix/article/details/47303613转载 2017-05-25 11:05:04 · 460 阅读 · 0 评论 -
maven创建web项目,以及springmvc
参考自大神贴,maven创建web项目,很详细 http://www.cnblogs.com/leiOOlei/p/3361633.html maven创建springmvc项目 http://www.cnblogs.com/zhuawang/p/5651896.html原创 2017-05-24 14:58:43 · 289 阅读 · 0 评论 -
XML document from ServletContext resource .xml
报错原因,下图标记的名称应该一样,不然会抱以上错误。原创 2017-05-24 17:33:37 · 681 阅读 · 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 · 760 阅读 · 0 评论 -
安装openfire服务器端 微信聊天客户端
1.下载服务器端openfire 下载对应的windows/Linux/Mac http://www.igniterealtime.org/downloads/index.jsp#openfire 2.下载客户端spark http://www.igniterealtime.org/downloads/index.jsp#spark 3.安装openfire服务器端 XMPP 3.先安装客户端spark 客户端会自动安装对原创 2016-09-26 12:26:29 · 1292 阅读 · 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 · 504 阅读 · 0 评论