02 2019 档案

摘要:<!DOCTYPE html><html><head><meta charset="utf-8"><title>菜鸟教程(runoob.com)</title></head><head><script>function setCookie(cname,cvalue,exdays){ var d = 阅读全文
posted @ 2019-02-25 16:37 大冉啊 阅读(148) 评论(0) 推荐(0)
摘要:mysql定时器是系统给提供了event,而oracle里面的定时器是系统给提供的job。废话少说,下面创建表: create table mytable ( id int auto_increment not null, name varchar(100) not null default '', 阅读全文
posted @ 2019-02-21 19:34 大冉啊 阅读(200) 评论(1) 推荐(0)