上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 207 下一页
摘要: 使用配方法和基本不等式解决问题“若正数a,b满足a>b,且1/(a+b)+1/(a-b)=1,则3a+2b的最小值是?”。 阅读全文
posted @ 2022-02-27 20:01 逆火狂飙 阅读(947) 评论(0) 推荐(0)
摘要: 高中数学/数列/通项公式 数列{an}满足an+1+4*an-1=4*an(n>=2),a1=1,a2=3,则log_2_a63的值为______. 答案:67 阅读全文
posted @ 2022-02-26 21:43 逆火狂飙 阅读(205) 评论(0) 推荐(0)
摘要: 【前篇】 https://www.cnblogs.com/heyang78/p/15937919.html https://www.cnblogs.com/heyang78/p/15937891.html 【纲领】 用jdbc处理clob字段,存入时需要创建Clob对象,然后以setString(1 阅读全文
posted @ 2022-02-26 21:39 逆火狂飙 阅读(3683) 评论(0) 推荐(0)
摘要: 【插值程序】 https://www.cnblogs.com/heyang78/p/15937891.html 【读出程序】 import java.io.Reader; import java.sql.*; public class ClobReader { public static void 阅读全文
posted @ 2022-02-25 21:49 逆火狂飙 阅读(217) 评论(0) 推荐(0)
摘要: 【建表】 create table test03( id number(3), content clob, primary key(id) ) 【程序】 import java.io.BufferedReader; import java.io.FileInputStream; import jav 阅读全文
posted @ 2022-02-25 21:33 逆火狂飙 阅读(240) 评论(0) 推荐(0)
摘要: 用Canvas绘制六角大楼 阅读全文
posted @ 2022-02-25 20:19 逆火狂飙 阅读(96) 评论(1) 推荐(0)
摘要: 使用HTML5/Canvas绘制黑底古铜色Best Choice徽章。 阅读全文
posted @ 2022-02-25 20:15 逆火狂飙 阅读(82) 评论(0) 推荐(0)
摘要: 建表语句: create table test02( id number(3), name nvarchar2(20), age number(3), primary key(id) ); COMMENT ON TABLE test02 IS '测试表'; COMMENT ON COLUMN tes 阅读全文
posted @ 2022-02-25 20:07 逆火狂飙 阅读(1043) 评论(0) 推荐(0)
摘要: 2023高考全国新课标II卷第16题,涉及正弦函数的图像。 阅读全文
posted @ 2022-02-25 16:37 逆火狂飙 阅读(183) 评论(0) 推荐(0)
摘要: 按双曲线基本性质和勾股就能作答的小题。 阅读全文
posted @ 2022-02-25 16:21 逆火狂飙 阅读(1113) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 207 下一页