摘要:
使用 root 用户登录:使用 grant 语句:1、添加一个用户admin并授权通过本地机(localhost)访问,密码"something"mysql>grant all privileges on *.* to admin@localhost identified by 'something... 阅读全文
摘要:
警告信息:警告: No configuration found for the specified action:'/myNameSpace/login.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.struts.xml配置信息(部分) jsp页面配置信息(部分)思考:没有在''的namespace中发现指定的action'/myNameSpace/login.action'答疑: 阅读全文