-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
书城和数据库 #16
Comments
书本先添加java和html两本书,order表中不需要添加数据,先把你的order表中的数据先删除,该表中的数据为你页面中把图书添加到购物车之后自动插入的。
tel1137 <[email protected]> 于2018年11月26日周一 下午9:39写道:
… 请问下为什么在数据库的仓库表添加了图书信息,书城显示不了的问题,以及数据库的orders表会有query batch completed with
error的报错,无法查询和插入数据?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ANAR8VRw0Yw4MagxeLPXbs3YKnImp7ueks5uy-8KgaJpZM4YzDET>
.
|
感谢,还有个小疑问,关于shopping.jsp里的a href="javaBuy"跳转,一般不是跳转到相同文件夹下其他文件的吗?但相同文件夹下也没有这个命名的文件,查了很多资料也没有相似实例,想请教一下~ |
这里是用到了 Struts 中的 action 相关知识要点,ActionSupport 是默认的 Action 类,若某个 action
节点没有配置 class 属性,则 ActionSupport 即为 待执行的 Action 类,而 execute 方法即为要默认执行的action 方法。
参考 Logistics_Manage_System/blob/master/Logistics_Manage_System/conf/struts.xml
该路径下的 struts.xml 文件,所有关于 Struts 的相关配置在这个文件中可以得到体现。
以下为你提出问题的具体体现描述,指向了具体的一个 jsp 文件
<!-- 跳转到java购物页面 -->
<action name="javaBuy">
<result>/WEB-INF/trolley/java_trolley.jsp</result>
</action>
tel1137 <[email protected]> 于2018年11月28日周三 下午9:47写道:
… 感谢,还有个小疑问,关于shopping.jsp里的a
href="javaBuy"跳转,一般不是跳转到相同文件夹下其他文件的吗?但相同文件夹下也没有这个命名的文件,查了很多资料也没有相似实例,想请教一下~
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANAR8e3l94E9mfRWQIFzz8LfKlzwsDzgks5uzpP3gaJpZM4YzDET>
.
|
非常感谢~学到了很多平时上课不会接触的东西,还有emmm还有最后一个问题想问一下学长,我试着做了第三个书的购买界面,数据库warehouse也导入了相应数据,在添加购物车和点击购买时还是默认java书的信息,我猜测是要修改orderDAO层的,但感觉无从下手 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问下为什么在数据库的仓库表添加了图书信息,书城显示不了的问题,以及数据库的orders表会有query batch completed with error的报错,无法查询和插入数据?
The text was updated successfully, but these errors were encountered: