上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 207 下一页
摘要: (2025年夏季“数研杯”高中数学研讨会模拟考试高三数学卷#9) 已知0<α 阅读全文
posted @ 2019-10-25 12:45 逆火狂飙 阅读(1820) 评论(0) 推荐(0)
摘要: 高中数学/函数/对称性 已知f(2x-1)为偶函数,求函数f(x+1)的对称性? x=-2 阅读全文
posted @ 2019-10-25 10:41 逆火狂飙 阅读(1851) 评论(0) 推荐(0)
摘要: /** * Get current date time * * @return */ private static String getCurrTime() { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); retur... 阅读全文
posted @ 2019-10-25 08:59 逆火狂飙 阅读(186) 评论(0) 推荐(0)
摘要: Java 中Date类getTime()的方法返回从1970-1-1以来的毫秒数,这是下面函数运行的基础。 输出: --END-- 2019年10月26日15:45:14 阅读全文
posted @ 2019-10-24 16:02 逆火狂飙 阅读(837) 评论(0) 推荐(0)
摘要: 用Html5/Canvas制作USA圆盘手机壁纸。 阅读全文
posted @ 2019-10-22 15:56 逆火狂飙 阅读(985) 评论(0) 推荐(0)
摘要: 下载地址:https://files.cnblogs.com/files/xiandedanteng/shoujinti20191022.rar 阅读全文
posted @ 2019-10-22 14:10 逆火狂飙 阅读(272) 评论(0) 推荐(0)
摘要: 下载地址:https://files.cnblogs.com/files/xiandedanteng/Founder_SongXiuKai_20191022.rar 样例: 阅读全文
posted @ 2019-10-22 13:51 逆火狂飙 阅读(494) 评论(0) 推荐(0)
摘要: oracle有个数据表现在已经有2500万条数据了,软件用到这个表的数据时就变的特别慢,所以准备把一个月以前的数据全部清除。 步骤如下(在plsql中执行) 1、首先 将这个月的数据导出到一个临时表中(这些数据是自己希望保留的) create table tempTable as select id 阅读全文
posted @ 2019-10-21 10:42 逆火狂飙 阅读(393) 评论(0) 推荐(0)
摘要: 从知乎网上的摘录。 阅读全文
posted @ 2019-10-19 12:10 逆火狂飙 阅读(1505) 评论(0) 推荐(0)
摘要: 使用基本不等式ab<=(a+b)^2/4解决问题“已知x>1,y>1,且lgx+lgy=4,那么lgx*lgy的最大值是?”,并用Canvas绘制实际图像辅助分析。 阅读全文
posted @ 2019-10-17 20:23 逆火狂飙 阅读(1014) 评论(0) 推荐(0)
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 207 下一页