上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 206 下一页
摘要: 实验用表: create table hy_emp( id number(7,0) not null primary key, deptid number(2,0) not null, name nvarchar2(20) not null) 充值: insert into hy_emp selec 阅读全文
posted @ 2020-03-17 17:10 逆火狂飙 阅读(2839) 评论(0) 推荐(0)
摘要: 有这么一张表: create table hy_emp( id number(7,0) not null primary key, deptid number(2,0) not null, name nvarchar2(20) not null) 这样给它充值: insert into hy_emp 阅读全文
posted @ 2020-03-17 15:52 逆火狂飙 阅读(292) 评论(0) 推荐(0)
摘要: SELECT * FROM ALL_INDEXES WHERE TABLE_NAME=upper('your_tablename'); 将上述语句在Sql plus里执行均可。--2020-03-17-- 阅读全文
posted @ 2020-03-17 13:17 逆火狂飙 阅读(352) 评论(0) 推荐(0)
摘要: 有这么一张表: create table hy_emp( empno number(6,0) primary key, deptno number(6,0) not null, ename nvarchar2(20) not null ) 这么给它充值: insert into hy_emp sel 阅读全文
posted @ 2020-03-17 13:11 逆火狂飙 阅读(246) 评论(0) 推荐(0)
摘要: 高中数学/导数 设f(x)在x<=1时f(x)=3^(x-1)+1,在x>1时f(x)=|ln(x-1)|,若F(x)=f(x)^2-2a*f(x)+4/3 的零点个数为4,则a的取值范围是() A.(√6/3,5/6]∪(4/3,+∞) B.(√6/3,5/6]∪(2,+∞) C.[5/6,2) D.(4/3,+∞) 复合函数,导数与零点综合单选题 阅读全文
posted @ 2020-03-16 16:13 逆火狂飙 阅读(317) 评论(0) 推荐(0)
摘要: 高中数学导数之极值点偏移题的常规思路 阅读全文
posted @ 2020-03-16 15:07 逆火狂飙 阅读(1814) 评论(0) 推荐(0)
摘要: 高中物理/动力学 如图甲所示,质量M=2kg的盒状工件静置于粗糙的水平桌面上,O为工件上表面一点,工件上表面O点左侧光滑,右侧粗糙。质量m=1kg的小滑块放在工件上并紧靠左侧壁,其与工件上表面粗糙部分间的动摩擦因数u=0.8。现对工件施加水平推力F,推力F随时间t变化的关系如图乙所示,在推力作用下工件运动的速度v随时间t变化的关系如图丙所示。1.5s时撤去推力后,当滑块到达O点时工件速度恰好为零,滑块运动过程中始终未与工件右侧壁相碰。g取10m/s^2,不计工件侧壁的厚度,桌面足够长。求: (1)工件底面与水平桌面间的动摩擦因数u; (2)工件光滑部分的长度d; (3)工件的最小长度L和工件发生的最大位移x. 一道不难但需要细致加耐心的高中物理动力学习题 阅读全文
posted @ 2020-03-16 14:54 逆火狂飙 阅读(463) 评论(0) 推荐(0)
摘要: 高中数学/导数/极值点偏移 已知函数f(x)=lnx+a/x(a∈R) (1)讨论f(x)的单调性; (2)函数g(x)=xf(x)-ax^2-x有两个不同的极值点x1,x2(x1 阅读全文
posted @ 2020-03-16 14:40 逆火狂飙 阅读(1247) 评论(0) 推荐(0)
摘要: https://files.cnblogs.com/files/xiandedanteng/%E7%94%B0%E8%8B%B1%E7%AB%A0%E6%A5%B7%E4%B9%A6.rar 示例: 阅读全文
posted @ 2020-03-15 19:03 逆火狂飙 阅读(1000) 评论(0) 推荐(0)
摘要: 从一月至今,我总共归纳了三种创建千万级大表的方案,它们是: 下面是这三种方案的对比表格: # 名称 地址 主要机制 速度 1 在Oracle中十分钟内创建一张千万级别的表 https://www.cnblogs.com/heyang78/p/12169527.html connect by+Inse 阅读全文
posted @ 2020-03-15 13:37 逆火狂飙 阅读(1047) 评论(2) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 206 下一页