During the connection to the Oracle Database server with the sqlplus we may get an error with the ORA-12162 specifier. This error will prevent to connect to the Oracle Database Server. 在使用sqlplus连接到Oracle数据库服务器的过程中,ORA-12162说明符可能会出错…
效果图
Dialog的详细用法看这篇博客:http://blog.csdn.net/zhuwentao2150/article/details/51478053
我们自定义的CustomDialog是通过继承Dialog类并添加自定义的布局来实现的
/*** 自定义Dialog弹窗* Created by zhuwentao on 2016-08-19.*/
public class Cus…