摘要: <input id="form:bkg_num" name="form:bkg_num" type="text" value="" maxlength="35" size="20" style="font-size: 16px"> <input id="form:bkg_num" name="for 阅读全文
posted @ 2021-12-23 23:32 whateveranyhow 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 1. 关于has , is. class Person(object): def __init__(self, name): ## has name self.name = name ## Person has-a pet of some kind self.pet = None class Emp 阅读全文
posted @ 2021-11-17 22:43 whateveranyhow 阅读(17) 评论(0) 推荐(0) 编辑
摘要: WITH的使用 WITH t1 AS (SELECT r.name region_name, SUM(o.total_amt_usd) total_amtFROM sales_reps sJOIN accounts aON a.sales_rep_id = s.idJOIN orders oON o 阅读全文
posted @ 2021-11-04 16:54 whateveranyhow 阅读(25) 评论(0) 推荐(0) 编辑
摘要: cv2.imread cv2.threshold cv2.imwrite plt.imshow cv2.getStructuringElement cv2.erode cv2.dilate cv2.addWeighted cv2.bitwise_xor cv2.bitwise_not cv2.fin 阅读全文
posted @ 2021-10-29 10:19 whateveranyhow 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Beyond the Basic Stuff with Python Introduction Chapter 1 - Dealing with Errors and Asking for Help Chapter 2 - Environment Setup and the Command Line 阅读全文
posted @ 2021-08-19 11:55 whateveranyhow 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 12.样本和总体:sample and population Sample mean: χ (n) Population mean:μ (N) 均差 13.总体方差:Population variance :σ2 Population mean:μ (n) 数的和/N σ2= 数与均值距离2的和/N 阅读全文
posted @ 2017-06-17 15:11 whateveranyhow 阅读(196) 评论(0) 推荐(0) 编辑
摘要: Navigation find permission denied http://www.codecoffee.com/tipsforlinux/articles/21.html https://www.computerhope.com/unix/ufind.htm making cd mkdir 阅读全文
posted @ 2017-06-13 23:11 whateveranyhow 阅读(138) 评论(0) 推荐(0) 编辑
摘要: vi http://www.cs.colostate.edu/helpdocs/vi.html 查找: 退出: 删除: * 复制粘贴: 阅读全文
posted @ 2017-06-11 16:21 whateveranyhow 阅读(104) 评论(0) 推荐(0) 编辑