摘要:
创建段存储过程: create procedure select_p (person_pid in NUMBER ,person_name out varchar2) AS begin select pname into person_name from person where pid=perso 阅读全文
摘要:
Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 这是hibernate4.3.5 小实例报错:办法 再hibernateUtil中创建sessionFactory时: 1 >Configu 阅读全文
摘要:
在官网有安装debug教程:摘下来部分: To install the Zend Debugger on your server: Download the Studio Web Debugger package which corresponds to your operating system 阅读全文