如何使java程序更新数据库中的文档并让管理员权限将其上载到数据

如何使java程序更新数据库中的文档并让管理员权限将其上载到数据

本文介绍了如何使java程序更新数据库中的文档并让管理员权限将其上载到数据库中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

We have to make a dummy database that will store documents.  A User Interface Shoud be there containing options
1)display pdf doc
2)update pdf doc.
 After the user logins. For the update option, the user will upload the doc or the changes in the doc and then that changes/doc should go to the administrator for their approval and then it will be updated. The old doc then go to the archives in another database.





我尝试过:



i已经尝试了但是我无法执行所需的任务



What I have tried:

i have tried it but i m not able to perform the required task

推荐答案


引用:

我试过了但是我无法执行所需的任务

i have tried it but i m not able to perform the required task



要在这里获得一些帮助,你必须展示你的工作并解释你遇到的问题。

HomeWork问题是你必须在现实生活中解决的问题的简化版本,他们的目的是学习和练习



我们不做你的HomeWork。

HomeWork不会测试你乞求别人做你的工作的技巧,它是让您思考并帮助您的老师检查您对所学课程的理解以及您应用这些课程时遇到的问题。

你的任何失败都会帮助你的老师发现你的弱点并设定补救措施。

你的任何失败都会帮助你了解什么有效,什么无效,被称为'试错'学习。

所以,试一试,重读课程并开始工作。如果您遇到特定问题,请展示您的代码并解释这个问题,我们可能会提供帮助。


To get some help here, you must show your work and explain the problem you have.
HomeWork problems are simplified versions of the kind of problems you will have to solve in real life, their purpose is learning and practicing.

We do not do your HomeWork.
HomeWork is not set to test your skills at begging other people to do your work, it is set to make you think and to help your teacher to check your understanding of the courses you have taken and also the problems you have at applying them.
Any failure of you will help your teacher spot your weaknesses and set remedial actions.
Any failure of you will help you to learn what works and what don't, it is called 'trial and error' learning.
So, give it a try, reread your lessons and start working. If you are stuck on a specific problem, show your code and explain this exact problem, we might help.


这篇关于如何使java程序更新数据库中的文档并让管理员权限将其上载到数据库中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 21:36