摘要:
1 -- Create table 2 create table CM_YJRY (CM_YJRY) 3 ( 4 wid INTEGER not null, 5 username VARCHAR2(64), 6 password VARCHAR2(100), 7 tel VARCHAR2(100) 8 ) 9 tablespace ... 阅读全文
摘要:
1 7 8 9 0:00 10 0:00 11 12 js代码 13 $(document).ready(function(){ 14 $("#video-active").on( 15 "timeupdate", 16 function(event){ 17 onTrackedVideoFrame(this.currentTime, t... 阅读全文
摘要:
1 package com.baidu.ueditor.um; 2 3 import java.io.BufferedInputStream; 4 import java.io.BufferedOutputStream; 5 import java.io.BufferedReader; 6 import java.io.File; 7 import java.io.... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
添加修改表数据 : select t.*,t.rowid from表 t 修改字段名:alter table 表名 rename column 原字段名 to 新字段名 修改表名:alter table 表名 rename to 新表名 阅读全文