上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 203 下一页
摘要: 用Cnavas绘图法和牛顿中值法找到y=2^x与y=x^2的三个交汇点,(-0.766,0.586),(2,4),(4,16)。 阅读全文
posted @ 2020-01-31 13:40 逆火狂飙 阅读(257) 评论(0) 推荐(0)
摘要: 事先申明下,我的DB环境是Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production,如果与作者环境不同而导致结论差异则另当别论。 该案例做了一个id为varchar类型的两种查询对比,我模拟了一下。 我是 阅读全文
posted @ 2020-01-31 11:25 逆火狂飙 阅读(226) 评论(0) 推荐(0)
摘要: 如果文件中有中文,直接执行python xx.py会出现以下错误: SyntaxError: Non-UTF-8 code starting with '\xb6' in file XX.py on line 2, but no encoding declared; see http://pytho 阅读全文
posted @ 2020-01-31 10:11 逆火狂飙 阅读(4761) 评论(0) 推荐(0)
摘要: C:\Users\ufo>pip install beautifulsoup4 Collecting beautifulsoup4 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=Non 阅读全文
posted @ 2020-01-31 09:59 逆火狂飙 阅读(353) 评论(0) 推荐(0)
摘要: VersionOperating SystemDescriptionMD5 SumFile SizeGPG Gzipped source tarball Source release f215fa2f55a78de739c1787ec56b2bcd 23978360 SIG XZ compresse 阅读全文
posted @ 2020-01-31 09:56 逆火狂飙 阅读(8790) 评论(0) 推荐(0)
摘要: C:\Users\ufo>pip install requests Collecting requests WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after co 阅读全文
posted @ 2020-01-31 09:55 逆火狂飙 阅读(460) 评论(2) 推荐(0)
摘要: 转载地址:https://database.51cto.com/art/202001/609727.htm 阅读全文
posted @ 2020-01-30 17:52 逆火狂飙 阅读(121) 评论(0) 推荐(0)
摘要: 【数学思路】 该问题分两类 一类是取出红蓝白黑四色球,其排法是A_4_4=24种 一类是取出两个黑球加两个其它颜色的球,两黑球和两色球排列是一个可重复元素的全排列问题,其排法是A_4_4/A_2_2/A_1_1/A_1_1=24/2=12种,从红蓝白中选出两色球是C_3_2=3种,故总数是12*3= 阅读全文
posted @ 2020-01-30 17:42 逆火狂飙 阅读(63) 评论(0) 推荐(0)
摘要: SQL> select table_name from user_tables order by table_name; TABLE_NAME BIGTABLE COURSE EMP HY_MILLION HY_MILLION2 SCORE SMALLTABLE STUDENT TB_100MILL 阅读全文
posted @ 2020-01-29 13:06 逆火狂飙 阅读(795) 评论(0) 推荐(0)
摘要: 比如有这么一个表: create table test02( id number(8,0) primary key, name nvarchar2(20), sal number(5,0) ) 可以这样给它充值: insert into test02 select rownum,dbms_rando 阅读全文
posted @ 2020-01-29 09:27 逆火狂飙 阅读(2074) 评论(2) 推荐(0)
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 203 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东