11 2016 档案
摘要:远程或使用非127.0.0.1和localhost地址连接时,出现代号为1130问题, ERROR 1130: Host 192.168.2.159 is not allowed to connect to this MySQL server 猜想这是没有授权,将mysql数据库中user表中hos
阅读全文
摘要:在这鞋一下java环境变量,以备不时之需; 我的电脑属性, 高级系统设置->环境变量-> 1、系统变量→新建 JAVA_HOME 变量 。 变量值填写jdk的安装目录(本人是 E:\Java\jdk1.7.0) 2、系统变量→寻找 Path 变量→编辑 在变量值最后输入 %JAVA_HOME%\bi
阅读全文
摘要:刚学SSH框架写一个小实例,以便以后查看: 本案例简单的实现一个用户登录: 数据库方面就不写了,自己领悟吧!哈哈(根据user.hbm.xml文件就知道了) 我们一般可以创建下面几个包,什么意思呢,自己悟 com.website.action.user com.website.dao com.web
阅读全文
摘要:toJSONString()方法的jar包不在json-lib中,简单点阿里巴巴给我们封装好的json包,也是开源的alibaba.fastjson.JSON,网上搜fastjson应该就有了。
阅读全文
摘要:could not resolve property不能解析属性问题, 刚开始把hql语句中的“from User user where user.user_name = '”+user.getusername()+"'";中的user.user_name写了数据库的命名user_name 而其实他
阅读全文
摘要:启动服务器,错误提示: Launching web on myeclipse tomcat has encountered a problem An internal error occurred during:"Launching web on myeclipse tomcat" 解决办法: 1、
阅读全文