上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 1.用root 进入mysql后 mysql>set password =password('你的密码'); mysql>flush privileges; 2.使用GRANT语句 mysql>grant all on *.* to 'root'@'localhost' IDENTIFIED BY 阅读全文
posted @ 2018-11-22 10:45 一叶之灵 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1.在百度上搜“MySQL”,进入官网 原文地址:https://blog.csdn.net/mieleizhi0522/article/details/79109195 阅读全文
posted @ 2018-11-22 10:36 一叶之灵 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 应用 MySQL 时,会遇到不能创建函数的情况。出现如下错误信息: ERROR 1418 : This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary loggin 阅读全文
posted @ 2018-11-22 10:30 一叶之灵 阅读(2333) 评论(0) 推荐(0) 编辑
摘要: ### Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1169 > 1024). You can change this value on the server by setting the m 阅读全文
posted @ 2018-11-22 10:27 一叶之灵 阅读(4396) 评论(0) 推荐(0) 编辑
摘要: 获取: "pj1" : $("input[name='pj1']:checked").val(), 回显:$("input[name='pj1'][value='${con.pj1}']").attr("checked","checked"); JS: $("input[name='pj1'][va 阅读全文
posted @ 2018-11-22 10:11 一叶之灵 阅读(994) 评论(0) 推荐(0) 编辑
摘要: 一、网页地址 Java各版本下载地址: http://www.oracle.com/technetwork/cn/java/archive-139210-zhs.html Eclipse官方下载地址: http://www.eclipse.org/downloads/packages/ 从eclip 阅读全文
posted @ 2018-11-02 16:39 一叶之灵 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 错误类型: ERROR 1231 (42000): Variable 'time_zone' can't be set to the value of 'NULL' ERROR 1231 (42000): Variable 'sql_mode' can't be set to the value o 阅读全文
posted @ 2018-11-01 16:32 一叶之灵 阅读(2321) 评论(0) 推荐(0) 编辑
摘要: 查看方式 1、先切换到:cd usr/local/tomcat5/logs2、tail -f catalina.out3、Ctrl+c 是退出tail命令/alt+E+R重置 Linux系统中tail命令 实例1:显示文件末尾内容 tail -n 5 log2014.log 显示文件最后5行内容 实 阅读全文
posted @ 2018-11-01 16:25 一叶之灵 阅读(5432) 评论(0) 推荐(0) 编辑
摘要: Git安装使用指南 Git原理示意图 1. 安装git Linux服务器版本为Redhat6.2-64,其他版本可能有些许不同 1.1 安装依赖包 在安装git前首先安装依赖包,包括的依赖包有: cvs-1.11.23-11.el6_0.1.x86_64.rpm gettext-0.17-16.el 阅读全文
posted @ 2018-10-30 12:27 一叶之灵 阅读(828) 评论(0) 推荐(0) 编辑
摘要: Mybatis-generator插件 1、下载地址 https://github.com/mybatis/generator/releases mybatis-generator是一款在使用mybatis框架时,自动生成model,dao和mapper的工具。 2、Eclipse配置mybatis 阅读全文
posted @ 2018-10-29 17:46 一叶之灵 阅读(4093) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页