上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: 1:如果安装了mysql但是启动不了,可以到C:/Windows/System32的cmd.exe,用管理员身份打开,然后输入net strat mysql即可 2:忘记安装路经 select @@basedir as basePath from dual 查询mysql安装路径 3:echo %p 阅读全文
posted @ 2018-11-10 17:38 慧妃不美 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 盐: 可以说盐是作用于注册,盐就是将用户输入的原始密码,加密后存进数据库,然后把盐(实际上是随机字符串)也存进数据库 Map<String, String> map = new HashMap<String, String>(); map.put("account", user_RegisterVo 阅读全文
posted @ 2018-11-07 17:53 慧妃不美 阅读(730) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/c9b553cf2b51 https://blog.csdn.net/bzlj2912009596/article/details/78268896 阅读全文
posted @ 2018-10-26 10:37 慧妃不美 阅读(134) 评论(0) 推荐(0) 编辑
摘要: resultType="int" <select id="num_List_" parameterType=" xxx" resultType="int"> SELECT COUNT(*) FROM `tablename` WHERE num&lt;#{endNum} AND num&gt;#{st 阅读全文
posted @ 2018-10-25 15:47 慧妃不美 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 阅读全文
posted @ 2018-10-25 15:46 慧妃不美 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1:以上为用命令创建文件 2:自动类型转换 标识符 阅读全文
posted @ 2018-10-23 21:11 慧妃不美 阅读(110) 评论(0) 推荐(0) 编辑
摘要: // 盐,加密后密码获取 Map<String, String> map = new HashMap<String, String>(); map.put("account", user_UpdatePwdVo.getAccount()); map.put("password", user_Upda 阅读全文
posted @ 2018-10-22 17:52 慧妃不美 阅读(224) 评论(0) 推荐(0) 编辑
摘要: sql语句中String类型数据一定需要加引号,浏览器的访问一定不能加引号, 阅读全文
posted @ 2018-10-19 16:43 慧妃不美 阅读(100) 评论(0) 推荐(0) 编辑
摘要: SELECT (st_distance (point (coordinateLng, coordinateLat),point(113.858202,22.583819) ) / 0.0111) AS distance ,heitht FROM`wtsr_lose_people` HAVING di 阅读全文
posted @ 2018-10-19 15:16 慧妃不美 阅读(89) 评论(0) 推荐(0) 编辑
摘要: windows下安装mysql5.6.41步骤:http://www.cnblogs.com/sjy18039225956/p/9203052.html 系统错误2详见MySQL安装过程net start mysql 启动失败 报“错误2,系统找不到文件”的解决办法 开始...运行... reged 阅读全文
posted @ 2018-10-19 14:04 慧妃不美 阅读(147) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页