使用Hibernate的模型驱动ModelDriven可以方便接收用户从页面输入的值。 第一步: 在Action类中构建模型驱动并设置它的泛型(可以是POJO类中,即数据库表的映射类) public class SupplierSort_Action extends BaseAction implements ModelDriven{ //调用数据访问层 SupplierSort supplierSort = new SupplierSort(); public SupplierSort ge
代码如下:–设置sql 可以获取实例名称sp_configure ‘xp_cmdshell’ , 1;goreconfigure;go
–获取实例名EXEC sys .xp_cmdshell ‘sqlcmd -Lc’
–获取所有数据库Select * FROM Master..SysDatabases order by Name
–获取数据库所有表use yeekang —数据库名称select * from sysobjects where type = ‘U’ order by name