摘要:
1. File->New->Applet Superclass使用javax.swing.JApplet,Options勾选 init() and destroy() ,进入下一步 Code Base改为applets/,FilePath选到Web根目录即可,完成 2.修改建立的Applet类文件的init事件: Code highlighting produced by Actipro C... 阅读全文
摘要:
1. 取当前日期select SYSDATE from dual 2. 数值取整select trunc(3.5) from dual //return 3select trunc(-3.5) from dual //return -3 3. 分析函数RANK的使用有这么一个表table1 user 阅读全文