当前位置: 技术问答>java相关
在线等待,三个简单问题问题(Rose , Mysql , jive)!高分相送!
来源: 互联网 发布时间:2015-05-09
本文导语: 1. Rose 中我的类总是只能显示最近一层的父包,我要显示完整的包名,请问如何解决 2. MySql中怎样执行一个 .sql 文件? 3. jive中的jiveHome怎么配置,我的总是提示路径错误。另外,license文件应放在哪儿? ...
1. Rose 中我的类总是只能显示最近一层的父包,我要显示完整的包名,请问如何解决
2. MySql中怎样执行一个 .sql 文件?
3. jive中的jiveHome怎么配置,我的总是提示路径错误。另外,license文件应放在哪儿?
2. MySql中怎样执行一个 .sql 文件?
3. jive中的jiveHome怎么配置,我的总是提示路径错误。另外,license文件应放在哪儿?
|
Answer 2:
on UNIX
#cat yourname.sql | mysql -u root -p DatabaseName
Windows:
>type yourname.sql | mysql -u root -p DatabaseName
on UNIX
#cat yourname.sql | mysql -u root -p DatabaseName
Windows:
>type yourname.sql | mysql -u root -p DatabaseName
|
3. jive中的jiveHome怎么配置,我的总是提示路径错误。另外,license文件应放在哪儿?
Edit the jive_init.properties that can be found in your WEB-INF/classes directory ,Copy the jiveHome directory from the distribution to where you'd like for the directory to reside
copy your license file (jive.license) to the jiveHome directory
Edit the jive_init.properties that can be found in your WEB-INF/classes directory ,Copy the jiveHome directory from the distribution to where you'd like for the directory to reside
copy your license file (jive.license) to the jiveHome directory
|
问题1:
你为什么是显示完整包名?有何必要?
问题2:
你还可以 在命令行输入:
mysql -uuser -ppassword DatabaseName
你为什么是显示完整包名?有何必要?
问题2:
你还可以 在命令行输入:
mysql -uuser -ppassword DatabaseName