摘要:
原文地址 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <fieldset id=""> <legend>sessionStorage</legend> <input typ 阅读全文
摘要:
my.ini文件编码不对,改为ANSI 貌似大意是说,配置不全 改编码为ANSI解决 阅读全文
摘要:
重启电脑, 这可能是缓存, mysqld remove 删除后,偶尔,mysql服务依然存在,重启电脑,解决, 阅读全文
摘要:
mysqld: Can't change dir to 'D:\TONG\mysql-5.7.19-winx64\data\' (Errcode: 2 - No such file or directory)2017-09-20T07:27:11.588451Z 0 [Warning] TIMEST 阅读全文
摘要:
mysql服务没有启动, 阅读全文
摘要:
org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Unknown database 'jdsc') 无法创建连接池,未知的数据库jdsc 阅读全文
org.springframework.web.multipart.MultipartException: The current request is not a multipart request
摘要:
今天做图片上传的碰到这个问题,查找原因是html请求的方式问题。from中涉及到图片上传的就要用post提交方式。否则就会报这个错误。如果已经是post的提交方式了还有这个错。。。还有两种解决方法。 第一中:在jsp页面的<head></head>标签里面加上<meta http-equiv="Co 阅读全文
摘要:
在忘记root密码的时候, windows为例: 或者 update mysql.user set password=PASSWORD(‘123456’) where User=’root’; 知道root密码的时候 阅读全文
摘要:
getconf LONG_BIT 此方法会直接返回32或64 阅读全文
摘要:
distinct 去重,规则用法跟在select后面例:select distinct username,password from User;orderByClause排序规则 阅读全文