摘要:
1、 下载插件 a) 官网下载地址:http://www.my97.net/down.asp 2、 如何使用: a) 把下载到的文件解压,然后添加到项目中(注意:要完整地添加,不要修改文件的路径) b) 添加到项目之后,在html中引入WdatePicker.js文件即可。(只需引入这个文件,其他的 阅读全文
摘要:
create or replace trigger TIG_USER before update on "USER" for each row begin select sysdate into :new.update_date from dual; exception when others th 阅读全文