摘要:
有这样一张表: CREATE TABLE tb_sc ( id NUMBER not null primary key, studentid int not null, courseid int not null, score int not null ) 用以下语句给它充值十万条数据: Inser 阅读全文
posted @ 2020-01-24 19:04
逆火狂飙
阅读(861)
评论(0)
推荐(0)
摘要:
笔者使用的环境: # 类别 版本 1 操作系统 Win10 2 数据库 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production 3 硬件环境 T440p 4 内存 8G 有这样一张表: CREATE T 阅读全文
posted @ 2020-01-24 12:09
逆火狂飙
阅读(248)
评论(0)
推荐(0)
摘要:
用指数函数和导数的知识解决问题“设方程e^x+x+e=0和lnx+x+e=0的根分别是p和q,函数f(x)=e^x+(p+q)x,则以下四项正确的是()”,并用Canvas绘图辅助分析。 阅读全文
posted @ 2020-01-24 11:23
逆火狂飙
阅读(125)
评论(0)
推荐(0)